# Workflow User Guide

Workflows allow you to automate the process of building and delivering software to your robots. Chassy provides an intuitive graphical editor for creating, modifying, and viewing workflows. In the next chapter, you'll learn how to create them.

Before you begin creating workflows, you will need to enable the [github](https://docs.chassy.io/reference/integrations/github "mention") integration first.

As you read the user guide, it may at times be useful to consult the [workflow-components](https://docs.chassy.io/reference/workflow-components "mention") reference which gives detailed definitions for various parts of Chassy's workflows.


---

# 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.chassy.io/user-guides/workflow-user-guide.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.
