# Sling CLI

- [Installation](https://docs.slingdata.io/sling-cli/getting-started.md): An introduction to using the Sling CLI tool.
- [Environment](https://docs.slingdata.io/sling-cli/environment.md)
- [Running Sling](https://docs.slingdata.io/sling-cli/run.md)
- [Global Variables](https://docs.slingdata.io/sling-cli/variables.md): Learn how to use Global Environment Variables with Sling
- [CLI Pro](https://docs.slingdata.io/sling-cli/cli-pro.md): Use CLI Pro to enable advanced features
- [VS Code Extension 🔌](https://docs.slingdata.io/sling-cli/vscode.md)
- [Working with AI 🤖](https://docs.slingdata.io/sling-cli/ai.md): Using Sling CLI with AI coding assistants like Claude Code
- [MCP Server](https://docs.slingdata.io/sling-cli/ai/mcp.md): Use Sling CLI as an MCP (Model Context Protocol) server to enable AI assistants to interact with databases, files, and APIs


---

# 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.slingdata.io/sling-cli.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.
