# How to Use Build

**Step 1 — Get Access**

* Go to: <https://tokens.buildonhybrid.com/staking/investor>
* Stake **10,000 $HYB** on Arbitrum to unlock access.

**Step 2 — Start Building**

* Visit: <https://build.buildonhybrid.com>
* Connect your wallet.
* Every wallet starts with **10 free credits**.
* Each prompt = 1 credit. Buy more if needed.

**Step 3 — Describe Your Product**\
Examples:

* “Create a Telegram bot that sends whale alerts.”
* “Generate a frontend to let people mint NFTs using WalletConnect.”
* “Build a dashboard that tracks $ETH gas fees across L2s.”

**Step 4 — Customize Output**

* Edit text, components, logic.
* Add APIs, buttons, or contract calls.

**Step 5 — Deploy**

* Choose from:
  * Supabase (instant deploy)
  * Download code
  * Export to GitHub


---

# 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.buildonhybrid.com/hybrid-overview/build-by-hybrid/how-to-use-build.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.
