# Setup Theme

- [Overview](https://help.twinr.dev/setup-theme/overview.md)
- [App Theme](https://help.twinr.dev/setup-theme/app-theme.md): The App Theme section lets you personalize the visual style of your mobile app to match your brand. Customize colors, fonts, and button styles.
- [Color Theme](https://help.twinr.dev/setup-theme/app-theme/color-theme.md)
- [Text Theme](https://help.twinr.dev/setup-theme/app-theme/text-theme.md)
- [Button Theme](https://help.twinr.dev/setup-theme/app-theme/button-theme.md)
- [Bottom Tab bar](https://help.twinr.dev/setup-theme/bottom-tab-bar.md)
- [Navigation bar](https://help.twinr.dev/setup-theme/navigation-bar.md)
- [Status bar](https://help.twinr.dev/setup-theme/status-bar.md)


---

# 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://help.twinr.dev/setup-theme.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.
