> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/cmu-zoom-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-zoom-manual/setting-up-meetings/schedule.md).

# Schedule a Zoom Meeting

### Creating a scheduled meeting room via Zoom

![](/files/itIBg7740oCWy7kckNOt)

1. Enter the Zoom program and select 'Schedule' to create a new scheduled meeting room.
2. The meeting room setup window will appear, allowing you to set the meeting room name, meeting date, and other additional details. Once the settings are configured, click Save and you can then send the Meeting ID or Invite link to students or individuals in advance.
3. When the scheduled time arrives, a meeting notification will appear, and you can immediately enter the meeting room.

![](/files/i2FtxFgXO0gCKCBI75cw)

### Creating a scheduled meeting room via Web Browser

![](/files/3eKiaCjwQbZsE4j9WWfD)

1. Access via <https://cmu-th.zoom.us/>&#x20;
2. The meeting room setup window will appear, allowing you to set the meeting room name, meeting date, and other additional details. Once the settings are configured, click Save and you can then send the Meeting ID or Invite link to students or individuals in advance.
3. When the scheduled time arrives, a meeting notification will appear, and you can immediately enter the meeting room.

![](/files/yx6Wf3NBOtJs0L6XKhzu)


---

# 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-zoom-manual/setting-up-meetings/schedule.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.
