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

# Распространенные проблемы

- [1. Номер заказа 9999(Подробнее о причинах в подпунктах)](https://nekassir.gitbook.io/nekassir/rasprostranennye-problemy/1.-nomer-zakaza-9999-podrobnee-o-prichinakh-v-podpunktakh.md)
- [1.1. Ошибка модификатора/блюда](https://nekassir.gitbook.io/nekassir/rasprostranennye-problemy/1.-nomer-zakaza-9999-podrobnee-o-prichinakh-v-podpunktakh/1.1.-oshibka-modifikatora-blyuda.md)
- [1.2. Creation timeout](https://nekassir.gitbook.io/nekassir/rasprostranennye-problemy/1.-nomer-zakaza-9999-podrobnee-o-prichinakh-v-podpunktakh/1.2.-creation-timeout.md)
- [(Не актуально)2. Заказ не пришел на фронт, но его нет в списке заказов в ошибке](https://nekassir.gitbook.io/nekassir/rasprostranennye-problemy/ne-aktualno-2.-zakaz-ne-prishel-na-front-no-ego-net-v-spiske-zakazov-v-oshibke.md)
- [2. Белый экран/Ошибка HTTP запроса/Не найден код сборки](https://nekassir.gitbook.io/nekassir/rasprostranennye-problemy/2.-belyi-ekran-oshibka-http-zaprosa-ne-naiden-kod-sborki.md)
- [3. Ошибка отображения на Андроиде. Как сбросить данные в fully kiosk](https://nekassir.gitbook.io/nekassir/rasprostranennye-problemy/3.-oshibka-otobrazheniya-na-androide.-kak-sbrosit-dannye-v-fully-kiosk.md)
- [4. Пропало меню/Изображения блюд](https://nekassir.gitbook.io/nekassir/rasprostranennye-problemy/4.-propalo-menyu-izobrazheniya-blyud.md)
- [5. Пропадают изображения блюд во внешнем меню(+Рекомендации)](https://nekassir.gitbook.io/nekassir/rasprostranennye-problemy/5.-propadayut-izobrazheniya-blyud-vo-vneshnem-menyu-+rekomendacii.md)
- [6. В меню на киоске цена больше чем в iiko/внутри карточки блюда](https://nekassir.gitbook.io/nekassir/rasprostranennye-problemy/6.-v-menyu-na-kioske-cena-bolshe-chem-v-iiko-vnutri-kartochki-blyuda.md)


---

# 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://nekassir.gitbook.io/nekassir/rasprostranennye-problemy.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.
