# Inbox Ticket Statuses

In the below graph we will explain the various statuses available in Inbox and give guidance on how to use them.&#x20;

&#x20;

| **Status**  | **When should you use this status?**                                                       | **Examples**                                                                                                                                                                  |
| ----------- | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Active**  | Tickets requiring Support attention and action now                                         | <ul><li>Customer ask a new question </li><li>Tickets that customers have replied to</li><li>Tickets that have been transferred from another department or colleague</li></ul> |
| **Pending** | Tickets where you need more info from the customer to help them further                    | <ul><li>Customer did not provide examples needed to investigate the issue </li><li>The request/issue is unclear</li></ul>                                                     |
| **On-Hold** | Tickets where you are waiting for input from another party in order to answer the customer | <ul><li>Escalations to third parties</li><li>Issues that are being looked at by another team</li></ul>                                                                        |
| **Resolve** | Tickets where the issue has been solved or the question has been answered completely       | <ul><li>Tickets that have no outstanding issues or questions</li></ul>                                                                                                        |
| **Blocked** | Tickets currently being investigated internally that need more time to resolve             | <ul><li>Agent needs help from team members to answer a query</li></ul>                                                                                                        |


---

# 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.bird.com/connectivity-platform/tickets/inbox-ticket-statuses.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.
