# October 6, 2023 - Training Update

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

<details>

<summary><strong>General News</strong></summary>

* Eddie-the-legend Chow is back! and we'll be back to our regularly scheduled training next week:
  * Mondays: Rewst 101 @ 12pm EST + Rewst 104 @ 1:15pm EST
  * Tuesdays: Rewst 102 @ 12pm EST + Rewst 105 @ 1:15pm EST
  * Wednesdays: Rewst 103 @ 12pm EST + Rewst 106 @ 1:15pm EST
  * Thursdays: ROC AMA @ 11am EST
* Join us in our new [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>

**Cluck University**

* Rewst 201 is in the works with a pilot coming soon!

**Documentation**

* [September 29, 2023 - No Microtransactions with These New Crates](/updates/roc-open-mics/roc-open-mics-north-america/2023-roc-open-mics/september-29-2023-no-microtransactions-with-these-new-crates.md)
* [Collecting diagnostics with browser developer tools](/support-and-community/roc-support/collecting-diagnostics-with-browser-developer-tools.md) page added.
* [Jinja reserved keywords](/documentation/jinja/use-cases-and-best-practices/jinja-reserved-keywords.md) added to Jinja Use Cases & Best Practices.
* [Jinja data types](/documentation/jinja/data-types.md) page added to the Jinja section.
* **Updates and Fixes:** Moved existing use case specific Jinja docs into the Common Jinja Examples section, and added the following pages:
  * [Conditional statements and logical operators](/documentation/jinja/common-jinja-examples/conditional-statements-and-logical-operators.md)
  * [Try-catch blocks](/documentation/jinja/common-jinja-examples/understanding-try-catch-blocks.md)
  * [Split strings, replace characters, and combine strings](/documentation/jinja/common-jinja-examples/splitting-strings-replacing-characters-and-combining-strings.md)
  * [Dictionary unpacking](/documentation/jinja/common-jinja-examples/dictionary-unpacking.md)
  * [Loops in Jinja](/documentation/jinja/common-jinja-examples/loops-in-jinja.md)

</details>


---

# Agent Instructions: 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://docs.rewst.help/updates/cs-and-training-updates/2023-training-updates/october-6th-2023.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.
