# Xaman Setup

## Download xaman from the app store

You can find the appropriate download link for your device here: <https://xaman.app>

## Enable Developer mode

From the settings menu, select advanced and enable developer mode to get access to testnet.

## Create your first account from seed

From the main screen, or from the dropdown menu if you already have accounts setup, click the create account button.

Follow the steps to import and account from a family seed and paste the secret / family seed from the workshops as told by your instructor.

You will need to select the testnet network from the drop down menu on the top right of the home screen. *(note you might need to enable developer mode to see your test account funds)*

## Try your new account

Head over to [https://mag.xrpl-commons.org](https://mag.xrpl.quest/albers) to claim your unique NFT. Each NFT is uniquely generated from your XRPL adress.


---

# 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.xrpl-commons.org/tools/xaman-setup.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.
