# How to Log In to Your Account

Learn how to access your IsDown dashboard using your Google, Microsoft, or email credentials.

1. Go to [**isdown.app**](https://isdown.app/) and click **Sign In**
2. Choose Your Login Method

* **Google**
* **Microsoft**
* **Email and Password**

1. **Authenticate Your Account**
   * For **Google** or **Microsoft** accounts, you'll be redirected to authenticate.
   * For **Email**, enter your email and password, then click **Sign In**.
2. **Access Your Dashboard**
   * After successful login, you'll be redirected to your IsDown dashboard to start monitoring services.

**Forgot your password?** [Reset it here](https://help.isdown.app/accounts/reset-password).

***

**Related Articles**

* [**Create an Account**](https://help.isdown.app/accounts/create-an-account)
* [**Accept an Invitation**](https://help.isdown.app/accounts/accept-invitation)


---

# 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://help.isdown.app/accounts/how-to-log-in-to-your-account.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.
