# Agents

{% hint style="info" %}
On MessageBird's free tier? You get two agent seats for free!
{% endhint %}

Agents are the people who have conversations with customers in Inbox. They can respond to incoming messages, answer questions, resolve issues, and start conversations with customers.

An "Inbox seat" refers to an individual agent user.

### What can agents do?

Inbox agents are able to perform the following tasks:

* Reading and responding to messages in conversations.
* Proactively starting conversations by sending messages.
* Viewing customer contact profiles and conversation histories.
* Snoozing conversations that aren't currently active.
* Closing conversations that have been resolved.
* Manually assigning conversations to other agents or teams.

## Agent profiles

Agent profiles contain essential information about your agents. Agents can view the profiles of other agents directly in Inbox as they work on conversations.

Agent profiles typically include the following information:

* Role: Supervisor, Inbox Agent, or a custom role.
* Created on. The timestamp when the agent profile was created.
* Last active: The timestamp when the agent was last active.
* Email: The agent’s email address.
* Tags: Labels that define an agent's skill specialism or language


---

# 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/applications/inbox/inbox/admin-guide/agents.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.
