# Delete unused Agent instances

If you no longer need an [AI Code Review Agent](/ai-code-reviews-in-git/overview.md) instance, you can delete it to keep your workspace organized. Follow the steps below to quickly remove any unused Agents.

1. [**Log in to Bito Cloud**](https://alpha.bito.ai/) and select a workspace to get started.
2. From the left sidebar, select [**Code Review Agents**](https://alpha.bito.ai/home/ai-agents/code-review-agent).

   If your Bito workspace is connected to your GitHub/GitLab/Bitbucket account, a list of AI Code Review Agent instances configured in your workspace will appear.

<figure><img src="/files/0cCfIxk66SoV9qgCJz08" alt=""><figcaption></figcaption></figure>

2. Before deleting an Agent, ensure that any repositories currently using it are reassigned to another Agent otherwise a warning popup will appear.

<figure><img src="/files/Ny7rgDmY51tGTJDZXB7l" alt=""><figcaption></figcaption></figure>

3. Locate the Agent you wish to delete and click the **Delete** button given in front of it.

{% hint style="info" %}
**Note:** The **Default Agent** (provided by Bito) cannot be deleted.
{% endhint %}

<figure><img src="/files/cqZJkafgS4qY00KTcyks" alt=""><figcaption></figcaption></figure>


---

# 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.bito.ai/ai-code-reviews-in-git/install-run-using-bito-cloud/delete-unused-agent-instances.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.
