# Log out

To log out, select **Log out** from the **Account** menu:

<figure><img src="https://619360366-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvFE09GWUQiR5kjeutlr2%2Fuploads%2FIdpTOk0HDRItFR0PoGFB%2FScreenshot%202025-01-12%20at%2017.00.49.png?alt=media&#x26;token=a3a62690-d64c-40f7-bfbe-e03045a79218" alt="" width="375"><figcaption></figcaption></figure>

## Your data after log out

When you log out, the following information is removed from temporary storage ("LocalStorage") in your web browser:

* Your authentication/authorization/session information
* User profile data used by the app
* Temporary app data stored locally to improve performance and manage app appearance

The following information is retained in temporary storage in your web browser:

* Non-identifiable information about your authentication. This is only used to make logging-back in easier in future. It can be deleted if required.
* A Cookie that tracks your choice of user interface language. It can be deleted if required.
* A Cookie that tracks whether or not you have already accepted a GDPR Cookie Consent Notice. It can be deleted.

{% hint style="info" %}
See also:

* Our [Cookie policy](https://candesce.gitbook.io/flowriter/legal/cookie-policy)
* Our [Privacy policy](https://candesce.gitbook.io/flowriter/legal/privacy-policy)
  {% endhint %}


---

# 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://candesce.gitbook.io/flowriter/getting-started/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.
