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

# Login

SubstanceX aims to serve as many users as possible, so we not only offer the option to log in using the Metamask wallet but also provide various Web2 (Google, Tel, X, Discord, etc.) login methods powered by Particle Network.

<figure><img src="/files/coLjYOxl56nEvfdjMMr1" alt="" width="375"><figcaption></figcaption></figure>

**Metamask**

* Click "Connect Metamask."
* Choose the account you want to access and approve the wallet connection.

\
**Web2**

**(\*Currently only running on SubstanceX on Arbitrum.)**

* Select the social media icon for the login method you prefer.
* Complete the authorization process and log in.

When first log in with a Web2 channel, we will create a wallet for you.

You can manage your wallet by clicking on the wallet icon in the upper right corner and selecting "Partical Wallet Setting".

To learn more about Particle, you can click here (<https://docs.particle.network>).\ <br>


---

# 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:

```
GET https://docs.substancex.io/tutorials/login.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.
