> For the complete documentation index, see [llms.txt](https://docs.notionapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.notionapps.com/frequently-asked-questions/i-signed-up-using-google-but-now-want-to-sign-up-using-email-password.-how-can-i-do-that.md).

# I signed up using Google but now want to sign up using email/password. How can I do that?

If you signed up using Google first and now want to sign up using email/password. Please follow these steps to do so:

1. Go to the forgot password page, <https://www.notionapps.com/forgot-password>
2. Enter your email address
3. Check your email for the password reset email

{% hint style="info" %}
If you have not received the password reset email, please try again or check your spam folder.
{% endhint %}

4. Click on the link in the password reset email&#x20;
5. Enter your new password and submit
6. Go to sign in page to sign in using your email and new password, <https://www.notionapps.com/login>

If you need some help, please reach out <help@notionapps.com>.&#x20;


---

# 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.notionapps.com/frequently-asked-questions/i-signed-up-using-google-but-now-want-to-sign-up-using-email-password.-how-can-i-do-that.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.
