> 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/2023-training-updates/june-30th-2023-2.md).

# July 7, 2023 - Training Update

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

<details>

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

* As a reminder, our new training schedule, starting July 10th is as follows:
  * 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
* We've created automations to create tickets for any [Documentation or Education Topics on Canny](https://rewst.canny.io/education-topic-requests) requests. Feel free to add to the list!
* 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>

Documentation

* Open Mic - June 30th Video and Page Added
* Azure OpenAI Integration Setup Documentation Added
* Don't forget to sign up for our first [Rewst 105](https://calendly.com/cluck-u/rewst-105?back=1\&month=2023-07) and [Rewst 106 courses](https://calendly.com/cluck-u/rewst-106?back=1\&month=2023-07)!

</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
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/2023-training-updates/june-30th-2023-2.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.
