> 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/new.md).

# Adding Contents

Creating new content can be divided into 6 main topics as follows.

### [External URL](/cmu-mango-canvas-manual/adding-courses-content/new/external-url.md)

&#x20;          Linking URLs to external information sources

### [Upload file](/cmu-mango-canvas-manual/adding-courses-content/new/upload-file.md)

&#x20;          This 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, allowing students to download these documents for use.

### [Assignment](/cmu-mango-canvas-manual/quizzes-and-assignment/assignment.md)

&#x20;          Creating assignments or assigning tasks is a method that enhances students' understanding and can be used to collect points from submitting work on desired topics. Submissions can be in various forms including files, images, text, URLs, and other media.

### [Discussions](/cmu-mango-canvas-manual/adding-courses-content/new/discussions.md)

&#x20;          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 among students.

### [Quizzes](/cmu-mango-canvas-manual/quizzes-and-assignment/quizzes.md)

&#x20;          Creating quizzes or tests to assess students' understanding can be done in more than 12 formats, including multiple-choice, essay, fill-in-the-blank, matching, true/false, etc. Various settings and conditions can also be customized.

### [Conferences (Zoom)](/cmu-mango-canvas-manual/adding-courses-content/new/conferences-zoom.md)

&#x20;          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.


---

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