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

# 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
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.flexikanban.ai/components/actions-action-groups.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.
