# 12 May: AI Chatbot Assignment action improvement

### ⚙️ Improvements

We have improved the way **assignment actions** are created and managed within the **AI Chatbot (Instructions, Role & Goal)** interface.

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

#### Highlights

* You can now create **assignment actions** directly within the AI bot’s configuration (Instructions, Role, and Goal sections).
* Typing “`@`” in the input field will display the **`assign_to`** option.
* Upon selecting `assign_to`, you’ll see a list of available **assignment types** to choose from.
* Selecting one will automatically create an **Assignment Action** within the bot logic.

<figure><img src="/files/SRiN2ZO2GncbRksgQqPQ" 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://changelog.gallabox.com/12-may-ai-chatbot-assignment-action-improvement.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.
