> For the complete documentation index, see [llms.txt](https://docs.radiusaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radiusaas.com/ja/sono.md).

# その他

- [トラブルシューティング](https://docs.radiusaas.com/ja/sono/troubleshooting.md)
- [EAP フラグメンテーションの解決: 信頼性の高い RADIUS 認証の鍵](https://docs.radiusaas.com/ja/sono/troubleshooting/eap-furagumentshonno-noi-radius-no.md)
- [FAQ](https://docs.radiusaas.com/ja/sono/faqs.md)
- [一般](https://docs.radiusaas.com/ja/sono/faqs/general.md)
- [ログと一般的なエラー](https://docs.radiusaas.com/ja/sono/faqs/log-and-common-errors.md): このページでは、以下のエラーメッセージの 1 つをどのように解釈するかの指針を示します。
- [MAC Authentication Bypass](https://docs.radiusaas.com/ja/sono/faqs/mac-authentication.md): この記事では、MAC Authentication Bypass とは何か、MAB-to-EAP とどう違うのか、そして RADIUSaaS でどちらが使えるのかを明確にすることを目的としています。
- [Blast-RADIUS の脆弱性](https://docs.radiusaas.com/ja/sono/faqs/blast-radius-vulnerability.md)
- [OCSP ソフトフェイルの影響](https://docs.radiusaas.com/ja/sono/faqs/ocsp-sofutofeiruno.md): このページでは、OCSP ソフトフェイル機構の長所と短所の概要を示します。
- [セキュリティとプライバシー](https://docs.radiusaas.com/ja/sono/faqs/security-and-privacy.md): この章では、情報セキュリティ、プライバシー、品質保証に関するよくある質問の概要を示します。
- [RADIUS と RadSec におけるトランスポートセキュリティ](https://docs.radiusaas.com/ja/sono/faqs/security-and-privacy/radius-to-radsec-niokerutoransuptosekyuriti.md)
- [REST API](https://docs.radiusaas.com/ja/sono/rest-api.md): REST API のドキュメントは https://YOURNAME.radius-as-a-service.com/docs/api で利用できます
- [外部監視](https://docs.radiusaas.com/ja/sono/rest-api/wai-bu-jian-shi.md): この記事では、提供されている API を使用して RADIUSaaS インスタンスを外部監視する方法を示します。
- [変更履歴](https://docs.radiusaas.com/ja/sono/changelog.md)
- [今後の変更: RADIUS プロキシ IP アドレスの移行](https://docs.radiusaas.com/ja/sono/changelog/no-radius-purokishi-ip-adoresuno.md)


---

# 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.radiusaas.com/ja/sono.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.
