# Auxiliary Mapping

Agents are responsible for managing their status independently through the dashboard page. This status represents the Agent's condition in real-time and serves to determine whether or not the Agent can receive a ticket. Status changes can only be made manually by the Agent through the dashboard.&#x20;

This feature allows you to add statuses based on your agent's condition, then the status can be selected on the dashboard. 3Dolphins provides two default status values:

1. Available
2. Not Available

To add new aux, go to the **Customer Service** menu and click the **Auxiliary Mapping** menu. You will see an auxiliary mapping page such images below.

![Auxiliary Mapping](/files/OI7EuP1Eo4TdAEDk7L00)

Component Explanation:

<table><thead><tr><th width="321.83331298828125">Name </th><th>Description</th></tr></thead><tbody><tr><td>Reason</td><td>Status name availibility agent. </td></tr><tr><td>Reason Code</td><td>Code of agent status. This is for backend processing purposes. </td></tr><tr><td>Auxiliary</td><td>Indicates whether the agent is eligible to receive automatic ticket distribution. If "false" allows automatic ticket assignment in this status, while "true" prevents it.</td></tr><tr><td>Action</td><td>This column is used to edit or delete existing statuses. </td></tr></tbody></table>


---

# 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.3dolphins.ai/customer-service/auxiliary-mapping.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.
