# Assets

All images are automatically sliced and uploaded to Monday Hero during the design file import process. To ensure they are cut correctly, verify that the images are grouped appropriately and set as exportable, as explained [here](/getting-started/design-handoff-to-ios-android-developer.md).

Navigate to the 'Theme/assets' tab to check the assets in your project, rename and download assets. You have the option to download assets individually or in bulk. Please note that all assets are automatically downloaded when you [sync the code](/design-to-flutter/sync-code.md) with your project.

<figure><img src="/files/0bBrAw1cV1Sc2hifvMKu" alt=""><figcaption><p>Monday Hero Theme / Assets Screen</p></figcaption></figure>

You can export assets to your Monday Hero project as PNG (1x, 1.5x, 2x, 3x, 4x) and/or SVG, depending on your needs. To change the asset format in your project, go to the Settings Screen.

<figure><img src="/files/s4FsNsYBlmVWh0ty3yJq" alt=""><figcaption><p>Settings Screen</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://learn.mondayhero.io/design-to-flutter/assets.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.
