# Actions

{% hint style="success" %}
This is the official documentation of Forest Admin Cloud.
{% endhint %}

Actions are operations you can perform in your admin panel, such as create, update, delete, search, sort, and export data to CSV.&#x20;

Forest Admin also supports custom actions, empowering you to tailor your admin panel to specific business requirements. This feature improves the platform's capabilities, enabling the implementation of custom business logic to meet your specific operational requirements.

<figure><img src="/files/kOwG3QrcapUi6B1fkA7S" alt=""><figcaption></figcaption></figure>


---

# 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.forestadmin.com/cloud/core-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.
