> 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/english/skyone-studio/how-to.md).

# How to

* [Insert JSON into databases](/english/skyone-studio/how-to/insert-json-into-databases.md)
* [Flattening: Data transformation using JSONata](/english/skyone-studio/how-to/flattening-data-transformation-using-jsonata.md)
* [How to use Form Data](/english/skyone-studio/how-to/how-to-use-form-data.md)
* [Understanding recursion in JSONata](/english/skyone-studio/how-to/understanding-recursion-in-jsonata.md)
* [REST Module Output Consolidation](/english/skyone-studio/how-to/rest-module-output-consolidation.md)
* [How to configure a component timeout?](/english/skyone-studio/how-to/how-to-configure-a-component-timeout.md)
* [Isolated in execution: concept and application in variables](/english/skyone-studio/how-to/isolated-in-execution-concept-and-application-in-variables.md)
* [URL Parameters in API Gateway](/english/skyone-studio/how-to/url-parameters-in-api-gateway.md)
* [Use case: API Gateway trigger parameters](/english/skyone-studio/how-to/use-case-api-gateway-trigger-parameters.md)
* [Use case: Exception Handler in financial transactions](/english/skyone-studio/how-to/use-case-exception-handler-in-financial-transactions.md)
* [Use case: using Groups to manage access to flow](/english/skyone-studio/how-to/use-case-using-groups-to-manage-access-to-flows.md)
* [How to create a download endpoint and integrate with Power BI](/english/skyone-studio/how-to/how-to-create-a-download-endpoint-and-integrate-with-power-bi.md)
* [Is it possible to use two triggers in a single flow?](/english/skyone-studio/how-to/is-it-possible-to-use-two-triggers-in-a-single-flow.md)
* [Encryption: Hash Functions in JSONata ($md5 and $sha256)](/english/skyone-studio/how-to/encryption-hash-functions-in-jsonata-usdmd5-and-usdsha256.md)
* [Generation Parameters in Skyone Studio](/english/skyone-studio/how-to/generation-parameters-in-skyone-studio.md)
* [Using filters in Skyone Studio](/english/skyone-studio/how-to/using-filters-in-skyone-studio.md)
* [Prompting Best Practices for Skyone Studio](/english/skyone-studio/how-to/prompting-best-practices-for-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/english/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.
