# Assets

Assets provide a simple way how to upload project related resources, such as images (logo, background, fav icons) or some static files.

To add a new asset, click Asset in the main menu, select file and click upload. The asset will be uploaded into your project and you can access it anytime.

<figure><img src="/files/4Q5S15aE62XB5YPOS0Qy" alt=""><figcaption></figcaption></figure>

You can also preview the asset in the editor and copy the address of the resource.

<figure><img src="/files/mQpLwaPJ1gLheUGSt3JY" alt=""><figcaption></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.adapptio.com/getting-started/architecture-overview/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.
