> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/zh-hk/control-center/setup-guide/curate-tools/system-tools.md).

# 系統工具

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/RwNAiAH5QVAoqke3yqjL" 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/NJVfZkJgpN9BAw1mK5LA" alt="legal-agreement-review-logo"></td><td align="center"><strong>法律文件審查</strong></td><td align="center">評估您法律文件中的條款。讓它為您解釋。修改它以更改文件的條款。</td></tr><tr><td align="center"><img src="/files/EE5ZGV7Sa4MNNHgqQaWL" 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/fs3y1A3OPioQ92cAB1UT" 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/yNwxfiKqvxvIxvSjBefS" 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/BZBvjUryUZCCrcLZLlTj" 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
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.skydeck.ai/zh-hk/control-center/setup-guide/curate-tools/system-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.
