> For the complete documentation index, see [llms.txt](https://help.unisched.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.unisched.app/home.md).

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

**Unisched** — це той застосунок, завдяки якому студенти та викладачі закладів вищої освіти України можуть в один дотик отримати доступ до актуального розкладу занять із замінами та важливими оповіщеннями, онлайн-сервісів та послуг своїх ЗВО, а також цікавих новин, подій та можливостей.

<a href="https://unisched.download/" class="button primary" data-icon="circle-down">Завантажити застосунок</a><a href="https://unisched.app/" class="button secondary" data-icon="globe-pointer">Дізнатися більше</a>

## Завантажити застосунок

{% columns %}
{% column valign="middle" %}

<div data-with-frame="true"><figure><img src="/files/HjSYAbVbLZOT1xYz3EK1" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column valign="middle" %}

#### Google Play

Застосунок доступний для широкого кола пристроїв, які працюють під управлінням ОС Android актуальних версій

<a href="https://e.surl.li/pcbsol" class="button primary" data-icon="google-play">Завантажити</a>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="50%" valign="middle" %}

#### Apple App Store

Встановіть Unisched на свій пристрій iPhone, iPad чи Mac (на базі ARM), аби отримати доступ до усіх привілеїв нашого застосунку

<a href="https://e.surl.li/aamfzv" class="button primary" data-icon="app-store-ios">Завантажити</a>
{% endcolumn %}

{% column width="50%" valign="middle" %}

<div data-with-frame="true"><figure><img src="/files/qTQwb25y6mgF0hhXGXy1" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}


---

# 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://help.unisched.app/home.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.
