# Getting started FAQ

<details>

<summary>Can I try Overleaf without signing up?</summary>

To start writing on Overleaf, you will first need to create an account. Then, once you are signed in, all the projects you create or upload will be automatically saved in your new account. To try it out, you can [create a new paper with the default Overleaf template](https://www.overleaf.com/docs?template=overleaf\&rich_text=true). This will prompt you to sign in or register as needed.

If you don't have an account or aren't planning to use Overleaf for writing your own documents, you can still view an Overleaf document by asking the document owner to [send you the read-only link to that document](/collaborating/sharing-a-project.md#link-sharing), which you'll be able to view without signing in. Note that the document's owner needs to turn on link-sharing in order to provide you with the read-only link.

If you're new to LaTeX and would like to learn more, we have a range of introductory content listed on our [tutorials page](/getting-started/latex-tutorials.md) in addition to the material on this site. To help you get started, take a look at our quick-start guide called [Learn LaTeX in 30 minutes](https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes).

</details>

<details>

<summary>How do I save a new document I've created?</summary>

Overleaf saves your project automatically every few seconds, as you type. If you'd like to download a copy for offline use, you can download a PDF via the icon above the preview pane, or download the full set of source files from the Overleaf menu in the upper left.

If you want to keep a particular version of a project for future reference, you can do this by labeling a version in the **History** menu. For more information about labeling versions, visit the [page on the History feature.](/writing-and-editing/history-and-versioning.md)

If you've opened one project but want to see another project you've worked on, you can go to your My Projects dashboard page via the up arrow on the top left, and all your documents are listed there.

Finally, if your account has access to premium features, you will have access to the Dropbox integration, which syncs your projects to Dropbox automatically. Additional information about features available with paid subscriptions can be found on our [Plans page](https://www.overleaf.com/plans).

</details>

<details>

<summary>Is Overleaf free to use?</summary>

Yes, Overleaf is free to use. You can create, edit and share your projects with a quick sign-up and nothing to install. Our free plan includes unlimited projects, sharing with one collaborator per project, and many other features.

We also offer a range of premium plans with advanced features such as longer compile time, real-time track changes, additional collaborators, and more.

[Compare Overleaf plans and pricing](https://www.overleaf.com/user/subscription/plans).

</details>


---

# 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/getting-started/creating-an-account/getting-started-faq.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.
