# Example Flows

***

This section provides a collection of practical examples to demonstrate how Tailwinds can be used to build a variety of solutions.

## Guides

* [Calling Children Flows](/readme/use-cases/calling-children-flows.md)
* [Calling Webhook](/readme/use-cases/webhook-tool.md)
* [Interacting with API](/readme/use-cases/interacting-with-api.md)
* [Multiple Documents QnA](/readme/use-cases/multiple-documents-qna.md)
* [SQL QnA](/readme/use-cases/sql-qna.md)
* [Upserting Data](/readme/use-cases/upserting-data.md)
* [Web Scrape QnA](/readme/use-cases/web-scrape-qna.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://tailwindsdocs.innovativesol.com/readme/use-cases.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.
