# How to log in and log out.

* **Logging In:**
  1. Go to the Flensh sign-in page.
  2. Enter the email address and password you used during signup.
  3. Alternatively, if you signed up using Google, click the **"Continue with Google"** button.
  4. Click **"Sign In"** to access your dashboard.
* **Logging Out:**
  1. Click on your name or profile icon in the bottom-left corner of the dashboard.
  2. Select **"Sign Out"** from the menu that appears.


---

# 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://flensh.gitbook.io/flensh-docs/getting-started/1.2.-creating-your-account/how-to-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.
