> For the complete documentation index, see [llms.txt](https://docs.propw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.propw.com/announcement/announcement-ru/osnovnye-momenty-propw/publish-your-docs-18.md).

# Большие новости! Приложение V2.0.0 уже здесь!

Уважаемый пользователь PropW,

&#x20;

Мы рады объявить о важной вехе в развитии нашего продукта — выходе PropW V2.0.0! В честь нашей первой годовщины и чтобы предоставить ещё более совершенный опыт, мы выпустили это значительное обновление.

&#x20;

Этот релиз представляет собой важный шаг вперёд, полностью обновив визуальный дизайн и взаимодействие с пользователем. Ключевые улучшения включают:

* Оптимизированный торговый путь:\
  Экраны торговли были переработаны и глубоко оптимизированы для более понятного процесса и более плавной работы, что позволяет вам торговать эффективнее и без перебоев.
* Совершенно новый визуальный дизайн:\
  Мы полностью обновили пользовательский интерфейс (UI) с более современным и чистым языком дизайна, обеспечив более интуитивный визуальный опыт.

Обновите сейчас и станьте первыми, кто опробует!

Мы сердечно приглашаем вас обновить приложение до последней версии прямо сейчас и лично открыть для себя всё новое очарование V2.0.0. Ваша поддержка — наша постоянная движущая сила.

&#x20;

【Как обновить】

* Просто посетите Apple App Store или Google Play Store, найдите «PropW» и обновите приложение.
* Сканируйте для загрузки:

![](/files/19cca2e8625c9f06389690874d31e9756e0373c2)

&#x20;

Если вы столкнётесь с какими-либо проблемами при обновлении или использовании приложения, пожалуйста, свяжитесь с нами по адресу <support@propw.com>.

&#x20;

Спасибо за вашу постоянную поддержку. Мы с нетерпением ждём возможности служить вам в этой новой главе.

&#x20;

Команда PropW


---

# 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.propw.com/announcement/announcement-ru/osnovnye-momenty-propw/publish-your-docs-18.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.
