# System Tools

SkyDeck AI's [GenStudio workspace](https://eastagile.skydeck.ai/) comes with several default AI tools. Here's a quick overview of these tools to help you understand how to set up your permissions.

<table data-full-width="false"><thead><tr><th width="190" align="center">Icon</th><th width="190.33333333333331" align="center">Name</th><th align="center">Description</th></tr></thead><tbody><tr><td align="center"><img src="/files/rZMY9vBuIKskXBeTm6eN" alt="sql-assistant-logo" data-size="original"></td><td align="center"><strong>SQL Assistant</strong></td><td align="center">Provide the DDL that defines the tables in your database, then ask your SQL Assistant to write SQL code to produce any result.</td></tr><tr><td align="center"><img src="/files/Iu1UYsII6imIy2qM0LNX" alt="legal-agreement-review-logo"></td><td align="center"><strong>Legal Agreement Review</strong></td><td align="center">Evaluate a clause in your legal document. Have it explained to you. Modify it to change the document’s provisions.</td></tr><tr><td align="center"><img src="/files/KKrcbtpCKS4Fu939A6ei" alt="strategy-consultant" data-size="original"></td><td align="center"><strong>Strategy Consultant</strong></td><td align="center">Assists users by generating thoughtful responses to a specific question that lead you through a consultative approach to the request.</td></tr><tr><td align="center"><img src="/files/KBbgBnHzS58cpFhof9CD" alt="teach-me-anything-logo" data-size="original"></td><td align="center"><strong>Teach Me Anything</strong></td><td align="center">This AI tutor will provide a lesson on any topic under the sun. You can choose the teaching style, language, and sophistication of the lesson.</td></tr><tr><td align="center"><img src="/files/7R46KHANfcoXiLAFGyz1" alt="pair-programmer-logo" data-size="original"></td><td align="center"><strong>Pair Programmer</strong></td><td align="center">Your AI pair programmer will review your code, help you add new features, modify existing features, add test coverage, add comments or documentation, and more.</td></tr><tr><td align="center"><img src="/files/X6AOyIkgGjgPaM0mpzoX" alt="image-generator-logo" data-size="original"></td><td align="center"><strong>Image Generator</strong></td><td align="center">Generated an image based on the description with OpenAI's DALL-E model.</td></tr></tbody></table>

You can add a custom tool in the Control Center and it will be enabled in your entire workspace. Learn more at [Develop Your Own Tools](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/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.
