# Getting Started

### Account Creation

To set up an account, visit <https://console.usedotted.com> and click on 'sign up.' You sign up creating a new account using your email.

After email verification, you can explore our product, connect your AWS account, and view estimated savings. The security of your password and email changes is managed by Auth0, ensuring complete safety.

<figure><img src="/files/WjQ7By7Ke3wAb4CpZLn8" alt=""><figcaption></figcaption></figure>

### Team Invitation

Navigate to the Settings tab > Company. Invite team members as viewers by adding their emails. Keep in mind that viewers have limited permissions and cannot modify the Dotted account, such as adding new AWS accounts or altering billing information.

### Modification Requests

The AWS account, company, and bank account details provided during onboarding are considered final. If you need modifications, contact us through the intercom chat or email us at [support@usedotted.com](mailto:contact@usedotted.com).

### Account Deletion

To delete your account, go to the Settings tab > Billing, and click the 'Delete your account' button.


---

# 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.usedotted.com/en/getting-started.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.
