# The System

- [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)


---

# 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/the-system.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.
