# Introduction

## **What is Action Manager?**

Action Manager is a versatile application designed to streamline the process of managing dynamic entity types, entities, action configurations, and action types. It provides a user-friendly interface for creating, configuring, and executing actions on various entities.

### Features

* **Dynamic Entity Types Creation**: Easily define and manage custom entity types.
* **Entity Management**: Create and modify entities based on the defined types.
* **Action Configuration**: Configure and customize actions tailored to specific entity types.
* **Creation of New Action Types**: Develop new action types based on existing configurations and entity types.
* **Execution of Actions**: Execute configured actions on selected entities with ease.


---

# 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://amdocs.mftlabs.io/introduction.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.
