# Getting Started

- [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.


---

# 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.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.
