> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jinba.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Details

> Viewing detailed agent information

## Agent Details Screen

The Agent Details screen allows you to view detailed information about a selected agent.

## Accessing the Details Screen

<Steps>
  <Step title="Open Agent List">
    Select "Agents" from the side menu.
  </Step>

  <Step title="Select Agent">
    Click the "Details" button or info icon for the agent you want to view.
  </Step>
</Steps>

## Displayed Information

The Agent Details screen displays the following information:

### Basic Information

| Field                | Description                         |
| -------------------- | ----------------------------------- |
| **Agent Name**       | Identifier name of the agent        |
| **Description**      | Overview of the agent's features    |
| **Creator**          | User who created the agent          |
| **Created**          | Date and time the agent was created |
| **Updated**          | Date and time of last update        |
| **Published Status** | Published / Unpublished             |

### Instructions

The AI instructions configured for the agent are displayed.

### Connected Connectors

A list of connectors configured for use with the agent is displayed.

For each connector, you can check:

* Connector name
* Connection status
* Number of available tools

### Reference Files

A list of files the agent references is displayed.

For each file, you can check:

* File name
* File size
* Upload date/time

## Switching Detail Views

On the details screen, you can switch between information sections.

### Tab Structure

| Tab          | Content                              |
| ------------ | ------------------------------------ |
| **Overview** | Basic information and description    |
| **Settings** | Instructions, connectors, files      |
| **Usage**    | Usage count and history (admin only) |

<Steps>
  <Step title="Click Tab">
    Click the tab for the information you want to view.
  </Step>

  <Step title="Review Content">
    The content of the selected tab is displayed.
  </Step>
</Steps>

## Actions from Details Screen

You can perform the following actions from the details screen:

### Using the Agent

<Steps>
  <Step title="Click 'Start Using' Button">
    Click the "Start Using" button on the details screen.
  </Step>

  <Step title="Chat Screen Opens">
    A chat screen with this agent's settings applied opens.
  </Step>
</Steps>

### Editing the Agent

<Warning>
  Editing requires workspace owner permissions.
</Warning>

<Steps>
  <Step title="Click 'Edit' Button">
    Click the "Edit" button on the details screen.
  </Step>

  <Step title="Agent Builder Opens">
    You can edit settings in Agent Builder.
  </Step>
</Steps>

### Publishing Settings

<Warning>
  Changing publishing settings requires workspace owner permissions.
</Warning>

For more details, see [Publishing Agents](/en/pages/jinba_app/agents/publish).
