# Managing Workflows

## How to update a workflow

If you find that you need to alter steps or create new steps within an existing workflow, you can do so quite simply. First, navigate to the *Workflows* pane and select your workflow. Clicking *Configure* will bring you back to the workflow editor where you can make your desired changes. For more information on these configurations, see [Creating a Workflow](/user-guides/workflow-user-guide/creating-a-workflow.md#configuring-steps). You can also change the name, description, or notification settings of the workflow using the *Change Name* button.

## Next steps

Now that you're familiar with workflows, you can take your automation up a notch following one of our other guides:

* [Integrating with GitHub](/operator-guides/integrating-with-github.md)
* [Deploy an Artifact](/tutorials/deploy-an-artifact.md)


---

# 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/managing-workflows.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.
