# Use Cases

***

Esta sección proporciona una colección de ejemplos prácticos para demostrar cómo se puede usar Flowise para construir una variedad de soluciones.

Cada use case te guiará a través del proceso de diseñar, construir e implementar aplicaciones del mundo real usando Flowise.

## Guías

* [Llamando a Children Flows](/espanol/documentacion-oficial/use-cases/calling-children-flows.md)
* [Llamando a Webhook](/espanol/documentacion-oficial/use-cases/webhook-tool.md)
* [Interactuando con API](/espanol/documentacion-oficial/use-cases/interacting-with-api.md)
* [QnA con Múltiples Documentos](/espanol/documentacion-oficial/use-cases/multiple-documents-qna.md)
* [QnA con SQL](/espanol/documentacion-oficial/use-cases/sql-qna.md)
* [Upserting de Datos](/espanol/documentacion-oficial/use-cases/upserting-data.md)
* [QnA con Web Scraping](/espanol/documentacion-oficial/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://docs.flowiseai.com/espanol/documentacion-oficial/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.
