# 第二部：技術領域への案内

- [Apps](https://docs.wantedly.dev/fields/apps.md)
- [アプリを提供するプラットフォーム](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)
- [The System](https://docs.wantedly.dev/fields/the-system.md)
- [protobuf スキーマと gRPC 通信](https://docs.wantedly.dev/fields/the-system/apis.md)
- [実践: gRPC in Ruby](https://docs.wantedly.dev/fields/the-system/grpc-in-ruby.md)
- [実践: gRPC in Go](https://docs.wantedly.dev/fields/the-system/grpc-in-go.md)
- [GraphQL Gateway - アプリ向けに API を公開する](https://docs.wantedly.dev/fields/the-system/graphql-gateway.md)
- [Wantedly Visit で BFF GraphQL サーバーを辞めた理由](https://docs.wantedly.dev/fields/the-system/history-of-graphql.md)
- [実践: GraphQL スキーマ設計(未執筆)](https://docs.wantedly.dev/fields/the-system/graphql-sukma.md)
- [API での認可処理 (Authorization)](https://docs.wantedly.dev/fields/the-system/authorization.md)
- [マイクロサービス共通ライブラリ "servicex" の紹介](https://docs.wantedly.dev/fields/the-system/servicex.md)
- [非同期メッセージング処理入門(未執筆)](https://docs.wantedly.dev/fields/the-system/messjingu.md)
- [バッチ処理入門(未執筆)](https://docs.wantedly.dev/fields/the-system/batchi.md)
- [Infrastructure](https://docs.wantedly.dev/fields/infrastructure.md)
- [Infrastructure Squad](https://docs.wantedly.dev/fields/infrastructure/infrastructure-squad.md)
- [プロダクト開発のための Kubernetes 入門](https://docs.wantedly.dev/fields/infrastructure/kubernetes-introduction.md)
- [インフラ構成概要](https://docs.wantedly.dev/fields/infrastructure/infrastructure.md)
- [リリース・デプロイ戦略を支える技術](https://docs.wantedly.dev/fields/infrastructure/deploy-strategy-implement.md)
- [SaaS を活用する：New Relic, Honeybadger, Datadog](https://docs.wantedly.dev/fields/infrastructure/infra-saas-usage-and-use-cases.md)
- [Data](https://docs.wantedly.dev/fields/data.md)
- [データ基盤入門](https://docs.wantedly.dev/fields/data/data-infra.md)
- [レコメンデーション](https://docs.wantedly.dev/fields/data/recommendation.md)
- [Looker 入門](https://docs.wantedly.dev/fields/data/looker.md)
- [推薦システムの開発に使っているツール](https://docs.wantedly.dev/fields/data/ds_tools.md)
- [開発プロセス](https://docs.wantedly.dev/fields/dev-process.md)
- [Git の慣習](https://docs.wantedly.dev/fields/dev-process/git-convention.md)
- [ポストモーテムの取り組み](https://docs.wantedly.dev/fields/dev-process/post-mortems.md)
- [負債返済日の取り組み](https://docs.wantedly.dev/fields/dev-process/fusai-hensai-bi.md)
- [プロダクトの課題発見及び解決](https://docs.wantedly.dev/fields/dev-process/discovering-and-solving-service-issues.md)
- [ソフトウェアデザインの基礎](https://docs.wantedly.dev/fields/dev-process/software-design.md)
- [コードレビュー](https://docs.wantedly.dev/fields/dev-process/how-to-write-a-pull-request.md)
- [コーディング規約](https://docs.wantedly.dev/fields/dev-process/coding-rule.md)
- [リリース・デプロイ戦略](https://docs.wantedly.dev/fields/dev-process/deploy-strategy-overview.md)
- [上長承認が必要な作業](https://docs.wantedly.dev/fields/dev-process/approval.md)
- [アーキテクチャディシジョンレコード(ADR)](https://docs.wantedly.dev/fields/dev-process/adr.md)
- [作業ログを残す意味](https://docs.wantedly.dev/fields/dev-process/operation-log.md)
- [多言語化対応(i18n)](https://docs.wantedly.dev/fields/dev-process/i18n.md)
- [メール開発](https://docs.wantedly.dev/fields/dev-process/mail.md)
- [開発ツール](https://docs.wantedly.dev/fields/dev-tools.md)
- [kube](https://docs.wantedly.dev/fields/dev-tools/kube.md)
- [Code Coverage](https://docs.wantedly.dev/fields/dev-tools/code-coverage.md)
- [Kubefork](https://docs.wantedly.dev/fields/dev-tools/fork.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.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.
