> ## 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 List

> Searching, duplicating, editing, and deleting agents

## Agent List

When you open the Agent Management screen, your created agents are displayed in a list.

## List Contents

Each agent card displays the following information:

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

## Text Search (Filtering)

When you have many agents, you can quickly find the one you need using text search.

<Steps>
  <Step title="Click the Search Box">
    Click the search box at the top of the agent list.
  </Step>

  <Step title="Enter Keywords">
    Enter keywords contained in the agent name or description.
  </Step>

  <Step title="Review Results">
    Only agents matching the entered keywords will be displayed.
  </Step>
</Steps>

## Duplicating Agents

You can create a new agent by copying an existing one. This is convenient when you want to inherit the settings of the original agent while only changing certain parts.

<Steps>
  <Step title="Select Agent">
    Click the settings menu (⋮) on the agent card you want to duplicate.
  </Step>

  <Step title="Select 'Duplicate'">
    Select "Duplicate" from the menu.

    {/* TODO: Screenshot - Duplicate menu */}
  </Step>

  <Step title="Agent Builder Opens">
    The editing screen (Agent Builder) for the duplicated agent opens. All settings from the original agent are copied.
  </Step>

  <Step title="Edit as Needed">
    Change the agent name and settings, then save.
  </Step>
</Steps>

<Note>
  Duplicated agents will have "(Copy)" added to their name. Change the name as needed.
</Note>

## Editing Agents

You can modify the settings of created agents.

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

<Steps>
  <Step title="Select Agent">
    Click the settings menu (⋮) on the agent card you want to edit.
  </Step>

  <Step title="Select 'Edit'">
    Select "Edit" from the menu.
  </Step>

  <Step title="Edit in Agent Builder">
    The Agent Builder opens. Modify the settings and save.
  </Step>
</Steps>

For detailed editing methods, see [Agent Builder](/en/pages/jinba_app/agents/agent-builder).

## Deleting Agents

You can delete agents that are no longer needed.

<Warning>
  Deleted agents cannot be recovered. Please confirm before deleting.
</Warning>

<Steps>
  <Step title="Select Agent">
    Click the settings menu (⋮) on the agent card you want to delete.
  </Step>

  <Step title="Select 'Delete'">
    Select "Delete" from the menu.
  </Step>

  <Step title="Confirmation Dialog">
    A confirmation dialog appears. Click "Delete" to confirm.
  </Step>
</Steps>

## Using Agents

Click on an agent from the list to start a chat using that agent.

<Steps>
  <Step title="Click Agent">
    Click the agent card you want to use.
  </Step>

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