> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/1.11.x/teacher-guide/course_administration.md).

# Course administration

The *My courses* tab the teacher to see a list of the courses which they can manage. (These display a pencil icon on the right side of the course's box, as opposed to courses on which they are subscribed as learners).

You just need to click on the course name to access its homepage. The various tools are arranged in three categories:

* **Authoring** : tools for creating course content,
* **Interaction** : tools for teacher-learner or learner-learner interaction within the course,
* **Administration** : tools for the management of course options.

![](/files/-LH9D54Jbx77XGHEg2Wj)

*Illustration: Course tools – Classical option*

![](/files/cct02vnX5G2A9hOQ994R)

The teacher can choose to hide or show distinct tools using the *eye* icon under each tool, so that the course doesn't intimidate the new learner with too many options.

Note : In some cases the administrator may make tools unavailable to course teachers or enable tools which depend on specific extensions (like the full-text search or the video conference), so what you see entering the course might not be the same as described here.

![](/files/-LioWIfumx8k4Z61Rrjq)

*Illustration: Authoring tools in big activity view type*

> **Note** : The course interface can be presented in different ways depending on what the administrator's chooses. He might, for example, enable a view that was popular in previous versions of Chamilo, as in this illustration. This view is called the 2-columns activity view.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.chamilo.org/1.11.x/teacher-guide/course_administration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
