> For the complete documentation index, see [llms.txt](https://artroomai.gitbook.io/tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://artroomai.gitbook.io/tutorials/guides-by-ai-artists/about-this-category.md).

# About this Category

This section is for step-by-step tutorials on how to get from an initial idea, to a finished end result. These guides are very free-form and will assume that you have already read most of Resources, although links to the relevant sections will be provided where applicable.&#x20;

The tutorials themselves will not always be limited to the use of just Artroom, as this is more about the process on how to get the best results with all the readily available tools at an artists disposal.

As such, these guides may contain more of the personal preferences of the artist than the rest of the guides. And are meant as more of a reference in figuring out your own style.


---

# 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, and the optional `goal` query parameter:

```
GET https://artroomai.gitbook.io/tutorials/guides-by-ai-artists/about-this-category.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
