# システムツール

SkyDeck AIの[GenStudioワークスペース](https://eastagile.skydeck.ai/)には、いくつかのデフォルトのAIツールが用意されています。これらのツールの概要を簡単に説明しますので、権限の設定方法を理解するのに役立ててください。

<table data-full-width="false"><thead><tr><th width="190" align="center">アイコン</th><th width="190.33333333333331" align="center">名前</th><th align="center">説明</th></tr></thead><tbody><tr><td align="center"><img src="/files/bhEcS8lEWe2VBAN1FPa1" alt="sql-assistant-logo" data-size="original"></td><td align="center"><strong>SQLアシスタント</strong></td><td align="center">データベース内のテーブルを定義するDDLを提供し、その後、SQLアシスタントにSQLコードを作成させて任意の結果を得ることができます。</td></tr><tr><td align="center"><img src="/files/Z8SGKhP246wnaP9vttkf" alt="legal-agreement-review-logo"></td><td align="center"><strong>法的契約レビュー</strong></td><td align="center">法的文書の条項を評価します。それを説明してもらい、文書の条項を変更するために修正します。</td></tr><tr><td align="center"><img src="/files/PUW8RAD2z3eVgeMMbF6x" alt="strategy-consultant" data-size="original"></td><td align="center"><strong>戦略コンサルタント</strong></td><td align="center">特定の質問に対して思慮深い回答を生成し、リクエストに対するコンサルティブなアプローチを導くことでユーザーを支援します。</td></tr><tr><td align="center"><img src="/files/z4HHgjDWt2QHrpzSkxcb" alt="teach-me-anything-logo" data-size="original"></td><td align="center"><strong>何でも教えて</strong></td><td align="center">このAIチューターは、あらゆるトピックに関するレッスンを提供します。教え方のスタイル、言語、レッスンの難易度を選ぶことができます。</td></tr><tr><td align="center"><img src="/files/viuDEPUFPjODkeB2MbgH" alt="pair-programmer-logo" data-size="original"></td><td align="center"><strong>ペアプログラマー</strong></td><td align="center">あなたのAIペアプログラマーは、コードをレビューし、新しい機能を追加したり、既存の機能を修正したり、テストカバレッジを追加したり、コメントやドキュメントを追加したりします。</td></tr><tr><td align="center"><img src="/files/r0GiX3XjgvpiX0tIox5z" alt="image-generator-logo" data-size="original"></td><td align="center"><strong>画像生成器</strong></td><td align="center">OpenAIのDALL-Eモデルを使用して、説明に基づいて画像を生成しました。</td></tr></tbody></table>

コントロールセンターでカスタムツールを追加すると、ワークスペース全体で有効になります。詳細は[独自のツールを開発する](https://docs.skydeck.ai/developers/develop-your-own-tools)をご覧ください。


---

# 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.skydeck.ai/ja/control-center/setup-guide/curate-tools/system-tools.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.
