> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/learn/german/mail-management/add-mail-account/gmail.md).

# Gmail

Fügen Sie Ihr Gmail-Konto zu Daylite hinzu.

1. Gehen Sie zu **Daylite > Einstellungen > Mail > Mail-Konten** und wählen Sie **Mail-Konto hinzufügen**.
2. Wählen Sie anschließend **Gmail** aus der Liste der Kontotypen aus.
3. Geben Sie die E-Mail-Adresse Ihres Gmail-Kontos ein. Daylite erfordert die Erstellung eines **app-spezifischen Passworts**. Dies ist ein anderes Passwort als das, mit dem Sie sich bei Gmail anmelden.

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

4. Melden Sie sich bei Ihrem [Google-Konto](https://accounts.google.com/Login) an und wählen Sie **Ihr Google-Konto verwalten**.

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

{% hint style="warning" %}
**2-Faktor-Authentifizierung erforderlich**

Sie müssen die 2-Faktor-Authentifizierung in Ihrem Google-Konto aktivieren, um ein App-Passwort zu erstellen.

Wenn Sie die 2-Faktor-Authentifizierung bereits aktiviert haben, klicken Sie [hier](https://myaccount.google.com/apppasswords), um ein App-Passwort zu erstellen, und fahren Sie mit Schritt 7 fort.
{% endhint %}

So aktivieren Sie die Google 2-Faktor-Authentifizierung:

5. Wählen Sie **Sicherheit > So melden Sie sich in Google an > 2-Faktor-Authentifizierung**. Wenn Sie detailliertere Anweisungen benötigen, folgen Sie [diesem Artikel von Google](https://support.google.com/accounts/answer/185839).

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

6. Sobald die 2-Faktor-Authentifizierung aktiviert ist, klicken Sie [hier](https://myaccount.google.com/apppasswords), um ein App-Passwort zu erstellen.
7. Geben Sie "Daylite" als App-Namen ein und wählen Sie **Erstellen**.

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

8. Kopieren Sie das generierte App-Passwort und fügen Sie es in das Passwortfeld in Daylite ein. Klicken Sie auf **Weiter**, um das Hinzufügen Ihres Gmail-Kontos zu Daylite abzuschließen.


---

# 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.daylite.app/help/learn/german/mail-management/add-mail-account/gmail.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.
