> 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/updates/training-updates/2024-training-updates/march-15th-2024.md).

# March 15, 2024 - Training Update

Explore what new changes the Training team has made in the last week.

<details>

<summary><strong>General News and Reminders</strong></summary>

* **SHOUT OUT** to Hayden, Jordan, Eugene, Chris, Brett, Dan, and Tahla for successfully taking our [Broken mention](broken://pages/CnFnuPXakXtXmcgtSAYh) Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* We have unified the docs format for our 100 series, making it more searchable, and beefed up our resources section for each page.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!

</details>

<details>

<summary><strong>Cluck U and Documentation Updates</strong></summary>

**What's New at Cluck University?**

* We'd love to get your feedback on our Training and Documentation! [Please fill out this form to let us know how we can improve](https://app.sli.do/event/m8C3AjPUnuDgpkVDmPsQL3)!
* As a reminder, you can make training and documentation requests at <https://rewst.canny.io/>
* Clea has joined the battle to educate! She will be delivering the Rewst 101 Training next Monday, March, 18th!

<img src="https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2FQcSiSBdHUWh9XeYEMqfc%2FClea.png?alt=media&amp;token=b206f695-27bc-4eab-985b-1a5eed63ca51" alt="" data-size="original">

* All Cluck U Course pages have been updated for clarity
* Links to additional resources have been added to each of the pages

**New & Updated Pages:**

* [March 8, 2024 - Live from Right of Boom, it's the ROC Open Mic](/updates/roc-open-mics/roc-open-mics-north-america/2024-roc-open-mics/march-8th-2024-live-from-right-of-boom-its-the-roc-open-mic.md) page added
* [Broken mention](broken://pages/IjDdHyQpvv5eUAQFuqIC) page added
* [Broken mention](broken://pages/nvCHsrCq289RTSGgaoPH) steps updated for accuracy
* [Data input and output: Input variables and context variables](/documentation/automations/workflows/data-input-and-output-input-variables-and-context-variables.md) page updated for clarity and searchability
* [Twilio integration](/documentation/integrations/integration-guides/twilio-integration-setup.md) page updated to include full steps
* [Jinja essentials](/documentation/jinja/jinja-essentials.md) page added with expanded examples from 103
* [Broken mention](broken://pages/rXA8aLNfgfCT5Zme2oVN) page added with more detail from 104 and 105

</details>


---

# 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/updates/training-updates/2024-training-updates/march-15th-2024.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.
