> For the complete documentation index, see [llms.txt](https://docs.saga.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saga.xyz/sagacli.md).

# Sagacli

- [Getting Access](https://docs.saga.xyz/sagacli/getting-access.md): Pegasus is a multi-phase release of SAGA
- [Quickstart Guide](https://docs.saga.xyz/sagacli/quickstart-guide.md)
- [Testnet Quickstart Guide](https://docs.saga.xyz/sagacli/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/sagacli/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.
- [Download Saga CLI](https://docs.saga.xyz/sagacli/download-saga-cli.md): Please use the links below to download the CLI binary that best suits your developer environment
- [Install Saga CLI](https://docs.saga.xyz/sagacli/install-saga-cli.md)
- [Configure Saga CLI](https://docs.saga.xyz/sagacli/configure-saga-cli.md)
- [Key Management](https://docs.saga.xyz/sagacli/key-management.md)
- [Adding Keys](https://docs.saga.xyz/sagacli/key-management/adding-keys.md)
- [Listing Keys](https://docs.saga.xyz/sagacli/key-management/listing-keys.md)
- [Display Key Details](https://docs.saga.xyz/sagacli/key-management/display-key-details.md)
- [Deleting Keys](https://docs.saga.xyz/sagacli/key-management/deleting-keys.md)
- [Renaming Keys](https://docs.saga.xyz/sagacli/key-management/renaming-keys.md)
- [Account Management](https://docs.saga.xyz/sagacli/account-management.md)
- [Checking Account Balances](https://docs.saga.xyz/sagacli/account-management/checking-account-balances.md)
- [Requesting Tokens from Saga Faucet](https://docs.saga.xyz/sagacli/account-management/requesting-tokens-from-saga-faucet.md)
- [Deposit Funds into Escrow](https://docs.saga.xyz/sagacli/account-management/deposit-funds-into-escrow.md)
- [Withdraw Funds from Escrow](https://docs.saga.xyz/sagacli/account-management/withdraw-funds-from-escrow.md)
- [View Escrow Account Information](https://docs.saga.xyz/sagacli/account-management/view-escrow-account-information.md)
- [Working with Chainlet](https://docs.saga.xyz/sagacli/working-with-chainlet.md)
- [View Listing of Chainlet Types](https://docs.saga.xyz/sagacli/working-with-chainlet/view-listing-of-chainlet-types.md)
- [Launch your Chainlet on Testnet](https://docs.saga.xyz/sagacli/working-with-chainlet/launch-your-chainlet-on-testnet.md)
- [Launch your Chainlet on Mainnet](https://docs.saga.xyz/sagacli/working-with-chainlet/launch-your-chainlet-on-mainnet.md)
- [Get Chainlet Information](https://docs.saga.xyz/sagacli/working-with-chainlet/get-chainlet-information.md)
- [View Listing of Chainlets Launched](https://docs.saga.xyz/sagacli/working-with-chainlet/view-listing-of-chainlets-launched.md)
- [Chainlet APIs & BlockExplorer](https://docs.saga.xyz/sagacli/working-with-chainlet/chainlet-apis-and-blockexplorer.md)
- [Configuring Metamask Network](https://docs.saga.xyz/sagacli/working-with-chainlet/configuring-metamask-network.md): This page includes instructions on how to setup your chainlet network information in your Metamask wallet
- [Update Chainlet Version](https://docs.saga.xyz/sagacli/working-with-chainlet/update-chainlet-version.md)
- [Chainlet Billing](https://docs.saga.xyz/sagacli/working-with-chainlet/chainlet-billing.md)
- [Restarting a Stopped Chainlet](https://docs.saga.xyz/sagacli/working-with-chainlet/restarting-a-stopped-chainlet.md)
- [Configuring sagacli - A Deep Dive](https://docs.saga.xyz/sagacli/configuring-sagacli-a-deep-dive.md)
- [Searching for Transactions](https://docs.saga.xyz/sagacli/searching-for-transactions.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.saga.xyz/sagacli.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
