# Adding content to an account

## Sharing content with Accounts

Upon the creation of an Account, no courses will be initially accessible, requiring the content to be **shared** with it first. This process informs Content Controller about the specific content that the designated Account(s) should have access to.&#x20;

There are two methods for sharing: either from the Content page, allowing simultaneous sharing with multiple Accounts, or alternatively, from the Account itself, enabling exclusive sharing with that specific account.

<figure><img src="/files/8oSM5OjytohSijiDGgHB" alt=""><figcaption></figcaption></figure>

### How to share content to an individual Account

To add Content to an individual Account.&#x20;

1. Navigate to the ***Accounts*** section then click on the desired accounts name to open it
2. Then, while inside the chosen Account choose the **Content** tab in the navigation

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

3. Click **+** **Add** in the top-right corner of the screen. Here you are presented with three choices. Add Content, Copy Folder and Create Folder. Since were are looking to add Content choose **Add Content**.&#x20;
4. Select each course you’d like to add to the account in the Available Content column on the left and use the ▶ button to move them into the Selected Content column.&#x20;
   1. Note sharing a Folder will share all content within it.&#x20;
5. on the next step choose wether to apply a license or not to the Content itself. To learn more about this see [Account license types](/accounts/account-license-types.md) and [How licenses and license limits work](/accounts/how-licenses-and-license-limits-work.md)&#x20;
6. On the following step you may optionally add any relevant notes and then finally submit to share the content with the AccountIt is important to note that Sharing content with an Account does not immediately make that available to be used. It requires the final step of Dispatching. Please see the Dispatching article for further detail

### How to share content with multiple Accounts

Alternatively, you may share content with multiple Accounts while on the ***Content*** page.

1. Navigate to the ***Content*** page
2. Click the checkbox next to one or more courses that you want to share with accounts.&#x20;
3. Clicking the checkbox will reveal two additional buttons: **MOVE** and **SHARE**.
4. Click on **SHARE**.&#x20;
5. The **Select Accounts** dialogue will appear. Select the accounts you want to share content with. Click the **RIGHT ARROW** to move the accounts into the **Selected Accounts** section.
   1. Note sharing a Folder will share all content within it.&#x20;
6. If any of the selected accounts use License by Content limits:
   1. Select an available license or create a new one with **CREATE LICENSE**.
   2. Configure the **Make License Active** or **Auto Rollover** options.
   3. Choose an **Effective Date**&#x20;
7. Confirm **Account Sharing,** and click **SHARE.**&#x20;

{% hint style="info" %}
If you need a more detailed step-by-step guide, our knowledge base covers [adding content to accounts](https://support.scorm.com/hc/en-us/articles/115003178133-Content-Controller-Adding-Content-to-an-Account) in more detail with screenshots.&#x20;
{% endhint %}

{% hint style="warning" %}
It is important to note that Sharing content with an Account does not immediately make that available to be used. It requires the final step of Dispatching. Please see the Dispatching article for further details.
{% 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/add-content-to-an-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.
