> 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/course-design/navigation/page.md).

# Creating Pages

## Getting Started with Page

When clicking on the '**Page'** menu, a window will appear like shown in the image.

![](/files/-MaYLCHoImxiwcpkSTgN)

## Create a New Page

### 1. Click '**+ Page** 'or '**Add one!'** to create a new page

![](/files/-MaYLo-ErFSb83eYcul4)

### 2. Fill in the desired details of the page, then, click 'Save & Publish'

![](/files/-MaYNi7ZcZtLvc2rkBiH)

###

### 3. Click 'View All Pages' to view all the created pages

![](/files/-MaYOLpVgexrkV0aVByL)

After clicking, the following window will appear to organize and manage all of your pages

![](/files/-MaYO_opLmRDZKVT20hP)

## Setting Front Page

**Front Page** can be set as a home page of the course

1. Select the page you want.
2. Tap on the settings icon as shown in the image.
3. Choose the "Use as Front Page" option.
4. The selected page will immediately become the front page.
5. Once you have set the home page, the front page will appear as an option for you to select.

![](/files/-MaYP1ecWlE3LdshdMrF)


---

# 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/course-design/navigation/page.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.
