> For the complete documentation index, see [llms.txt](https://guide.dem.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.dem.exchange/welcome/getting-started/connect-wallet/social-media-login.md).

# Social Media Login

Social Login is the most convenient way to use Demex if you do not have an existing Web3 wallet. The following instructions illustrate how to connect to [Demex](https://app.dem.exchange/) via Social Login.

## **Guide**

**Step 1**: Select either 'Connect with Google' or 'Connect with X'.

<figure><img src="/files/jL9ZHaWQV72sGfmHv6ks" alt="" width="307"><figcaption></figcaption></figure>

**Step 2:** Sign into the account that you want to use.

{% hint style="info" %}
Note: Avoid using a social account that is temporary or at risk of being lost, such as a business email, as your Demex account will be tied to that social login.&#x20;
{% endhint %}

**Step 3**: You are now connected. Click on '[Deposit Now](https://beta-app.dem.exchange/account/balance/deposit/cgt/1)' to begin [your first deposit](https://guide.dem.exchange/welcome/deposits-and-withdrawals).&#x20;

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

{% hint style="success" %}
Congratulations, you have successfully created your Social Login account and connected to Demex! You may begin trading on Demex.
{% endhint %}

To log into your account in the future, simply connect using the same social login.&#x20;

This solution is powered by Web3Auth, a self-custodial key management solution. Demex do not store your keys.&#x20;

{% hint style="info" %}
Learn more about Web3Auth [here](https://web3auth.io).
{% endhint %}


---

# 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://guide.dem.exchange/welcome/getting-started/connect-wallet/social-media-login.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.
