# Managing projects and files

- [Managing projects and files](https://docs.overleaf.com/managing-projects-and-files/managing-projects-and-files.md)
- [Renaming a project](https://docs.overleaf.com/managing-projects-and-files/renaming-a-project.md)
- [Copying a project](https://docs.overleaf.com/managing-projects-and-files/copying-a-project.md)
- [Uploading a project](https://docs.overleaf.com/managing-projects-and-files/uploading-a-project.md)
- [Downloading a project](https://docs.overleaf.com/managing-projects-and-files/downloading-a-project.md): This page explains how to export Overleaf projects as a .zip file or download just the final typeset PDF. Each process is explained step-by-step but a quick guide is also provided.
- [Archiving, deleting, and leaving projects](https://docs.overleaf.com/managing-projects-and-files/archiving-deleting-and-leaving-projects.md)
- [Deleting a project](https://docs.overleaf.com/managing-projects-and-files/archiving-deleting-and-leaving-projects/deleting-a-project.md)
- [Organizing projects with tags](https://docs.overleaf.com/managing-projects-and-files/organizing-projects-with-tags.md)
- [Creating a new tag](https://docs.overleaf.com/managing-projects-and-files/organizing-projects-with-tags/creating-a-new-tag.md)
- [Adding tags to your projects](https://docs.overleaf.com/managing-projects-and-files/organizing-projects-with-tags/adding-tags-to-your-projects.md)
- [Changing the name or color of a tag](https://docs.overleaf.com/managing-projects-and-files/organizing-projects-with-tags/changing-the-name-or-color-of-a-tag.md)
- [Deleting a tag](https://docs.overleaf.com/managing-projects-and-files/organizing-projects-with-tags/deleting-a-tag.md): If you no longer need a tag, you can delete it. This won’t delete the projects under this tag, just the tag itself. The tag will be removed from the Tags list and it will no longer appear next to the
- [Adding files to a project](https://docs.overleaf.com/managing-projects-and-files/adding-files-to-a-project.md)
- [Uploading files to a project](https://docs.overleaf.com/managing-projects-and-files/adding-files-to-a-project/uploading-files-to-a-project.md)
- [Files that should not be included in a project](https://docs.overleaf.com/managing-projects-and-files/adding-files-to-a-project/uploading-files-to-a-project/files-that-should-not-be-included-in-a-project.md)
- [Adding a file from a URL](https://docs.overleaf.com/managing-projects-and-files/adding-files-to-a-project/adding-a-file-from-a-url.md): This article explains how to upload externally hosted files to your Overleaf project using the From External URL feature.
- [Sharing files across projects](https://docs.overleaf.com/managing-projects-and-files/adding-files-to-a-project/sharing-files-across-projects.md)
- [The latexmkrc file](https://docs.overleaf.com/managing-projects-and-files/the-latexmkrc-file.md): A project can include a latexmkrc file to customize how the LaTeX compile process is run.
- [Adding LaTeX dependencies](https://docs.overleaf.com/managing-projects-and-files/adding-latex-dependencies.md)


---

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