> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/es-console/herramientas/compartir-pantalla.md).

# Compartir pantalla

Esta es una función propia de una videollamada en curso, podrás usarla ya sea en una llamada en vivo o previamente agendada.

Tienes tres opciones:

* Pantalla completa
* Ventana
* Pestaña del navegador

{% embed url="<https://www.loom.com/share/2517b9ab638e4ed68f61d7fdbd07e6d6>" %}

### Pantalla completa

En el modo de pantalla completa compartirás todo el contenido de tu pantalla incluso otros programas si cambias la vista a ellos.

<figure><img src="/files/H2But140R71CQsDZCivv" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Ten cuidado con lo que tu cliente podría estar viendo. Evita mostrar sistemas internos que podrían entregar información confidencial.
{% endhint %}

### Ventana

En el modo de ventana solo de compartirá el contenido de una ventana o programa en particular. Es decir, si deseas compartir la vista de un solo documento entonces te sugerimos seleccionar este modo.

<figure><img src="/files/pDKr6KRSVa3NtXMJHWbU" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Este modo no está disponible en todos los sistemas operativos y navegadores.
{% endhint %}

{% hint style="info" %}
Este modo es el sugerido para maximizar confidencialidad.
{% endhint %}

### Pestaña del navegador

Este modo de pestaña del navegador o habitualmente conocido como *Pestaña de Chrome/Edge* te permite solo compartir una pestaña individualmente.

Dependiendo del sistema operativo y navegador es posible compartir la pestaña incluyendo el audio que se está reproduciendo.

<figure><img src="/files/JO25Q46DEqljt5y8DWQY" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Este modo es sugerido para mostrar contenido dinámico o en movimiento como vídeos, audio y sitios web, debido a que está optimizado para este caso de uso.
{% endhint %}


---

# 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.videsk.io/es-console/herramientas/compartir-pantalla.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.
