# Clone a dataset

### Clone an existing dataset

To copy the contents of a dataset to a new dataset (with possibly a different task type), you can make use of the clone functionality.

{% hint style="info" %}
You can only clone public datasets and datasets in which you are an administrator.
{% endhint %}

1. Open the dataset you want to clone.
2. Press the clone button at the top right.
3. Choose the desired task type of the cloned dataset.
4. Press the Clone button. When the dataset is cloned, you will be redirected to the cloned dataset.

### Clone an example dataset

To try out the different interfaces, a number of different example datasets are provided. These can be cloned into your personal account.

1. Either go to your Segments.ai homepage or to any organization you are an administrator of
2. Click on the dropdown next to 'New dataset' and select 'Clone an example dataset'
3. Select a data type and a task type, and press the Clone button.

<figure><img src="/files/Q9nNL8TomtkvIAeV15sF" 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.segments.ai/guides/clone-a-dataset.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.
