# Copy a database design

{% hint style="warning" %}
This action overwrites the existing design, so please take care.&#x20;
{% endhint %}

You can copy a design from one database to another.&#x20;

The **Copy** (design) feature is typically used alongside the **Clone** (database) feature when modifying database designs.&#x20;

Scenario: You have an existing database (DB1) that contains lots of content items, such as dashboards and favorites. You want to make changes to this database but don't want to lose any content items.&#x20;

1. [Clone](/administration/databases-administration.md#clone-a-database) DB1 and name the clone DB2. You now have two copies of the database design: DB1 and DB2.
2. Open the DB2 design, make the required changes, then save the design.&#x20;
3. Open the DB1 design and click the **Versions** tab.
4. Click the **Copy** button.<br>

   <figure><img src="/files/N0tTDAAxzEyXdZLzoRGc" alt=""><figcaption></figcaption></figure>
5. Select the database from which you want to copy the design (DB2) and click **Copy**.
6. Review the new design and click **Save**.


---

# 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.phocassoftware.com/administration/designer/copy-a-database-design.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.
