> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/adding-courses-content.md).

# Adding Course's Content

- [Adding Contents](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/adding-courses-content/new.md): Add necessary content for the teaching and learning process in your course to enable students to learn and understand the subject matter more effectively.
- [External URL](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/adding-courses-content/new/external-url.md)
- [Upload Files](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/adding-courses-content/new/upload-file.md): Upload files refers to the uploading of various file formats (such as PDF, PPT, DOC, JPEG, etc.) as learning materials. These files are displayed in different sections of the course.
- [Discussions](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/adding-courses-content/new/discussions.md): Discussion encourages the exchange of opinions among students on various topics. Discussions can be created for point collection or to facilitate the exchange of ideas and problem-solving methods.
- [Zoom](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/adding-courses-content/new/conferences-zoom.md): Zoom is a tool for real-time online video meetings, which can be used for remote teaching and learning. It can also be adapted for use in examinations and other scenarios.
- [Peer Reviews Settings](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/adding-courses-content/peer-reviews-settings.md)
- [Importing Content from Moodle to Mango Canvas](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/adding-courses-content/importing-content-from-moodle-to-mango-canvas.md)
- [Importing Content from Existing Course in Canvas](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/adding-courses-content/import.md): Retrieve data from the previous course and reuse it in the current semester without the need to create new content.
- [Data Recovery](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/adding-courses-content/data-recovery.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 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.tlic.cmu.ac.th/cmu-mango-canvas-manual/adding-courses-content.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.
