> For the complete documentation index, see [llms.txt](https://docs.faronics.com/faronics-insight-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faronics.com/faronics-insight-docs/using-faronics-insight/the-insight-teacher-console/sharing/share-my-screen.md).

# Share My Screen

This option shares the Teacher screen to all or select Students, allowing them to follow along. When this option is enabled, the Teacher console will be minimized.&#x20;

If there are no Students selected, the Teacher screen will be shared with *All* Students in the class.

When the Teacher console is minimized, Teachers can make annotations on the Teacher screen in the process of screen sharing. To stop sharing screen, click the *Stop* icon.&#x20;

{% hint style="info" %}
Teachers have the option to pull up the Teacher console while sharing their screen. To stop sharing screen when the Teacher console is up, click *Stop Screen Share*, or click *Share*, then click *Stop*.&#x20;
{% endhint %}

![Sharing the Teacher's Screen with a Student](/files/Huzo7WxjilC5qEz6vHND)

1. Select the Student computer(s) to share the Teacher's screen with.
2. Click *Share*.
3. Click *Start* next to the *Share My Screen* option.
4. Click *Confirm*. &#x20;

<div align="left"><img src="/files/-Mk9igo2yfhp5VZYvAQN" alt="Confirm the Screen Sharing"></div>

On the selected Student computers, the Teacher's screen will now appear on the screen.

![The Teacher's Screen Shared on the Student's Computer](/files/-Mk9j0AiEBzN69ghBmBI)

On the Teacher screen, the Teacher can make annotations by clicking <img src="/files/-Mk9jw0DIIkHp1JBtZWg" alt="" data-size="line">, or stop sharing the Teacher screen by clicking <img src="/files/-Mk9leMfLMGvMN1rOuYO" alt="" data-size="line">.&#x20;

![Annotating Enabled on Teacher's Screen](/files/-Mk9lPb7X162906rvG1e)


---

# 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.faronics.com/faronics-insight-docs/using-faronics-insight/the-insight-teacher-console/sharing/share-my-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.
