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

# Cloning quizzes

> Quickly create a copy of an existing quiz

## Why clone?

Cloning lets you quickly create a quiz copy that you can:

* Modify for a different group
* Use as base for a new quiz
* Keep original version and experiment with copy
* Create variants (e.g., easier/harder version)

## How to clone a quiz

<Steps>
  <Step title="Find quiz">
    In **My quizzes** panel, find quiz to clone.
  </Step>

  <Step title="Click Clone">
    Click **"Clone"** button (two documents icon).
  </Step>

  <Step title="Name it">
    System will suggest name **"\[Copy] Original title"**.
    You can change it.
  </Step>

  <Step title="Confirm">
    Click **"Clone"** - new quiz will appear in list.
  </Step>
</Steps>

## What is copied

<Check>
  * Title (with "\[Copy]" prefix)
  * Description
  * All questions
  * Answers and correct markings
  * Time limits
  * Scoring
  * Question images
  * Explanations
</Check>

## What is NOT copied

<Warning>
  * **Cover image** - add again
  * **Session history** - new quiz has no history
  * **Statistics** - start from zero
</Warning>

## Use cases

### Language versions

1. Clone quiz
2. Change language in settings
3. Translate questions and answers

### Difficulty levels

1. Clone quiz as "Quiz - easy level"
2. Clone again as "Quiz - hard level"
3. Adjust times and questions

### Backup before editing

1. Clone quiz before making big changes
2. If something goes wrong, you have a copy

### Quiz template

1. Create a template quiz with typical structure
2. Clone it for each new topic
3. Fill with new content

## Cloning vs Export/Import

| Feature          | Cloning   | Export/Import            |
| ---------------- | --------- | ------------------------ |
| Speed            | Instant   | Requires download/upload |
| Between accounts | No        | Yes                      |
| Offline backup   | No        | Yes (file on disk)       |
| Ease             | One click | Several steps            |

<Tip>
  **For quick duplication** use cloning. **For moving between accounts** or backup use export.
</Tip>

## Limits

Depending on your plan, you may have a quiz limit. Cloned quiz counts as new quiz toward limit.

## Next steps

<CardGroup cols={2}>
  <Card title="Editing quizzes" icon="pen-to-square" href="/en/quizzes/editing">
    Modify the cloned quiz
  </Card>

  <Card title="Import/Export" icon="file-import" href="/en/quizzes/import-export">
    Move quiz between accounts
  </Card>
</CardGroup>
