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

# Rayon documentation

Here are the general topics of our documentation. Feel free to **look around** or **use the search bar on the top banner!**

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Rayon's basics</strong></td><td>Get started in just a few simple steps.</td><td><a href="/files/ZPSEPwUldrRFjYqzifDl">/files/ZPSEPwUldrRFjYqzifDl</a></td><td><a href="/pages/YjCyAPCfspUEYA2ucBSa">/pages/YjCyAPCfspUEYA2ucBSa</a></td></tr><tr><td><strong>Design</strong></td><td>All the design tools, in depth.</td><td><a href="/files/mDlPeNIgCQciUP3p55Om">/files/mDlPeNIgCQciUP3p55Om</a></td><td><a href="/pages/ofcZOQjZkIxLKAhaIKBq">/pages/ofcZOQjZkIxLKAhaIKBq</a></td></tr><tr><td><strong>Layout &#x26; present</strong></td><td>Everything creating a page layout, and sharing presentations.</td><td><a href="/files/JZBRzqEoF2vaNyb0SeFk">/files/JZBRzqEoF2vaNyb0SeFk</a></td><td><a href="/pages/sBYynirIsBPyDO0Gagn9">/pages/sBYynirIsBPyDO0Gagn9</a></td></tr><tr><td><strong>Work with AI</strong></td><td>All about using Rayon's AI feature set.</td><td><a href="/files/gnBp1QTnMpIRfWMZm3aL">/files/gnBp1QTnMpIRfWMZm3aL</a></td><td><a href="/pages/PiK2gfSdBj2lTAb4OBLV">/pages/PiK2gfSdBj2lTAb4OBLV</a></td></tr><tr><td><strong>Import &#x26; export</strong></td><td>All about bringing files in &#x26; out of Rayon.</td><td><a href="/files/fwBwjtxTfC9ru68dNH4B">/files/fwBwjtxTfC9ru68dNH4B</a></td><td><a href="/pages/jpq8EHpUuoQvhmNQSiR4">/pages/jpq8EHpUuoQvhmNQSiR4</a></td></tr><tr><td><strong>Publishing &#x26; sharing</strong></td><td>All about libraries &#x26; templates.</td><td><a href="/files/ziAC5BPhnzsUHpLxj8Ak">/files/ziAC5BPhnzsUHpLxj8Ak</a></td><td><a href="/pages/b1ziJva2Kqx1lMJuR2tU">/pages/b1ziJva2Kqx1lMJuR2tU</a></td></tr><tr><td><strong>Team's management &#x26; billing</strong></td><td>How teams can get set up and how Rayon gets billed</td><td><a href="/files/1zVLiWgqtNFwNaSHbJA5">/files/1zVLiWgqtNFwNaSHbJA5</a></td><td><a href="/pages/0CAKPxkTN1hrTlZRg57m">/pages/0CAKPxkTN1hrTlZRg57m</a></td></tr><tr><td><strong>FAQ</strong></td><td>Frequent questions and answers.</td><td><a href="/files/UUd8VJMZhkRFVmVcrZld">/files/UUd8VJMZhkRFVmVcrZld</a></td><td><a href="/pages/qnoMBEVA2o19akXHtaxc">/pages/qnoMBEVA2o19akXHtaxc</a></td></tr><tr><td><strong>Tutorials</strong></td><td>A series of videos to learn how to use Rayon.</td><td><a href="/files/oS3nbj4tz7vAdCHYlDCm">/files/oS3nbj4tz7vAdCHYlDCm</a></td><td><a href="https://academy.rayon.design/">https://academy.rayon.design/</a></td></tr><tr><td><strong>How to switch</strong></td><td>Everything about migrating from legacy software to Rayon.</td><td><a href="/files/uZ5caWF8e4vOycjapDtu">/files/uZ5caWF8e4vOycjapDtu</a></td><td><a href="/pages/wVrKRZMym01Fwg5k3Rs3">/pages/wVrKRZMym01Fwg5k3Rs3</a></td></tr></tbody></table>

***

### We are always available

Book a demo with our team, [right here](https://b1kzip68v9f.typeform.com/to/Hgr0eQ4k#source=docs).\
To get some support, reach out to us through our **in-app support chat**. \
More about [our support policy right here](/other-resources/others/support-policy.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://docs.rayon.design/documentation/rayon-documentation.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.
