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

# Welcome to Rewst documentation

<table data-view="cards" data-full-width="false"><thead><tr><th align="center"></th><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center"><strong>Rewst Support</strong></td><td align="center">Contact and resources for help with using Rewst</td><td><a href="/pages/sA4fcjhqwlu92LDunc0u">/pages/sA4fcjhqwlu92LDunc0u</a></td><td><a href="/files/I4Iv58JJkwzHzAWOb9qZ">/files/I4Iv58JJkwzHzAWOb9qZ</a></td></tr><tr><td align="center"><strong>Rewst Open Mic</strong></td><td align="center">Recordings and invites to our live community hang-outs</td><td><a href="/pages/KDu7vPh8UKqjTLrNNK9a">/pages/KDu7vPh8UKqjTLrNNK9a</a></td><td><a href="/files/71mvmHh9FO71r2pI4xi2">/files/71mvmHh9FO71r2pI4xi2</a></td></tr><tr><td align="center"><strong>Cluck University</strong></td><td align="center">Sign up for training in CluckU to learn how to use Rewst</td><td><a href="https://learn.rewst.io/">https://learn.rewst.io/</a></td><td><a href="/files/IsfmqYAVA9xkHjd9XbcJ">/files/IsfmqYAVA9xkHjd9XbcJ</a></td></tr></tbody></table>

## Get started with Rewst

Not sure where to begin? We recommend these resources. Click on Cluck University links to launch that course in a new tab. Click on documentation links to take you directly to that page in this documentation site.

### Cluck University intro courses

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Rewst onboarding: Learn how to set up your Rewst environment and integrate your tech stack</strong></td><td><a href="/files/9VA93Gv2so6FVjvVpWzk">/files/9VA93Gv2so6FVjvVpWzk</a></td><td><a href="https://learn.rewst.io/path/onboarding-learning-path">https://learn.rewst.io/path/onboarding-learning-path</a></td></tr><tr><td><strong>Process engineering: Learn to recognize automation opportunities, and map out processes with clarity</strong></td><td><a href="/files/prAxjjUvsrPuhmukvKbu">/files/prAxjjUvsrPuhmukvKbu</a></td><td><a href="https://learn.rewst.io/process-engineering-designed-for-automation">https://learn.rewst.io/process-engineering-designed-for-automation</a></td></tr><tr><td><strong>Automation basics: Learn key concepts for building smarter, more efficient workflows in Rewst</strong></td><td><a href="/files/M0dZHJxbcNDslnegstoA">/files/M0dZHJxbcNDslnegstoA</a></td><td><a href="https://learn.rewst.io/path/automation-basics">https://learn.rewst.io/path/automation-basics</a></td></tr></tbody></table>

### Documentation on Rewst platform basics

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>What is an integration?</strong></td><td><a href="/pages/OSnkx0SEHcbueeC19adV">/pages/OSnkx0SEHcbueeC19adV</a></td></tr><tr><td><strong>What is a workflow?</strong></td><td><a href="/pages/yoHf2AVYDQJZiCRERlY8">/pages/yoHf2AVYDQJZiCRERlY8</a></td></tr><tr><td><strong>What is an action?</strong></td><td><a href="/pages/IgLWPsIO9ptzH8SN9qYe">/pages/IgLWPsIO9ptzH8SN9qYe</a></td></tr><tr><td><strong>What is an organization?</strong></td><td><a href="/pages/MJ3qhY7mNpNU1O94ZhwK">/pages/MJ3qhY7mNpNU1O94ZhwK</a></td></tr><tr><td><strong>What is a Crate?</strong></td><td><a href="/pages/FLvdStgWDsLTcw5gA1vG">/pages/FLvdStgWDsLTcw5gA1vG</a></td></tr><tr><td><strong>What is a form?</strong></td><td><a href="/pages/Bd04lN8ZJ5yY9uJkNDRD">/pages/Bd04lN8ZJ5yY9uJkNDRD</a></td></tr><tr><td><strong>What is a template?</strong></td><td><a href="/pages/Oo5ZGJt3Qt00dpcwtJ4V">/pages/Oo5ZGJt3Qt00dpcwtJ4V</a></td></tr><tr><td><strong>What is Jinja?</strong></td><td><a href="/pages/h4161dV8T01nADfw2O4K">/pages/h4161dV8T01nADfw2O4K</a></td></tr><tr><td><strong>What are users in Rewst?</strong></td><td><a href="/pages/gzxKSbCN6twFAlGzYgyr">/pages/gzxKSbCN6twFAlGzYgyr</a></td></tr></tbody></table>


---

# 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.rewst.help/~/revisions/oox5xThRKRJizwPMPxvl/readme.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.
