> 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/fr/analyser-et-exporter/advanced-search/advanced-search-syntax.md).

# Exemples de recherche avancée

## Utilisateurs

**Obtenir tous les utilisateurs allemands :**

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

***

**Obtenir tous les utilisateurs d’un département spécifique :**

[`department:"Département des ventes"`](https://portal.realmjoin.com/users/all?search=department%3A%22Sales%20Department%22)

***

**Obtenir tous les utilisateurs ayant le poste de CEO :**

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

***

**Obtenir tous les utilisateurs ayant le poste de CEO et ne se trouvant pas en Allemagne :**

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

***

**Obtenir tous les utilisateurs commençant par ADM- avec un département vide :**

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

***

**Obtenir tous les utilisateurs avec le code postal 63065 :**

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

***

**Lister tous les utilisateurs avec un domaine spécifique :**

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

***

## Groupes

**Obtenir tous les groupes statiques :**

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

***

**Obtenir tous les groupes dynamiques :**

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

***

## Appareils

**Obtenir tous les appareils Windows 11 version 22H2 :**

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

***

**Obtenir toutes les imprimantes :**

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

***

**Obtenir tous les appareils Dell XPS :**

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

***

**Obtenir tous les appareils avec RealmJoin Version 4.19 installée :**

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

***

**Obtenir tous les Surface Hub :**

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

***

## Packages

**Obtenir tous les paquets RealmJoin (de base) :**

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

***

**Obtenir tous les paquets Intune (de base) :**

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

***

**Obtenir tous les paquets Intune (gérés) :**

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

***

**Obtenir tous les paquets RealmJoin (gérés) :**

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

***

**Obtenir tous les paquets avec un aperçu en cours :**

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

***

**Obtenir tous les paquets "PreRelease" (obsolètes) :**

[`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/fr/analyser-et-exporter/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.
