# Get Started

To get started with Nusa, you’ll need to set up a few essentials. Follow these guides:

1. [Install a Crypto Wallet](/about/get-started/install-a-crypto-wallet.md)
2. [Get Native Token for Gas](/about/get-started/get-native-token-for-gas.md)
3. [Connect Your Wallet to Nusa](/about/get-started/connect-your-wallet-to-nusa.md)

## Explore Nusa's Features

Once your wallet is set up and connected, you're all set to explore our features!&#x20;

#### NUSA v1

* [Lending Market](/nusa-v1/lending-market.md)
* [Trade](/nusa-v1/trade.md)
* [Earn](/nusa-v1/earn.md)
* [Governance Program](/nusa-v1/governance-program.md)

#### NUSA v2

* [Token Terminal](/nusa-v2/token-terminal.md)
* [Trade](/nusa-v2/trade.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://docs.nusa.io/about/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.
