# DataFlint Copilot

- [DataFlint Copilot](https://dataflint.gitbook.io/dataflint-for-spark/dataflint-copilot/dataflint-copilot.md)
- [Copilot in Claude Desktop](https://dataflint.gitbook.io/dataflint-for-spark/dataflint-copilot/copilot-in-claude-desktop.md): Learn how to install the DataFlint MCP server in Claude Desktop to enable AI-powered Spark optimization directly in your conversations with Claude
- [Copilot in Claude Code](https://dataflint.gitbook.io/dataflint-for-spark/dataflint-copilot/copilot-in-claude-code.md): Learn how to install the DataFlint MCP server in Claude Code to enable AI-powered Spark optimization directly in your terminal
- [Copilot in Cursor](https://dataflint.gitbook.io/dataflint-for-spark/dataflint-copilot/copilot-in-cursor.md)
- [Copilot in InteliJi](https://dataflint.gitbook.io/dataflint-for-spark/dataflint-copilot/copilot-in-inteliji.md): Learn how to install the DataFlint MCP server in IntelliJ IDEA to enable AI-powered Spark optimization directly in your IDE
- [Copilot Usage](https://dataflint.gitbook.io/dataflint-for-spark/dataflint-copilot/copilot-usage.md)


---

# 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://dataflint.gitbook.io/dataflint-for-spark/dataflint-copilot.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.
