> 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/analizar-y-exportar/advanced-search/advanced-search-syntax.md).

# Ejemplos de búsqueda avanzada

## Usuarios

**Obtener todos los usuarios alemanes:**

[`country:DE`](https://portal.realmjoin.com/users/all?search=country%3ADE)

***

**Obtener todos los usuarios de un departamento específico:**

[`department:"Departamento de ventas"`](https://portal.realmjoin.com/users/all?search=department%3A%22Sales%20Department%22)

***

**Obtener todos los usuarios con el cargo de CEO:**

[`job:CEO`](https://portal.realmjoin.com/users/all?search=job%3ACEO)

***

**Obtener todos los usuarios con el cargo de CEO que no están en Alemania:**

[`job:CEO country!:Alemania`](https://portal.realmjoin.com/users/all?search=job%3ACEO%20country!%3AGermany)

***

**Obtener todos los usuarios que empiezan por ADM- con un departamento vacío:**

[`name:ADM- department=""`](https://portal.realmjoin.com/users/all?search=name%3AADM-%20department%3D%22%22)

***

**Obtener todos los usuarios con el código postal 63065:**

[`zip:63065`](https://portal.realmjoin.com/users/all?search=zip%3A63065)

***

**Listar todos los usuarios con un dominio específico:**

[`domain.com`](https://portal.realmjoin.com/users/all?search=domain.com)

***

## Grupos

**Obtener todos los grupos estáticos:**

[`IsStatic:1`](https://portal.realmjoin.com/groups/all?search=IsStatic%3A1)

***

**Obtener todos los grupos dinámicos:**

[`IsStatic:0`](https://portal.realmjoin.com/groups/all?search=IsStatic%3A0)

***

## Dispositivos

**Obtener todos los dispositivos con Windows 11 versión 22H2:**

[`os:"Windows 11 (22H2)"`](https://portal.realmjoin.com/devices?search=OS%3D%22Windows%2011%20\(22H2\)%22)

***

**Obtener todas las impresoras:**

[`OS:Impresora`](https://portal.realmjoin.com/devices?compliance=0\&type=0\&search=OS%3APrinter)

***

**Obtener todos los dispositivos Dell XPS:**

[`manu:dell model:xps`](https://portal.realmjoin.com/devices?search=manu%3Adell%20model%3Axps)

***

**Obtener todos los dispositivos con RealmJoin versión 4.19 instalada:**

[`rj:4.19`](https://portal.realmjoin.com/devices?search=rj%3A4.19)

***

**Obtener todos los Surface Hubs:**

[`Model:Surface Hub`](https://portal.realmjoin.com/devices?search=Model%3ASurface%20Hub)

***

## Paquetes

**Obtener todos los paquetes RealmJoin (básicos):**

[`Type:1`](https://portal.realmjoin.com/apps?search=Type%3A1)

***

**Obtener todos los paquetes Intune (básicos):**

[`Type:3`](https://portal.realmjoin.com/apps?search=Type%3A3)

***

**Obtener todos los paquetes Intune (administrados):**

[`Type:5`](https://portal.realmjoin.com/apps?search=Type%3A5)

***

**Obtener todos los paquetes RealmJoin (administrados):**

[`Type:7`](https://portal.realmjoin.com/apps?search=Type%3A7)

***

**Obtener todos los paquetes con una versión preliminar en ejecución:**

[`StatusCurrentPreviewVersionParsed:`](https://portal.realmjoin.com/apps?search=StatusCurrentPreviewVersionParsed%3A)

***

**Obtener todos los paquetes "PreRelease" (obsoletos):**

[`Preview:1`](https://portal.realmjoin.com/apps?search=Preview%3A1)


---

# 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/analizar-y-exportar/advanced-search/advanced-search-syntax.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.
