# IDE by Bind AI

IDE enables you to build full stack web applications with simple prompts. It is still in private beta, and invite only. Please [join the waitlist](https://uxo2tnr42si.typeform.com/ide-by-bind-ai) if you're interested.

Watch a Step-by-step Demo video: <https://youtu.be/3TX1ougi5KM?si=ybLZVhSc9qVnfute>

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

1. Go to the invite URL provided for you.
2. **Select an "Ultra" Reasoning model**
   1. D**eepSeek R1:**&#x20;
      1. Super fast code generation with 1000 tokens/second output.
      2. Generate application in less than a minute.
   2. **Claude 3.7 Sonnet:**&#x20;
      1. Powerful model for creating frontend applications.&#x20;
      2. Takes 2-3 minutes to generate and execute the application.
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


---

# 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/ide-by-bind-ai.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.
