# Creating a new Account

Consider **Accounts** in Content Controller as your clientele, representing groups of users accessing your content through an LMS. For instance, if you're distributing content to different groups, it's important to create separate accounts for each, allowing for appropriate management of the content, and license restrictions. This approach ensures tailored handling of accounts based on individual requirements, while also maintaining accurate reporting for each customer.

### Creating an Account

To create a new account, you'll enter a name, select a [license type](https://guide.contentcontroller.com/accounts/account-license-types), and if you would like, enter some notes about the account. For more details, check the [accounts section](https://guide.contentcontroller.com/accounts/managing-accounts).

<figure><img src="https://2751937154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lu-ZWvY7BC8vS5I6doj%2Fuploads%2F6JAzjgR1vnSbP7HJBDei%2Frsunde.contentcontroller.com_%20(49).png?alt=media&#x26;token=fe328252-cf4c-4fcc-9f57-3c242e419eee" alt=""><figcaption></figcaption></figure>

#### Follow these steps to create an Account:

1. Choose the ***Accounts*** tab and click **+ ADD** button in the top right corner of your screen.
2. Give the new account a name, pick the[ license type](https://guide.contentcontroller.com/accounts/account-license-types), and any notes you'd like to add. Click Next.
3. Review all of the account details and click **Create Account.**

{% hint style="info" %}
The knowledge base reviews [when to use license types in detail](https://support.scorm.com/hc/en-us/articles/115003101753-Content-Controller-Add-an-Account) and reviews specific features within the license type options.&#x20;
{% endhint %}


---

# 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://guide.contentcontroller.com/getting-started/create-a-new-account.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.
