# Clone an Agent instance

Save time and effort by quickly creating a new [AI Code Review Agent](/ai-code-reviews-in-git/overview.md) instance using the configuration settings of an existing one. It’s a fast and simple way to set up multiple Agent instances without having to reconfigure each one.

Follow the steps below to get started:

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).

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

3. 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. Locate the instance you wish to duplicate and click the **Clone** button given in front of it.

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

4. An Agent configuration form will open, pre-populated with the input field values. You can edit these values as needed.

<figure><img src="/files/Edz7gRrz3AIjhbjOAdTj" alt="" width="563"><figcaption></figcaption></figure>

5. Click **Select repositories** to choose Git repositories for the new Agent.

<figure><img src="/files/4NtosEZ38bcLTYVDQJps" alt="" width="563"><figcaption></figcaption></figure>

6. To enable code review for a specific repository, simply select its corresponding checkbox. You can also enable repositories later, after the Agent has been created. Once done, click **Save and continue** to save the new Agent configuration.

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

7. When you save the configuration, your new Agent instance will be added and available on the [**Code Review Agents**](https://alpha.bito.ai/home/ai-agents/code-review-agent) page.

<figure><img src="/files/PnXH3osoTnohC3MYljQE" 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/clone-an-agent-instance.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.
