> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/es/agente-de-realmjoin/client-menu/realmjoin-tray.md).

# Bandeja de RealmJoin

## Menú del cliente

Después de instalarse correctamente, RealmJoin se inicia automáticamente al iniciar sesión el usuario y permanece activo en segundo plano. Se representa con un icono de tarjeta de identificación.

<figure><img src="/files/884460fe62d466a5e47e1db0001b43b320d21083" alt=""><figcaption></figcaption></figure>

Al hacer clic en el icono se abre el menú del cliente de RealmJoin. Contiene información básica en la parte inferior y varios enlaces en la parte superior. Estos enlaces se organizan en dos secciones diferentes - **Enlaces web** y **Paquetes de software**.

![](/files/5a3c59a4344f5fad3002d4bd0aafa27660bdd835)

**Enlaces web** contiene enlaces web personalizables. Por ejemplo, Google. Cuando un usuario hace clic en el enlace web **Google**, RealmJoin abre Google Search automáticamente.

Los Paquetes de software contienen categorías de software personalizables. Por ejemplo, **Navegador** contiene enlaces a Mozilla Firefox o Google Chrome. Al hacer clic en un enlace, RealmJoin inicia automáticamente un proceso de instalación o actualización (si el software ya está instalado).

Además, RealmJoin ofrece una función remota (**Iniciar sesión remota**). Para obtener más información, lea nuestro [artículo sobre AnyDesk](/es/agente-de-realmjoin/realmjoin-client/anydesk-integration.md).

Otra función útil es **Sincronizar este dispositivo:**

![](/files/ed86849a4056f971b3bea579a566e2270ff43fdf)

Cuando haga clic en **Sincronizar este dispositivo** RealmJoin instalará o actualizará los paquetes obligatorios. Además, **Sincronizar este dispositivo** ayuda a acelerar los procesos en segundo plano (p. ej., esperar nuevos enlaces web o esperar una cuenta de administrador).


---

# 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.realmjoin.com/es/agente-de-realmjoin/client-menu/realmjoin-tray.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.
