# Images (App)

## What resolution should my images be?

{% hint style="info" %}
**Note:** all dimensions of images listed are in width x height measured in pixels.
{% endhint %}

We have some recommendations regarding image resolution for different areas of your app. These are as follows:

| ​                        | ​       |
| ------------------------ | ------- |
| **Normal adverts**       | 500x500 |
| **Pages**                | 500x500 |
| **Company profiles**     | 500x500 |
| **Footer adverts**       | 100x500 |
| **Your start page icon** | 200x200 |
| **Your app menu icon**   | 100x100 |
| **Locations**            | 400x200 |


---

# 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://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/untitled-5.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.
