> For the complete documentation index, see [llms.txt](https://docs.tipo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tipo.io/tipo-appointment-booking/mail-notification/email-provider-smtp/create-an-app-password-for-google.md).

# Create an App Password for Google

If you use **Gmail SMTP** for Tipo email notifications, Google usually requires an **App password** (not your normal Google password). An app password is a special 16-character password you generate after turning on **2-Step Verification**.

***

### 🔐 Step 1: Log in your Google account

First, log into your Google account [here](https://myaccount.google.com/)

***

### 🧩 Step 2: Turn on 2-Step Verification

1. Open your **Google Account** > go to **Security**
2. Under **How you sign in to Google**, turn on **2-Step Verification**

Follow the steps [here](https://support.google.com/accounts/answer/185839?co=GENIE.Platform%3DDesktop\&hl=en\&utm_source=chatgpt.com)

***

### 🔑 Step 3: Generate an app password

1. Go to the **App passwords** page:\
   `https://myaccount.google.com/apppasswords`
2. In **Select app**, choose **Mail** (or choose **Other / Custom name**)&#x20;
3. In **Select device**, choose a device (or use **Other** and name it like `Tipo SMTP`)
4. Click **Generate**
5. Copy the generated **16-character app password** (you’ll use it in Tipo)

![](https://downloads.intercomcdn.com/i/o/322263074/c192dab79cb255840076fad7/7.png?expires=1621327046\&signature=e9e218a8ea851842d45f7050a38ace3aa82d159d68e6a295dd2ecbd9f86a3f01)

![](https://downloads.intercomcdn.com/i/o/322263296/2b705492d147c75a760a6796/8.png?expires=1621327046\&signature=57cc76c8476c5c87e8aa69af43659422c37fd85b1fd1b3a90693711fbd0d3358)

![](https://downloads.intercomcdn.com/i/o/322263675/1ad7ea4f36c2cc7762206845/9.png?expires=1621327046\&signature=fa8d2eaacf08772d6bd2d1f1cbcbaf4680c5497abd77c16a7102f4751b02bbd1)

***

**]**

***

### 🔗 Step 4: Paste the app password into Tipo SMTP settings

1. Open Tipo app > Go to **Notifications** > click **Merchant** tab
2. Find **Provider** section > select **Your own SMTP**
3. In the **Password** field, paste the **app password** you generated (not your Google password)
4. Click **Save**

&#x20;[Learn more ](https://globo.io/kb/how-to-setup-smtp-email/)

***

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.


---

# 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.tipo.io/tipo-appointment-booking/mail-notification/email-provider-smtp/create-an-app-password-for-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.
