> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/knowledge-base/030-copying-a-project.md).

# Copying a project

This article shows two ways to copy an Overleaf project and lists the default settings Overleaf applies to copied projects.

## How to copy a project (option 1)

Follow these steps to copy a project:

1. Within the projects list page (view), locate the project you want to copy:

![ProjectListView2.jpg](/files/qL3xooZ19jBtWBqaRHAb)

4. Select the small check box next to left of the project's title. A button labelled **More** will appear.
5. Select the **More** button to display a drop-down menu, then select **Make a copy**:

![CopyProject.jpg](/files/xXLVfXW3m7SNr2IRssXo)

9. Use the **Copy Project** pop-up window to name the copied project (a default name is suggested):

![CopyProjectModal2.jpg](/files/9LmpYSbp234Y9Vo1F39d)

12. After you have named the project, select **Copy** to add the copied project to your projects list:

![CopyProjectModalNamedProjectCopiedInList.jpg](/files/XfAPVRFFILzNJJ1KiyLX)

## How to copy a project (option 2)

Use the Overleaf **Menu** to copy the current project:

1. Open the project you wish to copy.
2. Select the **Menu** button.
3. Choose **Copy Project**:

![CopyProjectViaMenu.jpg](/files/qo6I6VCJ8BFUTCSgsABS)

6. Use the **Copy Project** pop-up window to name the copied project (a default name is suggested):

![CopyProjectModal2.jpg](/files/9LmpYSbp234Y9Vo1F39d)

9. After you have named the project, select **Copy** to automatically open the copied project.

## Default settings of copied projects

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.

### 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. The copied project can [switch to using an older version of TeX Live](https://www.overleaf.com/blog/new-feature-select-your-tex-live-compiler-version) via the **Project Menu** (![Menu.jpg](/files/Xswofh7GZr4RokiTlO8b)):

![Changing the LaTeX compiler in your Overleaf project](/files/ZUzgpSX6p7lV1UtAfXS7)


---

# 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, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/knowledge-base/030-copying-a-project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
