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

# Manage tools

> View, edit, clone, and delete tools in the SeekrFlow Tool Library.

This guide covers managing tools after creation.

## View tools

Navigate to **Agent Builder > Tool Library** to see all your tools. Each tool displays its name, status, date created, and last modified date.

If you have no tools yet, click **[Create Tool](/flow/app/create-a-tool)** to get started.

## Tool statuses

| Status   | Description                                       |
| -------- | ------------------------------------------------- |
| Active   | Tool is deployed and available to assigned agents |
| Inactive | Tool exists but has no active agent assignments   |
| Pending  | Tool is transitioning between states              |
| Pausing  | Tool is being deactivated                         |
| Failed   | Tool deployment or update failed                  |

Tool status reflects the state of the agents it is assigned to. Available actions depend on the current status.

## View tool details

Click a tool to open its summary panel. The panel shows:

* **Name**, **ID**, and **Status**
* **Tool Type** – File Search, Web Search, Agent as Tool, Code Interpreter, or Custom Tool
* **Date Created** and **Last Modified**
* **Author**
* **Tool Description**
* **Agents Used** – Number of agents currently using this tool
* **Used In** – Table of assigned agents with their status, date created, and last modified date

<Info>
  Only File Search and Web Search tools can be created in the UI. Tools of other types created via the API will also appear here.
</Info>

## Edit a tool

To edit a tool, use one of the following methods:

**From the tools list:**

<Steps>
  <Step>
    Click **More options** (**⋮**) next to the tool.
  </Step>

  <Step>
    Select **Edit**.
  </Step>

  <Step>
    Update the tool configuration in the Tool Details modal.
  </Step>

  <Step>
    Click **Save Tool** to confirm.
  </Step>
</Steps>

**From the tool summary:**

<Steps>
  <Step>
    Click the tool to open its summary panel.
    Click **Edit**.
  </Step>

  <Step>
    Update the tool configuration in the Tool Details modal.
  </Step>

  <Step>
    Click **Save Tool** to confirm.
  </Step>
</Steps>

Editing a tool affects all agents currently using it.

## Clone a tool

To clone a tool, use one of the following methods:

**From the tools list:**

<Steps>
  <Step>
    Click **More options** (**⋮**) next to the tool.
  </Step>

  <Step>
    Select **Clone**.
  </Step>
</Steps>

**From the tool summary:**

<Steps>
  <Step>
    Click the tool to open its summary panel.
  </Step>

  <Step>
    Click **Clone**.
  </Step>
</Steps>

A copy of the tool appears in your Tool Library.

## Delete a tool

To delete a tool, use one of the following methods:

**From the tools list:**

<Steps>
  <Step>
    Click **More options** (**⋮**) next to the tool.
  </Step>

  <Step>
    Select **Delete**.
  </Step>

  <Step>
    Confirm the deletion.
  </Step>
</Steps>

**From the tool summary:**

<Steps>
  <Step>
    Click the tool to open its summary panel.
  </Step>

  <Step>
    Click the trash can icon.
  </Step>

  <Step>
    Confirm the deletion.
  </Step>
</Steps>

Deleted tools cannot be recovered.
