> 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/063-how-do-i-use-overleaf.md).

# Как пользоваться Overleaf?

**Если вы знакомы с LaTeX** тогда пользоваться Overleaf проще простого, потому что мы полностью поддерживаем прямое редактирование LaTeX и автоматически компилируем ваш документ на наших серверах — ничего устанавливать не нужно! Всё, что вам нужно сделать, — это создать документ, выбрать **Редактор кода** и начать писать свой код LaTeX:

![Изображение, показывающее редактор кода и визуальный редактор](/files/1d1e153e8a8804f81be64361c633975ec3812ce6)

**Если вы новичок в LaTeX** и вам нужна помощь, чтобы начать, наша [руководства](https://www.overleaf.com/tutorial) страница содержит широкий выбор учебных материалов, которые помогут вам начать освоение LaTeX. Мы также заранее загрузили набор [шаблонов и примеров](https://www.overleaf.com/latex/templates) в Overleaf, чтобы помочь вам создать свой первый документ.

**Ещё один вариант для новичков** — начать с [образца документа](https://www.overleaf.com/docs?template=overleaf\&rich_text=true) используя **Визуальный редактор** и использовать его, чтобы познакомиться с Overleaf:

![Изображение, показывающее, как пользоваться Overleaf.](/files/79597a23f2c3f4839d56522636be231f9f1b6844)

Надеемся, вам понравится пользоваться Overleaf, и если у вас есть какие-либо комментарии или вопросы, свяжитесь с нами через нашу [странице контактов](https://www.overleaf.com/contact).


---

# 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/063-how-do-i-use-overleaf.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.
