# 系统工具

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/UeXoqqjyr4edovrok7aO" 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/ttojB1EyJ76pg9hmIjhj" alt="legal-agreement-review-logo"></td><td align="center"><strong>法律协议审查</strong></td><td align="center">评估您法律文件中的条款。让它为您解释。修改它以更改文件的条款。</td></tr><tr><td align="center"><img src="/files/kcV5lrmZ37pXISciJKLF" 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/CuL8907U5LO4qAR52Nxf" 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/xBl0BQADV7z1gOpRJsEK" 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/sNcsW6ISTDrEQmbwR2vF" 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/zh-cn/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.
