> 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/meeting/share-screen.md).

# Share Screen

![](/files/EU80AnBc38a0MNPwy2Tz)

For screen sharing to other participants, when you press the ^ symbol on the side, the following menu will appear:

![](/files/wvH0gPaeKUKDFaGtk9Mj)

* One participants can share at a time&#x20;
* Multiple participants can share simultaneously&#x20;
* Advanced Sharing Options... When clicked, a window for additional settings will appear:
  * Who can share? Configure who are allowed to share the screen.
  * Who can start sharing when someone else is sharing? Configure who are allowed to share the screen while another participant is already sharing their screen.

![](/files/AyZwg6pOZOfHYfpjz3iL)

When you click the 'Share Screen' button, a window will appear to select the screen or program you want to share. You can choose the screen or program you want to share and click 'Share' at the bottom right immediately.

![](/files/9CYW3Fxchu9FOPoj7nVO)

When you share the screen, the Zoom program window will disappear, the settings bar will move to the top of the screen (can be moved to any desired position), and a green bar will appear indicating the screen sharing. To stop sharing the screen, click the red button (Stop Share).

![](/files/cA6mPaEIUTdLaBQME9OB)


---

# 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/meeting/share-screen.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.
