> 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/getting-started/quickstart/setting-up-and-managing-your-account.md).

# Setting Up & Managing Your Account

Getting started with Doowii is simple. This guide will help you set up your account and manage your settings effectively.

#### Initial Setup <a href="#initial-setup-1" id="initial-setup-1"></a>

When you receive your account invitation email:

1. Open the Doowii Invitation Email: Look for an email from Doowii in your inbox
2. Click the Setup Link: Follow the link provided to begin the setup process
3. Create Your Password: Choose a secure password for your account
4. Enter Your First and Last Name: Fill in your personal details as prompted
5. Complete Setup: Confirm your information to finalize the account creation

#### Manage Your Account Settings <a href="#manage-your-account-settings-4" id="manage-your-account-settings-4"></a>

Access your account settings anytime by clicking the settings dropdown menu in the top-right corner of the platform. Here, you can:

* Edit your First and Last Name
* View your Account Email associated with your account
* View your Assigned Organization to which your account is linked
* Request a Password Reset
* Delete Your Account to permanently remove your account, if needed

<figure><img src="/files/TmBOBu65yTuY0oC4UolZ" alt="Doowii User Management Settings" width="311"><figcaption></figcaption></figure>

#### Access the Settings Dropdown Menu <a href="#access-the-settings-dropdown-menu-7" id="access-the-settings-dropdown-menu-7"></a>

1. Locate the Settings Icon: It’s in the top-right corner of the Doowii application interface
2. Click the Dropdown Menu: A list of options will appear.
3. Select an Option: Choose the action you want to perform.


---

# 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/getting-started/quickstart/setting-up-and-managing-your-account.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.
