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

# Як використовувати Overleaf?

**Якщо ви знайомі з LaTeX** то користуватися Overleaf не може бути простіше, адже ми повністю підтримуємо безпосереднє редагування LaTeX і автоматично компілюємо ваш документ на наших серверах — нічого встановлювати не потрібно! Усе, що вам треба зробити, — це створити документ, вибрати **Редактор коду** і почати писати свій код LaTeX:

![Зображення, що показує редактор коду та візуальний редактор](/files/1230c3978ec0bafdc190f93a41b4e26f7bb6ff20)

**Якщо ви новачок у 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/94e64fba1346f90ebb827095af20155dbec6f374)

Сподіваємося, вам сподобається користуватися 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/uk/baza-znan/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.
