> 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/table-of-contents.md).

# TABLE OF CONTENTS

GENERAL CONCEPTS

* [Overview](/general-concepts/overview.md)
* [Introduction to Rendered.ai](/general-concepts/introduction-to-rendered.ai.md)
* [The Rendered.ai Platform](/general-concepts/the-rendered.ai-platform.md)
* [Who Uses Rendered.ai?](/general-concepts/who-uses-rendered.ai.md)
* [Rendered.ai Licensing and Offerings](/general-concepts/rendered.ai-licensing-and-offerings.md)

APPLICATION USER GUIDES

* [Overview](/application-user-guides/overview.md)
* [Quick Start Guide](/application-user-guides/quick-start-guide.md)
* [Tutorials](/application-user-guides/tutorials.md)

DEVELOPMENT GUIDES

* [Overview](/development-guides/overview.md)
* [Ana Software Architecture](/development-guides/ana-software-architecture.md)
* [Setting Up the Development Environment](/development-guides/setting-up-the-development-environment.md)
* [Deploying a Channel](/development-guides/deploying-a-channel.md)
* [An Example Channel - Toybox](/development-guides/an-example-channel-toybox.md)

OPEN SOURCE CHANNELS

* [Toybox](/open-source-channels/toybox.md)

[RELEASE NOTES](/release-notes/rendered.ai-platform.md)\
[SDK DOCUMENTATION](https://sdk.rendered.ai)


---

# 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:

```
GET https://support.rendered.ai/table-of-contents.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.
