# July 28, 2023 - Training Update

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

<details>

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

* Surprise! Turns out we do listen to feedback and snarky comments from Kelvin! :wink:
* [As a reminder, our new training is as follows](https://calendly.com/cluck-u):
  * Mondays: Rewst 101 @ 12pm EST + Rewst 104 @ 1pm EST
  * Tuesdays: Rewst 102 @ 12pm EST + Rewst 105 @ 1pm EST
  * Wednesdays: Rewst 103 @ 12pm EST + Rewst 106 @ 1pm EST
  * Thursdays: ROC AMA @ 12pm EST
* Join us in our new [Cluck-u Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
* Brandon is coming to the end of his Tears of the Kingdom → Final Fantasy XVI back-to-back journey. What a ride. He is open to any questions you may have.

</details>

<details>

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

**Documentation**

* [Open Mic - July 21st Video and Page Added](https://rewst.gitbook.io/rewst.help/updates/roc-open-mics/july-21st-2023-transform-er-s-jinja-in-disguise)
* Added new Transform Documentation Pages for the following:
  * [Restructure Lists](https://rewst.gitbook.io/rewst.help/~/changes/ZcNHMt5rHu5nJ2WZr9a3/documentation/workflows/transform-actions/restructure-lists)
  * [Set Field Value](https://rewst.gitbook.io/rewst.help/~/changes/ZcNHMt5rHu5nJ2WZr9a3/documentation/workflows/transform-actions/set-field-value)
  * [Convert to Object](https://rewst.gitbook.io/rewst.help/~/changes/ZcNHMt5rHu5nJ2WZr9a3/documentation/workflows/transform-actions/convert-to-object)
  * [Process With Items Results](https://rewst.gitbook.io/rewst.help/~/changes/ZcNHMt5rHu5nJ2WZr9a3/documentation/workflows/transform-actions/process-with-items-results)
  * [Merge Lists](https://rewst.gitbook.io/rewst.help/~/changes/ZcNHMt5rHu5nJ2WZr9a3/documentation/workflows/transform-actions/merge-lists)
  * [Diff Lists](https://rewst.gitbook.io/rewst.help/~/changes/ZcNHMt5rHu5nJ2WZr9a3/documentation/workflows/transform-actions/diff-lists)
* Updates:
  * Gitbook Cleanup to restructure and reorder some pages

**Cluck University**

* Quiz Questions are now live for 101 - 106 classes!

</details>

<details>

<summary><strong>Tickets</strong></summary>

With the ROC now using Halo for their ticketing system, this is when you should find a ticket created for you!

* [ ] A discussion with a ROC engineer that doesn't result in a fix on first discussion
* [ ] If you have a call to troubleshoot, create workflows or other ROC work
* [ ] For all onboarding or expansion work
* [ ] If a call results in a new workflow idea or request

If you'd like to manually create a ticket yourself, review the "Rewst Support" section at the bottom of this page.

</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/july-28th-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.
