# Overview

### **What is iBuild**

iBuild is a prompt-driven coding workspace for building Web3 apps on Injective. Connect your wallet, pick an LLM, describe what you want, and generate working app scaffolds and code patterns tailored to the Injective ecosystem.

**Key features**

* Wallet login
  * Sign in with Keplr, MetaMask, or Leap.
* LLM model picker
  * Choose models based on speed, quality, or cost; swap anytime from a dropdown.
* Credits in INJ
  * Eligible Injective users get an automatic $1 worth of LLM credits.
  * Top up credits directly using INJ when you need more.
* Rich prompting
  * Attach images to add visual context to your prompts.
* Integrations

  * Supabase: connect your project for auth, storage, and Postgres.
  * MCP servers: bring your own Model Context Protocol tools for private/org capabilities.

**Who it’s for**

* Builders and indie developers shipping on Injective
* Startup teams and internal tool creators
* Hackathon participants who need to move fast
* Injective ecosystem projects standardizing app patterns

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-plug-circle-plus">:plug-circle-plus:</i></h4></td><td><strong>Integrations</strong></td><td>MCP servers and more</td><td></td><td></td><td><a href="/pages/lWdZgI2P4YIODQ7uazsl">/pages/lWdZgI2P4YIODQ7uazsl</a></td></tr><tr><td><h4><i class="fa-wallet">:wallet:</i></h4></td><td><strong>Credits &#x26; Billing</strong></td><td>How it works</td><td></td><td></td><td><a href="/pages/hEqw4EgG6eYZ2w8XN4c7">/pages/hEqw4EgG6eYZ2w8XN4c7</a></td></tr><tr><td><h4><i class="fa-file-contract">:file-contract:</i></h4></td><td><strong>Smart Contracts</strong></td><td>Deployment &#x26; Testnet</td><td></td><td></td><td><a href="/pages/aInJHwLkdUS8616pgZVB">/pages/aInJHwLkdUS8616pgZVB</a></td></tr></tbody></table>


---

# 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.dappbuilder.ai/getting-started/readme.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.
