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

# Могу ли я попробовать Overleaf без регистрации?

Чтобы начать писать в Overleaf, вам сначала нужно создать аккаунт; затем, после входа в систему, все проекты, которые вы создадите или загрузите, будут автоматически сохраняться в вашем новом аккаунте. Чтобы попробовать, просто [нажмите здесь](https://www.overleaf.com/docs?template=overleaf\&rich_text=true) чтобы создать новую статью с шаблоном Overleaf по умолчанию; при этом вам будет предложено войти в систему или зарегистрироваться, если потребуется.

Если у вас нет аккаунта или вы не планируете использовать Overleaf для написания собственных документов, вы всё равно можете просмотреть документ Overleaf, попросив владельца документа [отправить вам ссылку только для чтения на этот документ](/latex/ru/readme.md), которую вы сможете просматривать без входа в систему. Обратите внимание, что владельцу документа нужно [включить обмен ссылками](/latex/ru/baza-znanii/130-sharing-a-project.md) чтобы предоставить вам ссылку только для чтения.

Если вы новичок в LaTeX и хотите узнать больше, у нас есть подборка вводных материалов, перечисленных на нашей [странице учебных материалов](/latex/ru/drugie-temy/48-tutorials.md) в дополнение к материалу этой [вики Learn](/latex/ru/readme.md). Чтобы помочь вам начать, взгляните на наше руководство для быстрого старта под названием [Изучите LaTeX за 30 минут](/latex/ru/osnovy-latex/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/ru/baza-znanii/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.
