# Content Controller User Guide

## Content Controller User Guide

- [What is Content Controller?](https://guide.contentcontroller.com/master.md)
- [Getting started with Content Controller](https://guide.contentcontroller.com/getting-started/managing-your-account.md)
- [Adding a course (4.1 or earlier)](https://guide.contentcontroller.com/getting-started/add-a-course.md): A walkthrough of the options available for importing courses
- [Adding courses (4.2 or later)](https://guide.contentcontroller.com/getting-started/add-a-course-1.md): A walkthrough of the options available for importing courses
- [Creating a new Account](https://guide.contentcontroller.com/getting-started/create-a-new-account.md): How to create a new Account
- [Adding content to an account](https://guide.contentcontroller.com/getting-started/add-content-to-an-account.md)
- [Dispatching](https://guide.contentcontroller.com/getting-started/dispatching.md): Overview of Dispatching with users
- [Generating and viewing reports](https://guide.contentcontroller.com/getting-started/generating-and-viewing-reports.md)
- [Learner counts](https://guide.contentcontroller.com/getting-started/learner-counts.md): Exploring what the learner counts and how to find them.
- [View and edit course details](https://guide.contentcontroller.com/content-1/view-and-edit-course-details.md)
- [Organizing content with folders](https://guide.contentcontroller.com/content-1/organizing-content-with-folders.md)
- [Using version control](https://guide.contentcontroller.com/content-1/using-version-control.md)
- [Add multi-language support with equivalents](https://guide.contentcontroller.com/content-1/add-multi-language-support-with-equivalents.md)
- [Manage and view course previews](https://guide.contentcontroller.com/content-1/manage-and-view-all-course-previews.md)
- [Testing course content and debugging](https://guide.contentcontroller.com/content-1/testing-course-content-and-debugging.md)
- [Deleting a course](https://guide.contentcontroller.com/content-1/deleting-a-course.md)
- [Content Portal overview](https://guide.contentcontroller.com/content-portal/content-portal-overview.md)
- [Settings overview](https://guide.contentcontroller.com/content-portal/settings-overview.md)
- [Approved users](https://guide.contentcontroller.com/content-portal/approved-users.md)
- [Enabling a Content Portal](https://guide.contentcontroller.com/content-portal/enabling-a-content-portal.md)
- [Using a Content Portal](https://guide.contentcontroller.com/content-portal/using-a-content-portal.md)
- [Managing accounts in Content Controller](https://guide.contentcontroller.com/accounts/managing-accounts.md)
- [Account license types](https://guide.contentcontroller.com/accounts/account-license-types.md)
- [How licenses and license limits work](https://guide.contentcontroller.com/accounts/how-licenses-and-license-limits-work.md)
- [Using bundles](https://guide.contentcontroller.com/accounts/bundles.md)
- [Using folders in accounts](https://guide.contentcontroller.com/accounts/using-folders-in-accounts.md)
- [Sharing content from an account](https://guide.contentcontroller.com/accounts/sharing-content-out-to-an-account.md)
- [Usage reports](https://guide.contentcontroller.com/reports/usage-reports.md)
- [Course reports](https://guide.contentcontroller.com/reports/course-reports.md)
- [Learner reports](https://guide.contentcontroller.com/reports/learner-reports.md)
- [Shared reports](https://guide.contentcontroller.com/reports/shared-reports.md)
- [Reporting glossary](https://guide.contentcontroller.com/reports/reporting-glossary.md): This page provides a glossary on key terms related to reporting in Content Controller.
- [Update your user details](https://guide.contentcontroller.com/settings/update-user-details.md)
- [Display (custom) IDs](https://guide.contentcontroller.com/settings/update-user-details-1.md)
- [Managing and editing users](https://guide.contentcontroller.com/settings/managing-and-editing-users.md)
- [Managing integrations](https://guide.contentcontroller.com/settings/managing-applications.md)
- [Languages](https://guide.contentcontroller.com/settings/languages.md)
- [Global settings](https://guide.contentcontroller.com/settings/global-settings.md)
- [Third-party software licenses](https://guide.contentcontroller.com/settings/third-party-software-licenses.md)
- [Webhooks](https://guide.contentcontroller.com/settings/webhooks.md): Exploring Webhooks and how to Configure them within the UI.
- [Lead-in Page](https://guide.contentcontroller.com/settings/lead-in-page.md): Exploring Lead-in Pages and how to configure within the UI.
- [Glossary](https://guide.contentcontroller.com/glossary.md)
- [Help](https://guide.contentcontroller.com/help.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://guide.contentcontroller.com/master.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.
