> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/advanced-basic/developer-tools.md).

# 開発と診断

この機能群は、他のローカルプログラムにモデルを呼び出させたいユーザーや、リクエストの問題を調査したいユーザー向けです。日常のチャットやコンテンツ作業では開発者モードを有効にする必要はありません。

## 2つの入口

| 入口                   | 用途                                    | 使用前に確認                  |
| -------------------- | ------------------------------------- | ----------------------- |
| 【設定】→【APIゲートウェイ】     | ローカルプログラムに互換APIを提供し、Agent の実行依存でもあります | 状態、ポート、キーの安全性           |
| 【設定】→【システム】→【開発者モード】 | 呼び出しチェーンを確認し、モデルとツールのエラーを特定する         | ログには機密情報が含まれている可能性があります |

<figure><img src="/files/5a692a3564e9351318c776f1b12991d1c2af4876" alt="API 网关的运行状态、地址、端口和密钥区域"><figcaption><p>APIゲートウェイページには、稼働状態、アドレス、ポート、認証情報がまとめて表示されます。</p></figcaption></figure>

{% hint style="warning" %}
APIゲートウェイのキーと、呼び出しチェーン内のリクエスト内容はいずれも機密情報を含む可能性があります。スクリーンショット、Issue、グループチャットでは、伏せ字にした必要な部分だけを共有してください。
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>API ゲートウェイ</strong></td><td>Agent の依存関係とローカル API 呼び出しを理解する</td><td><a href="/pages/da56f27413a64f035c0a04dfe05cfa874218c1bc">/pages/da56f27413a64f035c0a04dfe05cfa874218c1bc</a></td></tr><tr><td><strong>呼び出しチェーンと開発者モード</strong></td><td>特定のリクエストを再現して特定する</td><td><a href="/pages/78f6cce703a2fad0eefb40a93b7fe2937e36c062">/pages/78f6cce703a2fad0eefb40a93b7fe2937e36c062</a></td></tr></tbody></table>


---

# 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.cherryai.com.cn/docs/jp/advanced-basic/developer-tools.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.
