# Actions/Action Groups

- [Basics](https://docs.flexikanban.ai/components/actions-action-groups/basics.md): The Flexi Kanban Actions provide user an ability build the library of functional quick actions and use it in any place in the application.
- [Working with Actions](https://docs.flexikanban.ai/components/actions-action-groups/basics/working-with-actions.md)
- [Working with Action Groups](https://docs.flexikanban.ai/components/actions-action-groups/basics/working-with-action-groups.md)
- [Working with Functions](https://docs.flexikanban.ai/components/actions-action-groups/basics/working-with-functions.md)
- [Working with Context objects](https://docs.flexikanban.ai/components/actions-action-groups/basics/working-with-context-objects.md)
- [Working with Conditions](https://docs.flexikanban.ai/components/actions-action-groups/basics/working-with-conditions.md)
- [Types](https://docs.flexikanban.ai/components/actions-action-groups/types.md)
- [Validation Rule Action](https://docs.flexikanban.ai/components/actions-action-groups/types/validation-rule-action.md)
- [Define Variable Action](https://docs.flexikanban.ai/components/actions-action-groups/types/define-variable-action.md)
- [Create Record Action](https://docs.flexikanban.ai/components/actions-action-groups/types/create-record-action.md)
- [Update Records Action](https://docs.flexikanban.ai/components/actions-action-groups/types/update-records-action.md)
- [Delete Records Action](https://docs.flexikanban.ai/components/actions-action-groups/types/delete-records-action.md)
- [Send Email Action](https://docs.flexikanban.ai/components/actions-action-groups/types/send-email-action.md)
- [Callout Action](https://docs.flexikanban.ai/components/actions-action-groups/types/callout-action.md)
- [Execute Apex Action](https://docs.flexikanban.ai/components/actions-action-groups/types/execute-apex-action.md)
- [KanBan API Action](https://docs.flexikanban.ai/components/actions-action-groups/types/kanban-api-action.md)
- [Using Actions](https://docs.flexikanban.ai/components/actions-action-groups/using-actions.md)
- [!!unpublished empty!! How to execute Action/Group from the SF Process/Flow Builder](https://docs.flexikanban.ai/components/actions-action-groups/using-actions/unpublished-empty-how-to-execute-action-group-from-the-sf-process-flow-builder.md)
- [How to execute Action/Group through the REST api](https://docs.flexikanban.ai/components/actions-action-groups/using-actions/how-to-execute-action-group-through-the-rest-api.md)
- [!!unpublished empty!! How to execute Action/Group from the Einstain Bot](https://docs.flexikanban.ai/components/actions-action-groups/using-actions/unpublished-empty-how-to-execute-action-group-from-the-einstain-bot.md)
- [!!unpublished empty !! How to execute Action/Group from APEX](https://docs.flexikanban.ai/components/actions-action-groups/using-actions/unpublished-empty-how-to-execute-action-group-from-apex.md)
- [Best Practices](https://docs.flexikanban.ai/components/actions-action-groups/best-practices.md)
- [!! How to use Execute in background option](https://docs.flexikanban.ai/components/actions-action-groups/best-practices/how-to-use-execute-in-background-option.md)
- [!! Deployment Actions/Action Groups](https://docs.flexikanban.ai/components/actions-action-groups/best-practices/deployment-actions-action-groups.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.flexikanban.ai/components/actions-action-groups.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.
