# Saga Web App

- [Getting Access](https://docs.saga.xyz/saga-web-app/getting-access.md): Pegasus is a multi-phase release of SAGA
- [Quickstart Guide](https://docs.saga.xyz/saga-web-app/quickstart-guide.md)
- [Testnet Quickstart Guide](https://docs.saga.xyz/saga-web-app/quickstart-guide/testnet-quickstart-guide.md): This quickstart guide will walk you through the necessary steps to download, install & configure the SagaCLI, request your tokens and launch your chainlet.
- [Mainnet Quickstart Guide](https://docs.saga.xyz/saga-web-app/quickstart-guide/mainnet-quickstart-guide.md): This quickstart guide will walk you through the necessary steps to download, install & configure the SagaCLI, request your tokens and launch your chainlet.
- [Account Management](https://docs.saga.xyz/saga-web-app/account-management.md)
- [Requesting Tokens from Saga Faucet](https://docs.saga.xyz/saga-web-app/account-management/requesting-tokens-from-saga-faucet.md)
- [Deposit Funds into Escrow](https://docs.saga.xyz/saga-web-app/account-management/deposit-funds-into-escrow.md)
- [Withdraw Funds from Escrow](https://docs.saga.xyz/saga-web-app/account-management/withdraw-funds-from-escrow.md)
- [View Escrow Account Information](https://docs.saga.xyz/saga-web-app/account-management/view-escrow-account-information.md)
- [Working with Chainlet](https://docs.saga.xyz/saga-web-app/working-with-chainlet.md)
- [Launch your Chainlet on Testnet](https://docs.saga.xyz/saga-web-app/working-with-chainlet/launch-your-chainlet-on-testnet.md)
- [Launch your Chainlet on Mainnet](https://docs.saga.xyz/saga-web-app/working-with-chainlet/launch-your-chainlet-on-mainnet.md)
- [Get Chainlet Information](https://docs.saga.xyz/saga-web-app/working-with-chainlet/get-chainlet-information.md)
- [View Listing of Chainlets Launched](https://docs.saga.xyz/saga-web-app/working-with-chainlet/view-listing-of-chainlets-launched.md)
- [Chainlet APIs & BlockExplorer](https://docs.saga.xyz/saga-web-app/working-with-chainlet/chainlet-apis-and-blockexplorer.md)
- [Configuring Metamask Network](https://docs.saga.xyz/saga-web-app/working-with-chainlet/configuring-metamask-network.md): This page includes instructions on how to setup your chainlet network information in your Metamask wallet
- [Chainlet Billing](https://docs.saga.xyz/saga-web-app/working-with-chainlet/chainlet-billing.md)
- [Restarting a Stopped Chainlet](https://docs.saga.xyz/saga-web-app/working-with-chainlet/restarting-a-stopped-chainlet.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.saga.xyz/saga-web-app.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.
