# Account Management

Accounts in SAGA are used to manage your SAGA token balance and execute various transactions to fund operations on top of the SAGA Platform. The token denom for the Saga Platform is PSAGA

{% hint style="info" %}
Saga Web App is now online:

**Testnet**: <https://testnet.app.saga.xyz/>\
**Mainnet**: <https://app.saga.xyz/>

You will need a wallet, such as [Keplr](https://www.keplr.app/), that supports Cosmos SDK based blockchains\
If this is your first time using Keplr Wallet, follow this [tutorial](https://help.keplr.app/articles/installation-guide-for-keplr-extension-for-beginners) to install and start using it.
{% endhint %}

You can perform most of the account management functions using the Saga Web App.

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

You will use your Keplr wallet to interact with the token faucet.

Once you have set up your wallet using Keplr, you can connect your Keplr wallet to the Saga Web App. &#x20;

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

Here, you can see your Saga key's address as well as it's balance. You can request addition tokens into your wallet by requesting a [passphrase](https://docs.saga.xyz/saga-web-app/pages/H7THmgLtIpUM5Ny5Ad7d#5.-faucet-airdrop-key) and submitting them by providing that passphrase to the Saga Web App.


---

# 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.saga.xyz/saga-web-app/account-management.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.
