# Embed Images

Vitara grid chart now supports image URLs as an attribute form. Once the attribute form is selected as display form, the Vitara grid chart will load the images related to URLs. Below is a screenshot demonstrating how to change the default attribute form to other attribute forms.

<figure><img src="https://230207405-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOuiTPVEbVQnzR38vviPf%2Fuploads%2FXCUO3OmUrlp4agCXt0PP%2Fimage34.png?alt=media&#x26;token=85fbb41f-b47a-4060-bd34-cd95f0702f6f" alt=""><figcaption></figcaption></figure>

In the drop zone panel right click on the attribute which has image URL as attribute form and expands the “Display Attribute Form” tab. If that particular attribute has more than one form to display, then only MicroStrategy will show the option “Display Attribute Form”. Now you can see all the attribute forms available for that particular attribute. Select the form which has an image URL and deselects the other forms then click ‘OK’. Vitara grid chart will display only one attribute form at a time.

### Adding Images Using HTML Tags

Images can also be added to the Vitara Grid Chart by including a dataset column that contains HTML tags or links. SVG images (such as logos) are triggered using these HTML tags or links specified in the attribute. The logos will automatically display on the chart once this column is included in the attribute.

**Example of Dummy Dataset:**

Below is a sample dataset that demonstrates the required structure for adding logos

<figure><img src="https://230207405-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOuiTPVEbVQnzR38vviPf%2Fuploads%2FR7A85kRycZHWPhLFDCXo%2Funknown.jpeg?alt=media&#x26;token=f7f3538d-2c4f-4925-9b0c-5edb5693f2ff" alt=""><figcaption></figcaption></figure>

Now, when dataset is being added we need to convert the 'IMG SRC' into an HTML tag format like this:

<figure><img src="https://230207405-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOuiTPVEbVQnzR38vviPf%2Fuploads%2FV3I5V3OyscxJCAuv0T5G%2Funknown.jpeg?alt=media&#x26;token=1fedad25-2c6c-4b30-86fa-aee8163c7e21" alt=""><figcaption></figcaption></figure>

Below is a screenshot of the Vitara Grid Chart displaying the logos.

<figure><img src="https://230207405-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOuiTPVEbVQnzR38vviPf%2Fuploads%2FaIWj9jekuW8ZkHaHq0ca%2Funknown.png?alt=media&#x26;token=50879dd3-2e8a-49f4-90e2-54d83ab3289b" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vitaracharts.com/grid-microchart-guide/embed-images.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
