> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/platform/features/account-management/my-account-page.md).

# My Account Page

Account management in Daton for the most part comprises of managing users and passwords. Once a user signs up to Daton, they will be able to get their pipeline up and running in no time.

### Type of Users

#### **Admin User**

The first user who signs up for Daton is always the admin user. Admin user has the following capabilities

* Add or remove additional users
* Set certain global preferences which other users will not be able to modify
* Set personal preferences that govern notification delivery
* Make other users admin users
* Pay for a subscription and upgrade a subscription
* Add, modify or remove source integrations and destination
* Modify account password

We don't enforce any cap on the number of users that can be added to a single account. Any user in the system can configure data sources and destination.

`**Currently, we only support a single admin user. What happens when the admin leaves?** **What can admin users do vs Regular users do?**`

#### **Regular Users**

Regular users only get access to an existing Daton account when an admin user adds them to the account using their email. Email is considered as the username in Daton. Upon signing up, the regular user now has the following capabilities

* Set personal preferences that govern notification delivery
* Add, modify or remove source integrations and destination
  * Regular users have access to all sources and destination.
  * `**They are allowed to make changes to sources added by other users, including the admin user.**`
* Modify account password

#### Changing your password

To change your Daton password, simply follow:

1. Navigate to My Account > Personal Details
2. Click the Change Password button

An email will be sent to the registered email with a link to reset the password. Click on the link and follow the instructions to change the password.

If you've forgotten your password, click the "Forgot your password?" link on [daton.sarasanalytics.com/login](https://daton.sarasanalytics.com/login).

### Managing Users

Only an admin user can invite or deactivate users from an account.

* To invite a user
  * Go to My Account > Access Request section
  * Enter first name, last name, and email and hit the submit button.
  * An invitation will go out to the user.
* To deactivate a user
  * Go to My Account > Current Users section and
  * Click on the Remove User button.

### Notifications

There are some emails you will receive regardless of your preferences. These include critical system emails, user management emails, and others.

![](/files/-Lj--RfVlwgef1oP2GQz)

![](/files/-Lj--_l607ESCIJ5Bw_S)

![](/files/-Lj--fufla3-vew5yJFM)

![](/files/-Lj--lCDsDt3FT5UF5P7)

![](/files/-Lj--qXt1UJuJmPkBg8i)

###

### **Cancelling Your Account**

At this point in time, users will not be able to cancel their account directly from the user interface. Please send us an email at <support@sarasanalytics.com> to cancel your subscription. In order to prevent any additional billing while we process your request, please pause or delete all integrations before sending us an email. We will process all account cancellations within 24 hours.


---

# 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://daton-sarasanalytics.gitbook.io/daton/platform/features/account-management/my-account-page.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.
