# Apps

- [アプリを提供するプラットフォーム](https://docs.wantedly.dev/fields/apps/apps_platforms.md)
- [デザインシステム入門](https://docs.wantedly.dev/fields/apps/design-system-for-non-designers.md)
- [Web アプリのアーキテクチャ](https://docs.wantedly.dev/fields/apps/frontend-architecture.md)
- [プロダクトデザイナーと上手に協働するための心得](https://docs.wantedly.dev/fields/apps/collaboration-with-designers.md)
- [Web アプリのデザインシステムライブラリ](https://docs.wantedly.dev/fields/apps/design-system.md)
- [Web アプリ共通ライブラリ "React Shared Component" の紹介](https://docs.wantedly.dev/fields/apps/react-shared-components.md)
- [モバイルアプリのアーキテクチャ](https://docs.wantedly.dev/fields/apps/mobile-architecture.md)
- [モバイルアプリのデザインシステムライブラリ(未執筆)](https://docs.wantedly.dev/fields/apps/mobairuapurinodezainshisutemuraiburari.md)


---

# Agent Instructions: 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://docs.wantedly.dev/fields/apps.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.
