# AI Code Editor

AI Code Editor (IDE) is a powerful tool designed to enhance your coding experience by integrating advanced AI capabilities directly into your development workflow. It allows you to generate, execute, and debug code efficiently, with real-time previews for full stack applications. This documentation provides a step-by-step guide on how to use the Bind AI Code Editor effectively.

IDE enables you to build full stack web applications with simple prompts. It is still in private beta, and invite only.&#x20;

Watch a Step-by-step Demo video: <https://www.youtube.com/channel/UCxbEKn3RjJdlvzGaVsuOv0A>

**Or, follow this quick guide to get you started:**

1. Go to the invite URL provided for you.
2. **Select an "Ultra" Reasoning model**
3. Enter a prompt
   1. Describe the application you want AI to create.
   2. Use the Sample Prompt Library to effectively create applications
4. After entering the Prompt, Agent Mode is automatically activated, it will perform the following actions
   1. It will automatically generate all the necessary files
   2. Save all the files in the correct project structure
   3. Run terminal commands to install dependencies and run the project
   4. Populate code in the multi-file editor window
   5. Load the Live Preview

<br>


---

# 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://bind-ai.gitbook.io/docs/basics/editor.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.
