# Style your app

This section explains how you can style your app with AppMachine:&#x20;

1. Style the overall [theme of your app](/style-your-app/theme.md)
2. Style your[ Home screen](/style-your-app/home-screen.md), where you can set your navigation style&#x20;
3. Style a specific block, to make it look different than the rest of your app using Custom design

If you want to style a List, Detail, Form block or Blank Page you can use the Element editor on the Elements tab. [Read more about that here.](/style-your-screens.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://docs.appmachine.com/style-your-app.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.
