# Introduction

## Introduction to Stargazer Wallet

Stargazer is a non-custodial multichain wallet with support for Constellation and Ethereum networks. The following documentation will guide you through integrating Stargazer Wallet into a Web3 site or app.

{% embed url="<https://www.youtube.com/watch?index=6&list=PL1iI5n3l2OKB8AaU3-LTnKaJVLU5QAZs3&v=GbEuZDKtGWE>" %}

#### Available Environments[​](https://docs.constellationnetwork.io/stargazer#available-environments) <a href="#available-environments" id="available-environments"></a>

Stargazer is currently available in the following platforms:

* [Stargazer Extension (Chrome / Brave).](https://chrome.google.com/webstore/detail/stargazer-wallet/pgiaagfkgcbnmiiolekcfmljdagdhlcm)
* [Stargazer App (iOS).](https://apps.apple.com/us/app/stargazer-wallet/id1612326452)
* [Stargazer App (Android).](https://play.google.com/store/apps/details?id=com.stargazer)

You can interact with the [Stargazer Extension](https://chrome.google.com/webstore/detail/stargazer-wallet/pgiaagfkgcbnmiiolekcfmljdagdhlcm) via [injected javascript API](https://docs.constellationnetwork.io/stargazer/Guide/providerActivation#detect-stargazer). Mobile interactions are not supported at the moment.

#### Quick Start Demos[​](https://docs.constellationnetwork.io/stargazer#quick-start-demos) <a href="#quick-start-demos" id="quick-start-demos"></a>

A pair of interactive demo sites with implementation code are available to get started quickly with common functionality such as connecting the wallet, interacting with DAG + ETH chains, sending transactions, signing messages, and more.

The demo sites use the two most common integration strategies for Web3 sites: Standalone or Web3 React integration.

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Standalone</strong></td><td>Standalone integration examples using the global window.stargazer object directly</td><td><a href="https://demos.stargazerwallet.io/">https://demos.stargazerwallet.io/</a></td><td><a href="/files/BKbNJyGqFvLqeyAZOuBq">/files/BKbNJyGqFvLqeyAZOuBq</a></td></tr><tr><td><strong>Web3 react</strong></td><td>Integration examples using Web3React and the Stargazer Wallet Connector package.</td><td><a href="https://demos-react.stargazerwallet.io/">https://demos-react.stargazerwallet.io/</a></td><td><a href="/files/BKbNJyGqFvLqeyAZOuBq">/files/BKbNJyGqFvLqeyAZOuBq</a></td></tr></tbody></table>


---

# 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.constellationnetwork.io/stargazer-wallet/guide/introduction.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.
