# 시스템 도구

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/LNf0QzgOkpvpagjkFUM6" 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/aqPmpoQWNfQmunvyXbNU" alt="legal-agreement-review-logo"></td><td align="center"><strong>법적 계약 검토</strong></td><td align="center">법적 문서의 조항을 평가합니다. 그것을 설명해 달라고 요청하세요. 문서의 조항을 변경하도록 수정하세요.</td></tr><tr><td align="center"><img src="/files/dJD4vik4wBOJjQ9Y4I5u" 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/rAq0IyCzp0X4qOuP9TY1" 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/yRc82bNiquwWbtb0m01f" 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/5E9Rf4B635XLEDyHDO3f" 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/ko/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.
