# Agent Details

Agents are the operational embodiment of a flow, and the Agents user interface is the centralized place for defining, monitoring, and managing everything about an agent.

Within the Agent Details screen you will find five different tabs as follows:

**Definition —** The definition tab holds the configuration of the agent in terms of type (HTTP or Event), selected flow, agent image, scaling model, and scaling settings. Each of these is described in detail on the next page.

**Operations —** The operations tab displays the current operational status of the instances of the agent. Each instance is shown in the grid view on this tab along with it's status and the date-time that it was started.

**Logs —** The logs tab displays both the session and individual message logs for the agent. These are logs of the messages output by the log-tap or the debug nodes used within the flow, but also include system-level logging information and context to better assist in diagnosing issues with flows.

**Audit Trail —** The audit trail tab holds the audit trail of changes made to the agent, when they were made, and who made them.

**Versions —** The versions tab shows the list of agent versions. Each time that an Agent configuration is modified, a new version is created. You can see old versions here and examine the JSON for each of those versions. From the versions tab you can also rollback to a previous version of the agent.

Each of these is described on the following pages in additional detail.


---

# 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.contextual.io/documentation-and-resources/components-and-data/agents/agent-details.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.
