> 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/september-1st-2023.md).

# September 1, 2023 - Training Update

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

<details>

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

* [The AMA has been moved up an hour to accommodate our friends in the UK](https://calendly.com/cluck-u):thumbsup:
  * 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**

* Added a [feedback and credit form](broken://pages/8PjyXOTLAzdmsN7SPslq) to the Rewst Foundation Pages
* Added text summaries for all the [Getting Started pages](/support-and-community/cluck-university.md) for our partners who prefer reading over video
* Chow Time: Added Updated [Rewst 102](broken://pages/XrQBDfA6prUn7lvqGPxx) and [Rewst 103](broken://pages/vdrKA4yUq5ntJmizUKaq) videos made by our very own Legend - Eddie Chow
* Added [How to Scope an Automation](broken://pages/lmOZhYax2hZKZzxf2b9j) video in the Getting Started Section
* Added a Workflow [Tips & Tricks video to Getting Started](broken://pages/xPHCXPrygPwDn3m0ytaC), focusing on documenting your workflows, using multi-select, and favoriting actions
* Added [page to highlight Resources](broken://pages/D6vDNRkVMwtJf13N87tp) to Getting Started
* Updates and Fixes
  * Updated wording and formatting on the [Rewst Terminology page](broken://pages/aMUGuyVYvi7p26HwKud2) in Getting Started

**Documentation**

* [Open Mic - August 25th Video and Page Added](/updates/roc-open-mics/roc-open-mics-north-america/2023-roc-open-mics/august-25th-2023-looks-like-brandwichs-back-on-the-menu.md)
* Added a [CSP/CPV Permission Checker Page](/documentation/crates/existing-crate-documentation/m365-csp-gdap-permission-checker-crate.md)
* Added a [DattoRMM Bring Your Own Database Page](/documentation/integrations/integration-guides/database-integration-setup/byod-for-dattormm.md)
* Added a [Integrating with Two CSPs Page](/documentation/integrations/multi-instance-integration/integrate-multiple-instances-of-the-same-integration.md)
* Updates and Fixes
  * Updated [Intro to Triggers page](/documentation/automations/intro-to-triggers.md)
  * Add instructions for unpacking a Crate on the [What is a Crate page](/documentation/crates.md)
  * Added IT Glue Access Information on the[ IT Glue Integration Setup Page](/documentation/integrations/integration-guides/it-glue-integration-setup.md)
  * Updated the wording on the [Database Setup Page](/documentation/integrations/integration-guides/database-integration-setup.md)
  * Updated Support note in [Custom Integrations Page](/documentation/integrations/custom-integrations.md)
  * Fixed incorrect information on [Least Privilege Access Requirements for the ConnectWise Manage Integration Page](broken://pages/0MHLA19gmfPUOcfFF3cv)
  * Added missing images to [Form Best Practices](/documentation/automations/forms/form-best-practices.md) Page
  * Fixed Rewst Script Run Powershell file name for download on [Datto RMM Integration Setup Page](/documentation/integrations/integration-guides/datto-rmm-integration-setup.md)

</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/september-1st-2023.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.
