> For the complete documentation index, see [llms.txt](https://docs.fullwhere.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullwhere.com/commencer/groupes-de-localisations.md).

# Groupes de localisations

{% hint style="success" %}
**EN BREF**

Regrouper vos localisations dans des ensembles qui font sens pour vous (géographique, marketing, etc.).

Utiliser ces regroupement pour affiner vos analyser, filtrer vos données, envoyer des rapports spécifiques ou définir des logiques d'automatisation propres à certains ensembles de localisations.
{% endhint %}

{% hint style="info" icon="shield-check" %}
**DROITS D'ACCÈS**

Pour modifier les Groupes de localisations de votre espace Fullwhere, il faut être un membre superviseur avec des droits Administrateur.
{% endhint %}

## Créer un groupe de localisations <a href="#h_75df943803" id="h_75df943803"></a>

Rendez-vous dans Paramètres en bas à gauche du menu de navigation, puis accédez au menu [Groupes de localisations](https://app.fullwhere.com/settings/groups).

Cliquer sur Créer un groupe et compléter ses informations sur le volet de droite

1. Nommer votre groupe et attribuez-lui une couleur
2. Ajouter un code d'identification que vous utilisez en interne
3. Vous pouvez au besoin renseigner une description
4. Enfin, choisissez les localisations à affecter à ce groupe
5. Cliquez sur Créer un groupe

## Modifier un groupe de localisations <a href="#h_f63db1e1db" id="h_f63db1e1db"></a>

Lorsque vous cliquez sur un Groupe de localisations, vous pouvez modifier dans le volet de droite l'ensemble des informations du groupe et modifier les localisations faisant partie du groupe.

***


---

# 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.fullwhere.com/commencer/groupes-de-localisations.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.
