> For the complete documentation index, see [llms.txt](https://docs.uibakery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uibakery.io/concepts/actions.md).

# Actions

**Action** is a piece of business logic implemented in your application. You can use it to load the data from a data source, send the data back, make API calls, navigate to app pages, generate PDF documents, and process any type of data with SQL or JavaScript.

Check out the articles in this section to learn more :point\_down:

<table data-view="cards"><thead><tr><th data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/bLlzr4TAl1V0I10IgAev">/pages/bLlzr4TAl1V0I10IgAev</a></td></tr><tr><td><a href="/pages/lZH7OiWELyYmYRigHM0N">/pages/lZH7OiWELyYmYRigHM0N</a></td></tr><tr><td><a href="/pages/QHw0L7pcV3EaYolzFtzW">/pages/QHw0L7pcV3EaYolzFtzW</a></td></tr><tr><td><a href="/pages/vZCfLat4umYd8zPk3mlA">/pages/vZCfLat4umYd8zPk3mlA</a></td></tr><tr><td><a href="/pages/l2ble9hHgrqZKSavDdbk">/pages/l2ble9hHgrqZKSavDdbk</a></td></tr><tr><td><a href="/pages/RxWPOnY1C9UToM31yVvp">/pages/RxWPOnY1C9UToM31yVvp</a></td></tr><tr><td><a href="/pages/EJ7VwuYeDQJ4gIfkOAzm">/pages/EJ7VwuYeDQJ4gIfkOAzm</a></td></tr></tbody></table>


---

# 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:

```
GET https://docs.uibakery.io/concepts/actions.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.
