> For the complete documentation index, see [llms.txt](https://imagine-art-ai-documentation.gitbook.io/dall-e-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://imagine-art-ai-documentation.gitbook.io/dall-e-app/customization.md).

# Customization

### Change Colors

go to util/theme/Colors.kt and change the colors values&#x20;

<figure><img src="/files/zMbSg5t4NkvGpoy6INXu" alt=""><figcaption></figcaption></figure>

### Change app icon

simply go to drawable folder and replace the "app\_icon" file by your own app icon.&#x20;

### On Boarding Items

go to strings.xml and scroll all the way down. You'll find the on boarding items (title, description, image). don't forget to change the image url as well

<figure><img src="/files/jnuCvH62ZIaQusmpH4pi" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://imagine-art-ai-documentation.gitbook.io/dall-e-app/customization.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.
