> For the complete documentation index, see [llms.txt](https://palert.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://palert.gitbook.io/docs/ustanovka-i-dostup/mobile.md).

# Мобильные устройства

Palert не является классическим приложением из App Store или Google Play. Однако вы можете установить Palert как PWA (Progressive Web App), чтобы использовать его как полноценное приложение прямо с вашего телефона.

## Как установить Palert на iPhone (iOS)

1. Откройте сайт [app.palert.ru](https://app.palert.ru) в браузере Safari.
2. Нажмите на кнопку «Поделиться» (иконка со стрелкой вверх).
3. В появившемся меню выберите «На экран Домой».
4. Подтвердите добавление — и ярлык **Palert** появится на главном экране, как обычное приложение.

## Как установить Palert на Android

1. Откройте сайт [app.palert.ru](https://app.palert.ru) в браузере Chrome.
2. В нижней части экрана появится предложение установить Palert. Нажмите «Установить».
   * Если предложение не появилось — откройте меню браузера (три точки) и выберите «Установить приложение».
3. Подтвердите установку — и иконка **Palert** появится на главном экране.

## Преимущества установки как приложения

* Быстрый доступ с главного экрана.
* Уведомления об изменениях цен прямо на телефон.
* Полноценный интерфейс без необходимости открытия браузера каждый раз.

Если возникнут сложности — просто используйте Palert через браузер на телефоне. Все функции будут доступны.


---

# 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:

```
GET https://palert.gitbook.io/docs/ustanovka-i-dostup/mobile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
