# Workflows

- [Overview](https://docs.cascade.io/cascade/workflows/overview.md)
- [Navigating the Canvas](https://docs.cascade.io/cascade/workflows/overview/navigating-the-canvas.md)
- [Setting Up](https://docs.cascade.io/cascade/workflows/overview/setting-up.md)
- [Drag and Drop](https://docs.cascade.io/cascade/workflows/overview/drag-and-drop.md)
- [Tools](https://docs.cascade.io/cascade/workflows/overview/tools.md)
- [Dynamic Workflows](https://docs.cascade.io/cascade/workflows/dynamic-workflows.md): Isolate and reuse workflow logic with Dynamic Workflows
- [Global Variables](https://docs.cascade.io/cascade/workflows/global-variables.md): A global value set at a workflow level
- [Data Locker](https://docs.cascade.io/cascade/workflows/data-locker.md)
- [Scheduling](https://docs.cascade.io/cascade/workflows/scheduling.md): Set up schedules to automate workflow runs
- [Webhooks](https://docs.cascade.io/cascade/workflows/webhooks.md): Set up webhooks to automate workflow runs
- [Run Logs](https://docs.cascade.io/cascade/workflows/run-logs.md): Track your workflow runs and run details
- [Workflow Deployment](https://docs.cascade.io/cascade/workflows/workflow-deployment.md): Edit your operationalized workflows by switching from Live to Draft mode


---

# 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.cascade.io/cascade/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.
