> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/espanol/skyone-studio/how-to.md).

# How to

* [Insertar JSON en bases de datos](/espanol/skyone-studio/how-to/insertar-json-en-bases-de-datos.md)
* [**Flattening:** Transformación de datos utilizando JSONata](/espanol/skyone-studio/how-to/flattening-transformacion-de-datos-utilizando-jsonata.md)
* [Cómo utilizar Form Data](/espanol/skyone-studio/how-to/como-utilizar-el-form-data.md)
* [Entendiendo la recursividad en JSONata](/espanol/skyone-studio/how-to/entendiendo-la-recursividad-en-jsonata.md)
* [Consolidación de output de módulos REST](/espanol/skyone-studio/how-to/consolidacion-del-output-de-un-modulo-rest.md)
* [Cómo configurar un timeout en un componente](/espanol/skyone-studio/how-to/como-configurar-un-timeout-de-un-componente.md)
* [Aislar en la ejecución: concepto y aplicación en variables](/espanol/skyone-studio/how-to/aislar-en-la-ejecucion-concepto-y-aplicacion-en-variables.md)
* [Parámetros de URL en API Gateway](/espanol/skyone-studio/how-to/parametros-de-url-en-el-api-gateway.md)
* [Caso de uso: parámetros de gatillo en API Gateway](/espanol/skyone-studio/how-to/caso-de-uso-parametros-del-disparador-api-gateway.md)
* [Caso de uso: Exception Handler en transacciones financieras](/espanol/skyone-studio/how-to/caso-de-uso-exception-handler-en-transacciones-financieras.md)
* [Caso de uso: utilizando Grupos para gestionar accesos a los flujos](/espanol/skyone-studio/how-to/caso-de-uso-utilizando-grupos-para-gestionar-accesos-a-los-flujos.md)
* [¿Es posible usar dos gatillos en un solo flujo?](/espanol/skyone-studio/how-to/es-posible-usar-dos-disparadores-en-un-mismo-flujo.md)
* [Cómo crear un endpoint para descarga e integrarlo con Power BI](/espanol/skyone-studio/how-to/como-crear-un-endpoint-para-descarga-e-integrarlo-con-power-bi.md)
* [¿Es posible usar dos gatillos en un solo flujo?](/espanol/skyone-studio/how-to/es-posible-usar-dos-disparadores-en-un-mismo-flujo.md)
* [Criptografía: Funciones de Hash en JSONata ($md5 y $sha256)](/espanol/skyone-studio/how-to/criptografia-funciones-de-hash-en-jsonata-usdmd5-y-usdsha256.md)
* [Parámetros de Generación en Skyone Studio](/espanol/skyone-studio/how-to/parametros-de-generacion-en-skyone-studio.md)
* [Uso de los filtros en Skyone Studio](/espanol/skyone-studio/how-to/uso-de-los-filtros-en-skyone-studio.md)
* [Buenas prácticas de prompts para Skyone Studio](/espanol/skyone-studio/how-to/buenas-practicas-de-prompts-para-skyone-studio.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.skyone.cloud/espanol/skyone-studio/how-to.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
