# Creating a dynamic background based on an Filter's column

It's possible to use a single App for multiple user groups. Hence, you could want to customize the Home background based on a specific Filter's value.

To do so, you'll have to use [templating](/visualizations-and-layouts/apps/filters/templating-from-filters-values.md) to make the asset used for the home's background dynamic.

### Usage

Instead of using an asset suggested inside the field "Please specify the name of the asset", write down directly the templating syntax to base it on the current value of a Filter.

<figure><img src="/files/UPJbRhTPxeCHMoPcqrxy" alt="home-dynamic-background"><figcaption><p>Dynamic Home's background</p></figcaption></figure>


---

# 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-v3.toucantoco.com/visualizations-and-layouts/apps/customizing-apps/creating-a-dynamic-background-based-on-an-filters-column.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.
