> For the complete documentation index, see [llms.txt](https://docs.overleaf.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overleaf.com/managing-projects-and-files/copying-a-project.md).

# Copying a project

There are two ways to copy an Overleaf project:

1. [#from-the-project-dashboard](#from-the-project-dashboard "mention")
2. [#from-within-the-project](#from-within-the-project "mention")

<details>

<summary><strong>Default settings of copied projects</strong></summary>

Overleaf applies the following settings to copies of an existing project:

* A copied project will be owned by whoever creates that copy, even if the original was owned and shared by another user.
* Collaborators in the original project are not transferred to the copy.
* Link-sharing will be turned off in the copied project.
* History, Tracked Changes, Comments, and Chat will be empty in the copied project.
* Tags applied to the original project are removed from the copy.
* The copied project will use Overleaf’s most recent version of TeX Live.

{% hint style="info" %}
**Notes on the TeX Live version used by copied projects**

When making a copy of an older project there is always a small risk that the copied project might not compile correctly with Overleaf's most current version of TeX Live—for example, due to changes in the LaTeX packages. You can [switch to an older TeX Live version](/getting-started/recompiling-your-project/selecting-a-tex-live-version-and-latex-compiler.md) of the copied project to resolve this.
{% endhint %}

</details>

## From the project dashboard

{% stepper %}
{% step %}
Within the projects list page (view), locate the project you want to copy.
{% endstep %}

{% step %}
Select the small check box to the left of the project's title. A button labeled **More** will appear.
{% endstep %}

{% step %}
Select the **More** button to display a drop-down menu, then select **Make a copy**:

<figure><picture><source srcset="/files/kjdVEszqZ8wIEG6yoPCL" media="(prefers-color-scheme: dark)"><img src="/files/zb9GkWaQHBQqyxESFwEh" alt="The Make a copy option in the More dropdown menu in the project dashboard"></picture><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Use the **Copy Project** pop-up window to name the copied project (a default name is suggested):

<figure><img src="/files/NcfCAz25rIjh8TE5h0CF" alt="Copy project modal with a name field with (Copy) added to the name of the project." width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After you have named the project, select **Copy**. The copied project will then appear in your projects list.
{% endstep %}
{% endstepper %}

## From within the project

{% stepper %}
{% step %}
Open the project you wish to copy. Go to **File** > **Make a copy**.
{% endstep %}

{% step %}

<figure><picture><source srcset="/files/meaxyZwh3d9JMFDHH5yJ" media="(prefers-color-scheme: dark)"><img src="/files/KgbXnUpuTkq2xvArVVAH" alt="Make a copy option in the File menu" width="240"></picture><figcaption></figcaption></figure>

<figure><img src="https://www.gitbook.com/cdn-cgi/image/dpr=2,width=1168,onerror=redirect,format=auto/https%3A%2F%2Flearn.overleaf.com%2Flearn-scripts%2Fimages%2Fc%2Fc0%2FCopyProjectViaMenu.jpg" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Use the Copy Project modal to name the copied project (a default name is suggested):

<figure><img src="/files/NcfCAz25rIjh8TE5h0CF" alt="Copy project modal with a name field with (Copy) added to the name of the project." width="563"><figcaption></figcaption></figure>

<figure><img src="https://www.gitbook.com/cdn-cgi/image/dpr=2,width=1168,onerror=redirect,format=auto/https%3A%2F%2Flearn.overleaf.com%2Flearn-scripts%2Fimages%2F4%2F48%2FCopyProjectModal2.jpg" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After you have named the project, select **Copy**. This will also automatically open the copied project.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.overleaf.com/managing-projects-and-files/copying-a-project.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.
