> 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/january-5th-2024.md).

# January 5, 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 all those who've successfully taken our [Broken mention](broken://pages/CnFnuPXakXtXmcgtSAYh)Exam, and collected your prestigious **Certified Rewster** badge in Discord.
  * Stay tuned for more information on how to get your official certification issued for sharing on LinkedIn, and hanging on your wall with pride.
* **Reminder about the Rewst Onsite:**
  * We are BACK to our regularly scheduled training. You can sign up for our live training at <https://calendly.com/cluck-u>
  * Training will be paused again the week of **January 22nd** due to the Rewst Onsite!
  * Feel free to sit by the fire, with a glass of bourbon, or tasty leftover New Year drinks, and watch our videos while you wait with anticipation for our return on **January 29th**.
* 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?**

* Added [Broken mention](broken://pages/wpPPQLZG0sKVDyK1Zq3I)video

**New & Updated Pages:**

* The last 3 weeks of 2023 Open Mic Pages are here:
  * [December 15, 2023 - Compromised Users, Automated Documentation, and Troubleshooting Errors](/updates/roc-open-mics/roc-open-mics-north-america/2023-roc-open-mics/dec-15th-2023-compromised-users-automated-documentation-and-troubleshooting-errors.md)
  * [December 22, 2023 - Simply Having a Wonderful Rewsty Time](/updates/roc-open-mics/roc-open-mics-north-america/2023-roc-open-mics/dec-22nd-2023-simply-having-a-wonderful-rewsty-time.md)
  * [December 29, 2023 - Last Open Mic of 2023!](/updates/roc-open-mics/roc-open-mics-north-america/2023-roc-open-mics/dec-29th-2023-last-open-mic-of-2023.md)
* Added [Broken mention](broken://pages/nBHyqnJG299rvBWucN7B)
* Added [App Builder](/documentation/app-builder.md)pages
* Added [Broken mention](broken://pages/RZ7yIRxfs5Ac9maOMo84)pages
* Added [Agent Smith](/documentation/agent-smith.md)pages

</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/january-5th-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.
