> For the complete documentation index, see [llms.txt](https://support.rendered.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rendered.ai/application-user-guides.md).

# Application User Guides

- [Overview](https://support.rendered.ai/application-user-guides/overview.md)
- [Quick Start Guide](https://support.rendered.ai/application-user-guides/quick-start-guide.md)
- [Terminology](https://support.rendered.ai/application-user-guides/quick-start-guide/terminology.md)
- [Content Codes](https://support.rendered.ai/application-user-guides/quick-start-guide/content-codes.md)
- [Getting Started with the SDK](https://support.rendered.ai/application-user-guides/quick-start-guide/getting-started-with-the-sdk.md)
- [Tutorials](https://support.rendered.ai/application-user-guides/tutorials.md)
- [Organization and Workspace Resources](https://support.rendered.ai/application-user-guides/tutorials/organization-and-workspace-resources.md)
- [Creating and Using Graphs](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-graphs.md)
- [Graph Validation](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-graphs/graph-validation.md)
- [Graph Best Practices](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-graphs/graph-best-practices.md)
- [Creating and Using Datasets](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-datasets.md)
- [Dataset Annotations](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-datasets/dataset-annotations.md)
- [Dataset Analytics](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-datasets/dataset-analytics.md)
- [Domain Adaptation](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-datasets/domain-adaptation.md)
- [Dataset Comparison](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-datasets/dataset-comparison.md)
- [Training and Inference](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-datasets/training-and-inference.md)
- [Mixing Datasets](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-datasets/mixing-datasets.md)
- [Dataset Best Practices](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-datasets/dataset-best-practices.md)
- [Creating and Using Volumes](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-volumes.md)
- [Inpaint Service](https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-volumes/inpaint-service.md)
- [Collaboration](https://support.rendered.ai/application-user-guides/tutorials/collaboration.md)


---

# 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://support.rendered.ai/application-user-guides.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.
