> For the complete documentation index, see [llms.txt](https://docs.powerviz.ai/powerviz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerviz.ai/powerviz/filter/advanced-settings-introduction/image-styling.md).

# Image Styling

To use the image styling feature, you need to drag a Base64 URL image field into the Image Data Bucket. Once you've done that, you can customize the image appearance with the following options:

<figure><img src="/files/7eYS2qGy8e424l8Dh5yE" alt=""><figcaption></figcaption></figure>

* **Image Field**: The field you added will be displayed here, allowing you to manage the image that will be styled.
* **Position**: You can place the image on the left or right side, depending on your design preference.
* **Image Size**: Adjust the size of the image to fit your specific needs. You have full control over how large or small the image appears.

These settings provide a simple way to customize how images are displayed, ensuring they fit seamlessly into your design.

{% hint style="success" %} <mark style="color:green;">**Prerequisites**</mark>&#x20;

Please make sure that you have a column with base-64 image URL properties in the dataset.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.powerviz.ai/powerviz/filter/advanced-settings-introduction/image-styling.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
