> 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/010-can-i-try-overleaf-without-signing-up.md).

# Can I try Overleaf without signing up?

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, simply [click here](https://www.overleaf.com/docs?template=overleaf\&rich_text=true) to create a new paper with the default Overleaf template; 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](/latex/readme.md), which you'll be able to view without signing in. Note that the document's owner needs to [turn on link-sharing](/latex/knowledge-base/130-sharing-a-project.md) 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](/latex/more-topics/48-tutorials.md) in addition to the material this [learn wiki](/latex/readme.md). To help you get started, take a look at our quickstart guide called [Learn LaTeX in 30 minutes](/latex/latex-basics/01-learn-latex-in-30-minutes.md).


---

# 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/010-can-i-try-overleaf-without-signing-up.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.
