# Get Started

Get up and running with Unibase in 5 minutes. Choose your path:

***

### Choose Your Path

| I want to...                    | Start here                                                             |
| ------------------------------- | ---------------------------------------------------------------------- |
| **Add memory to my Agent**      | [Membase Quick Start](/unibase-docs/get-started/membase-quickstart.md) |
| **Build multi-agent systems**   | [AIP Quick Start](/unibase-docs/get-started/aip-quickstart.md)         |
| **Enable agent payments**       | [Unibase Pay Quick Start](/unibase-docs/get-started/pay-quickstart.md) |
| **Run storage/validator nodes** | [Unibase DA Quick Start](/unibase-docs/get-started/da-quickstart.md)   |

***

### Prerequisites

Before you begin, ensure you have:

1. **Wallet** — MetaMask or compatible Web3 wallet
2. **Tokens** — BNB on [BNBChain Mainnet](https://bscscan.com/) (production) or [Testnet Faucet](https://www.bnbchain.org/en/testnet-faucet) (development)
3. **Environment** — Python 3.10+ (Membase/AIP) or Go 1.20+ (Unibase DA)

See [Prerequisites](/unibase-docs/get-started/prerequisites.md) for detailed setup.

***

### Next Steps

After completing a Quick Start:

* **Membase** → [Quick Start](/unibase-docs/membase/quick-start.md) (Multi-Memory, Knowledge Base, Chain Tasks)
* **AIP** → [Quick Start](/unibase-docs/aip/quick-start.md) (Agent-Tool, Agent-Agent, Chess)
* **Unibase Pay** → [API Reference](/unibase-docs/unibase-pay/api-reference.md)
* **Unibase DA** → [Node Operations](/unibase-docs/unibase-da/nodes-bootstrap.md)


---

# 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://unibaseio.gitbook.io/unibase-docs/get-started.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.
