> 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/support-and-community/cluck-university.md).

# Cluck University

## Cluck University updates and recommended courses

Get the latest news or subscribe to our RSS feed at: [Training updates](https://docs.rewst.help/updates/cs-and-training-updates).

### Cluck University office hours

[Register for weekly sessions](https://learn.rewst.io/cluck-university-office-hours) to learn from legendary instructor Eddie Chow.

### Automation Fundamentals

The "think before you build" path, designed for automation program leaders and builders. Align on what, why, and how to automate before you touch a single button in Rewst.

* [Automation Fundamentals intro](https://learn.rewst.io/path/automation-fundamentals/automation-fundamentals-introduction)
* [Process Engineering: Designed for automation](https://learn.rewst.io/path/automation-fundamentals/process-engineering-designed-for-automation)
* [The IMPACT Framework intro](https://learn.rewst.io/path/automation-fundamentals/impact-framework-intro)

### Automation Builder Basics

Get hands-on practice in Rewst, whether you're building by yourself or with RoboRewsty. From learning how to build a super-simple "Hello world" automation (form and workflow) to connecting workflows and mastering troubleshooting techniques, these courses get you building quickly with best practices from the start.

* [Hello world workflow](https://learn.rewst.io/path/automation-builder-basics/hello-world-workflow)
* [Troubleshooting in Rewst](https://learn.rewst.io/path/automation-builder-basics/troubleshooting-in-rewst)
* [Extend workflows with inbound and outbound triggers](https://learn.rewst.io/path/automation-builder-basics/extend-workflows-with-inbound-and-outbound-triggers)

### Best practices for building with RoboRewsty

The fastest path to a working automation.&#x20;

* [Get started with RoboRewsty](https://learn.rewst.io/get-started-with-roborewsty): configure RoboRewsty and write better prompts
* [Build an automation with RoboRewsty](https://learn.rewst.io/build-an-automation-with-roborewsty): blueprint to working automation in 45 minutes

### Rewst Foundations and Clean Automation

[See courses and certification exams](https://learn.rewst.io/page/advanced-builder-certificates)

* Rewst Foundations: best practices for forms, workflows, triggers, and error handling. The benchmark for building with solid architecture and modular design to help you scale.
* Clean Automation: courses on data types, Boolean logic, modular design, and anti-patterns. Dig into the details that strengthen your automations.

### Additional courses

Browse the [full catalog](https://learn.rewst.io/page/course-catalog) in Cluck University. Here's a few recommendations based on recent releases.&#x20;

* [Dev environments in Rewst](https://learn.rewst.io/dev-environments-in-rewst)
* [Intro to Automation as a Service](https://learn.rewst.io/intro-to-automation-as-a-service)
* [Demystifying billing reconciliation](https://learn.rewst.io/demystifying-billing-reconciliation)
* [Getting started with custom integrations](https://learn.rewst.io/getting-started-with-custom-integrations/)
* [Getting strategic with webhook triggers](https://learn.rewst.io/getting-strategic-with-webhook-triggers)
* [Simplify Microsoft User Onboarding with a workflow wrapper](https://learn.rewst.io/simplify-microsoft-user-onboarding)


---

# 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/support-and-community/cluck-university.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.
