> For the complete documentation index, see [llms.txt](https://help.isdown.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.isdown.app/accounts.md).

# Accounts

- [Create your Account](https://help.isdown.app/accounts/create-your-account.md): Learn how to create an IsDown account using your Google, Microsoft, or email credentials to start monitoring services and receiving alerts.
- [How to Log In to Your Account](https://help.isdown.app/accounts/how-to-log-in-to-your-account.md)
- [How to Reset Your Password](https://help.isdown.app/accounts/how-to-reset-your-password.md)
- [How to delete your Account](https://help.isdown.app/accounts/how-to-delete-your-account.md)
- [How to Get Started with IsDown](https://help.isdown.app/accounts/how-to-get-started-with-isdown.md)
- [How to add a team member](https://help.isdown.app/accounts/how-to-add-a-team-member.md)
- [How to remove a team member](https://help.isdown.app/accounts/how-to-remove-a-team-member.md)
- [How to Set Up Single Sign-On (SSO)](https://help.isdown.app/accounts/how-to-set-up-single-sign-on-sso.md)
- [Okta](https://help.isdown.app/accounts/how-to-set-up-single-sign-on-sso/okta.md)
- [Azure AD](https://help.isdown.app/accounts/how-to-set-up-single-sign-on-sso/azure-ad.md): Instructions for setting up SSO in Azure AD
- [Google SSO](https://help.isdown.app/accounts/how-to-set-up-single-sign-on-sso/google-sso.md): Instructions for setting up SSO in Google
- [Enforce SSO Login](https://help.isdown.app/accounts/how-to-set-up-single-sign-on-sso/enforce-sso-login.md)
- [How to setup Two-Factor Authentication (2FA)](https://help.isdown.app/accounts/how-to-setup-two-factor-authentication-2fa.md): Two-factor authentication (2FA) adds an extra layer of security to your account. In addition to your password, you will need a 6-digit code generated by a mobile app to log in.
- [Troubleshoot 2FA](https://help.isdown.app/accounts/troubleshoot-2fa.md): If you encounter issues while setting up or using Two-Factor Authentication, please refer to the solutions below.
- [How to Accept Invitation](https://help.isdown.app/accounts/how-to-accept-invitation.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, and the optional `goal` query parameter:

```
GET https://help.isdown.app/accounts.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.
