# View Listing of Chainlets Launched

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

**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 get a listing of all chainlets (active or not) using the **Saga Web App**&#x20;

In the Saga Web App, simply click the `Chainlets` tab button and view a listing of all chainlets

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

You can filter the chainlets listed by selecting Active (running), All (running or not), and My Chainlets (chainlets you have launched or have contributed funds)

All chainlets are listed. Any chainlets that are not running are shown via a red icon.

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


---

# 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/working-with-chainlet/view-listing-of-chainlets-launched.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.
