> For the complete documentation index, see [llms.txt](https://docs.adena.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adena.app/user-guide/sign-in/advanced-options/sign-in-with-google.md).

# Sign In With Google

1\. Click on <mark style="color:blue;">**Advanced Options**</mark>.

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

2\. Select <mark style="color:blue;">**Sign In With Google**</mark>.

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

3\. Confirm that you acknowledge that this will store a seed phrase on your device, and click on <mark style="color:blue;">**Next**</mark>.

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

4\. Complete a mandatory Questionnaire to demonstrate your understanding of good security practices for self-custody.

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

5\. A new window will pop up and prompt you to sign in with your Google account. Once you sign in, Adena will automatically detect your login and take you to the next step.

{% hint style="info" %}
**How does this work?**

Adena has integrated with Web3Auth, a key management infrastructure provider that relies on multi-party computation. Simply put, Web3Auth splits your keys between its nodes and lets you retrieve them with your Google Account. The Web3Auth Login is a non-custodial service, meaning that no single party ever has access to your keys. If you'd like to learn more about Web3Auth, visit their [website](https://web3auth.io/).
{% endhint %}

<figure><img src="/files/3dO9wBxupwluvaa5LzzN" alt=""><figcaption></figcaption></figure>

6\. Create a password that you will use to unlock your wallet. Confirm your password by re-entering it in the lower field, activate the <mark style="color:blue;">**Checkbox**</mark>, and click on <mark style="color:blue;">**Save**</mark> to proceed.

{% hint style="info" %}
**How to create a secure password**

Your password must be 8\~256 characters long and contain alphanumeric or special characters. Avoid using common passwords such as *12345678*, *qwerty12*, or *password*. Note that this password is unique to your current device.
{% endhint %}

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

7\. That's it! You've successfully signed into Adena with your Google Account. Be sure to pin Adena for easy access, and click on <mark style="color:blue;">**Start**</mark> to complete your setup!

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


---

# 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.adena.app/user-guide/sign-in/advanced-options/sign-in-with-google.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.
