# Managing accounts

The system is initially configured with a single account, the system admin account. The sysadmin account has special privileges, such as the ability to access the the admin dashboard, and the ability to see any report of any account. You can however have multiple non-sysadmin accounts, each of them segregated from the other.&#x20;

From the admin dashboard, by heading to the ""Accounts" tab and clicking "Create new account" you can create new accounts.

<figure><img src="/files/7Uis1jDQRQsbX3whusXr" alt=""><figcaption></figcaption></figure>

Each account can contain multiple members and multiple teams. To manage the latter refer to the [team configuration documentation](/the-meterian-webapp/the-web-dashboard-1/teams.md). <br>


---

# 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://docs.meterian.io/dedicated-instance/on-premises-op/managing-the-system/managing-accounts.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.
