# Flows

- [Overview](https://docs.integry.ai/flows/overview.md)
- [Flow Tutorials](https://docs.integry.ai/flows/markdown.md)
- [Sync data TO another app from your app](https://docs.integry.ai/flows/markdown/sync-data-to-another-app-from-your-app.md)
- [Sync data FROM another app to your app](https://docs.integry.ai/flows/markdown/sync-data-from-another-app-to-your-app.md)
- [Create a two-way flow](https://docs.integry.ai/flows/markdown/create-a-two-way-flow.md)
- [Build a Flow](https://docs.integry.ai/flows/editor.md)
- [Trigger a Flow](https://docs.integry.ai/flows/trigger-a-flow.md)
- [Multiple Triggers in a Flow](https://docs.integry.ai/flows/trigger-a-flow/multiple-triggers-in-a-flow.md)
- [Steps in a Flow](https://docs.integry.ai/flows/steps-in-a-flow.md)
- [Access Control and Testing](https://docs.integry.ai/flows/access-control-and-testing.md)
- [Flow FAQs](https://docs.integry.ai/flows/flow-faqs.md)
- [Solving the Problem of Order in Multiple Updates](https://docs.integry.ai/flows/solving-the-problem-of-order-in-multiple-updates.md)
- [Integrations](https://docs.integry.ai/flows/integrations.md)
- [Runs](https://docs.integry.ai/flows/integrations/runs.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.integry.ai/flows.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.
