> 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-ja/propwnohairaito/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ストアで「PropW」を検索し、アプリをアップデートしてください。
* ダウンロードはこちらからスキャン：

![](/files/5041f21dc624f7edd3d2d7e7c029cd561afc80c5)

&#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-ja/propwnohairaito/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.
