# Create an Account

Getting started with Narafy is easy, and you can create your account directly through the app or by visiting [www.narafy.com](http://www.narafy.com/).&#x20;

Here's a simple guide to help you set up your account using various methods.

### Sign-Up on Website

Click 'Sign in' on the right side of the navbar.

<figure><img src="/files/bVBLVNVlD9e9iqq50jsW" alt="" width="351"><figcaption></figcaption></figure>

### Sign-Up in App

Open the Narafy app and click 'Sign in from your browser'

<figure><img src="/files/f2EyC2OwDs0hW2Fb38x5" alt="" width="311"><figcaption></figcaption></figure>

### Sign-Up Process

For simplicity and quick setup, we recommend using one of the following sign-in methods:

* **Google Sign-In**: Choose Google to proceed with your Google account.
* **Microsoft Sign-In**: Select Microsoft to use your Microsoft account credentials.
* **Apple Sign-In**: Click on Apple to sign in with your Apple ID.

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

### Creating an Account with Email

If you prefer to use an email address and password:

1. **Select 'Create Account'**: Choose the option to create a new account using an email.
2. **Enter Your Email Address**: Provide the email address you wish to use for your Narafy account.
3. **Email Verification**: After entering your email, Narafy will send a verification code to your email address. Check your inbox for this code.
4. **Enter the Verification Code**: Input the verification code received via email to validate your account.
5. **Set Up Your Password**: Create a secure password for your account.
6. **Enter your name:** We use this as the author of your notes and to address you in the app.&#x20;
7. **Complete the Sign-Up**: Click create account to finish setting up your account.


---

# 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://info.narafy.com/account/create-an-account.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.
