# Cursor IDE

## Cursor Code Editor and IDE

Cursor is Fork of VS Code. It is an AI enabled editor integrated with AI and LLMs. Cursor is awesome! Someone finally put GPT into a code editor in a seamless way.

{% embed url="<https://cursor.sh/>" %}

## FEATURES

Copilot++ is Cursor's native autocomplete feature. It's a more powerful version of Copilot that can suggest mid-line completions and entire diffs. It uses a custom model that was trained to predict the next edit in a codebase.


---

# 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://metaverse-imagen.gitbook.io/ai-tools-research/ai-tools-main-categories/programming-and-code/code-generators/cursor-ide.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.
