> For the complete documentation index, see [llms.txt](https://docs.diaflow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.diaflow.io/user-account/log-in-and-log-out.md).

# Log in and log out

Use this page to sign in to Diaflow and sign out safely.

## Log in

1. Open the login page at <https://platform.diaflow.app/login>.
2. Enter your email and password.
3. Click **Continue with Email**.

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

*If you cannot sign in, reset your password from* [*Reset user account password*](/user-account/reset-user-account-password.md)*.*

## Log out

1. Click your user account icon in the lower-left corner of the sidebar.
2. In the account menu, click **Log out**.
3. Diaflow returns you to the **Login** page.

<figure><img src="/files/9tApOqBGm67Q1JmuIJWE" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Diaflow signs you out automatically after 7 days of inactivity. Sign in again to continue.
{% endhint %}

### Need help?

* Create an account at [Create your user account](/user-account/create-your-user-account.md).
* Reset your password at [Reset user account password](/user-account/reset-user-account-password.md).


---

# 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.diaflow.io/user-account/log-in-and-log-out.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.
