> For the complete documentation index, see [llms.txt](https://support.doowii.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.doowii.io/top-resources/user-management/signing-in-and-password-reset.md).

# Signing In & Password Reset

Accessing your Doowii account is simple and secure. Below are the steps for signing in and managing password resets.

#### **Signing In** <a href="#signing-in-1" id="signing-in-1"></a>

* Before you can sign in to Doowii, an account adminstrator must set up a profile for you. They enter the email you’ll use to sign in. If you didn’t get the welcome email from Doowii, they might be able to send it again.
* To sign in, go to your Doowii Account sign in page and enter your username and password.

#### **Password Reset Options** <a href="#password-reset-options-4" id="password-reset-options-4"></a>

* Users who need to reset their password may do so from either the Sign-in Page or the user profile page.&#x20;
  * Sign-in Page: On the sign-in page, select “Forgot Password?”. Enter your account email, and a password reset link will be sent to your inbox with instructions.
  * Profile Page: Navigate to your profile by clicking on your profile icon in the top-right corner of any page. Select Settings from the dropdown menu. Find the Send Reset Link button, and click it. A password reset link will be sent to your inbox with instructions.
* Administrator Reset:
  * Account Administrators can trigger a password reset for users, as needed. Administrators should access the Manage Users page in the application settings to trigger a password reset.
* Contact your administrator or Doowii if you require additional assistance with resetting your password.


---

# 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://support.doowii.io/top-resources/user-management/signing-in-and-password-reset.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.
