> For the complete documentation index, see [llms.txt](https://docs.jedidesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jedidesk.com/znaiomstvo/zastosunok-na-ios.md).

# Застосунок на iOS

Для застосунку на **iOS**, ми використовуємо технологію PWA[^1]. Функціонально, ця технологія дозволяє створювати майже аналогічні застосунки як і нативні, але з деякими обмеженнями, які на даний час майже не впливають на роботу нашої системи.

{% hint style="warning" %}
Нашого застосунку немає в AppStore. І найближчим часом додавати не плануємо, так як в цьому не бачимо функціональних переваг для користувачів.
{% endhint %}

**Інструкція:**

1. Відкрийте на вашому **iOS**-пристрої у барузері **Safari** <img src="/files/D19nPFPzlkUo1aC4kVRg" alt="" data-size="line">адмін-панель app.jedidesk.com
2. Увійдіть в ваш акаунт.
3. Натисніть на кнопку **Поділитись** <img src="/files/RZKZIg4R9ACBPl1jgCHr" alt="" data-size="line">

<figure><img src="/files/kw6Mk4KudjQyb6YxYr6l" alt="" width="563"><figcaption></figcaption></figure>

4. Оберіть в меню пункт **"На Початковий екран"**:

<figure><img src="/files/pr25IfZgXSpn0ExBJlxH" alt="" width="563"><figcaption></figcaption></figure>

5. Оберіть назву застосунку яка буде у вас на робочому столі і підтвердіть додавання:

<figure><img src="/files/QAemMzZoYj6r3sYQTWgp" alt="" width="563"><figcaption></figcaption></figure>

✅ Супер, тепер Ви будете отримувати сповіщення про нові звернення та будете мати змогу зручно відповідати клієнтам. Але обовʼязково увімкніть push сповіщення [в налаштуваннях](https://app.jedidesk.com/settings-profile).

[^1]: Поступовий вебзастосунок (англ. Progressive Web App, PWA) - вебзастосунок, який є гібридом звичайної вебсторінки (чи вебсайту) та мобільного застосунку


---

# 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://docs.jedidesk.com/znaiomstvo/zastosunok-na-ios.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.
