# Getting Started

## **Set Up Your Wallet**

Your wallet is essential for managing your Nesa tokens and interacting with Nesa Chain. Follow the detailed [**Wallet Setup**](https://docs.nesa.ai/nesa/using-nesa/getting-started/wallet-setup) guide to create and configure your wallet. This will involve:

1. **Creating a new wallet**: Generate a secure seed phrase and store it safely.
2. **Backing up your wallet**: Ensure you have a secure backup of your wallet information.
3. **Configuring your wallet**: Set up your wallet to connect with the Nesa network.

{% hint style="info" %}
Your credentials are the key to the tokens you own; keep them private and in a secure location.
{% endhint %}

<figure><img src="/files/mqOnfjExwDYdOn95p5pc" alt=""><figcaption></figcaption></figure>

***

### \[Testnet] Get Nesa Tokens

The Nesa Testnet Chain allows you to experiment and familiarize yourself with the network without using real tokens. Follow the [**\[Testnet\] Nesa Faucet**](https://docs.nesa.ai/nesa/using-nesa/getting-started/testnet-nesa-faucet) guide to:

* **Request Testnet Tokens**: Obtain tokens to use on the Testnet.
* **Participate on Nesa Testnet Chain**: Interact with the network and try its features.

```markdown
1. Visit the Nesa Testnet Faucet page on Nesa Web.
2. Enter your wallet address.
3. Click "Request Tokens".
4. Check your wallet for balance updates.
```

{% hint style="info" %}
Use the Testnet tokens to interact with Nesa Chain and familiarize yourself with its features without any real cost to you.
{% endhint %}

<figure><img src="/files/GkayRuNYC5JGPS87C8AG" alt=""><figcaption></figcaption></figure>

***

### Choose Your Access Method

Depending on your needs, you can access the Nesa network in various ways:

1. **Via Web**: Use the Nesa web interface for a straightforward, user-friendly experience. For casual consumers. [**Learn more**](https://docs.nesa.ai/nesa/using-nesa/via-web).
2. **Via SDK**: Integrate Nesa functionalities into your applications using the Nesa SDK. For developers. [**Learn more**](https://docs.nesa.ai/nesa/using-nesa/via-sdk).
3. **Via IBC**: Connect with other blockchains using the Inter-Blockchain Communication protocol. For developers on third-party, Cosmos SDK-based blockchains. [**Learn more**](https://docs.nesa.ai/nesa/using-nesa/via-ibc).
4. **Via Nesa CCI**: Use the Nesa Command-Line Interface for advanced operations and automation. For developers on third-party, non-Cosmos SDK-based blockchains. [**Learn more**](https://docs.nesa.ai/nesa/using-nesa/via-nesa-cci).

***

### Additional Resources

* **Community and Support**: Join the [**Nesa Discord**](https://discord.gg/nesa) and support channels for assistance and to connect with other users.
* **Documentation and Guides**: Explore additional portions of this documentation, following the guides to deepen your understanding of Nesa Chain.

Welcome to Nesa! We're excited to have you onboard and look forward to seeing what you'll accomplish.


---

# 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.nesa.ai/nesa/using-nesa/getting-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.
