# Building your style guide

While populating the fonts, colours, and styles of a writing, an online style guide within a theme will automatically be generated. This can be viewed by going to the following URL and replacing with your own root domain:

```
/search?view=theme-styles
```

For example, you can view the Orion Star Guide here: \
<https://orion-26.myshopify.com/search?view=theme-styles>


---

# 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.almond.studio/theme-settings/developer-settings/building-your-style-guide.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.
