> For the complete documentation index, see [llms.txt](https://gitbook.sirkadirov.com/odevelopment/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.sirkadirov.com/odevelopment/master.md).

# Головна сторінка

Вітаємо вас на порталі настанов з використання та адміністрування [**програмного продукту Overtest**](https://overtest.sirkadirov.com/) - електронного освітнього ресурсу для викладання курсів і проведення змагань з програмування. Сподіваємось, на його сторінках ви знайдете все необхідне для початку і продуктивної роботи з системою, її використанням для поліпшення умов і урізноманітнення освітнього процесу у вашому закладі професійно-технічної чи вищої освіти!

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th><th data-type="rating" data-max="5"></th></tr></thead><tbody><tr><td><strong>Посібник користувача системи Overtest LMS</strong></td><td>Здавайте лабораторні та практичні роботи легко, використовуючи систему автоматичної перевірки.</td><td></td><td>1</td></tr><tr><td><strong>Настанови для викладачів і кураторів</strong></td><td>Почніть використовувати Overtest для проведення активностей всередині вашого закладу освіти.</td><td></td><td>3</td></tr><tr><td><strong>Настанови для адміністраторів</strong></td><td>Дізнайтеся, як з легкістю розгорнути і налаштувати Overtest LMS на ресурсах вашого закладу освіти.</td><td></td><td>4</td></tr></tbody></table>

### Натрапили на цей сайт випадково?

Дізнайтеся про те, як за допомогою **Overtest** можна змінити освітній процес у вашому закладі освіти на краще, перейшовши на офіційний сайт проєкту за посиланням нижче. **До зустрічі!**

{% embed url="<https://overtest.sirkadirov.com/>" %}


---

# 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://gitbook.sirkadirov.com/odevelopment/master.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.
