> For the complete documentation index, see [llms.txt](https://shoppa.gitbook.io/knowledge-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppa.gitbook.io/knowledge-hub/ovrigt/butiksgrupper.md).

# Butiksgrupper

**Butiksgrupper** är en funktion som släpptes i Shoppa 3.6.

Butiksgrupper gör det möjligt för huvudkontoret att publicera material, såsom bilder, mallar och tryckkampanjer, till ett urval av butiker.

Detta är användbart när en kampanj eller mall endast ska vara synlig för några utvalda butiker.

#### Hantera butiksgrupper

För att använda butiksgrupper måste du konfigurera och definiera vilka butiker som tillhör en viss butiksgrupp.\
En specifik butik kan vara medlem i flera butiksgrupper och kommer att ta emot material baserat på alla medlemskap.

1. Gå till filmenyn och klicka på **Hantera butiksgrupper**.
2. När fönstret **Hantera butiksgrupper** har öppnats, lägg till en ny grupp genom att skriva in namnet i fältet under **Lägg till butiksgrupp** och klicka på plustecknet (+).
3. Till höger om din butiksgrupp ser du butikerna som är kopplade till din kedja. Välj de butik(er) som ska tilldelas butiksgruppen.
4. Klicka på **Lägg till i grupp**.

#### Tilldela material:

1. Högerklicka på en mall eller en bild och välj **Synlighet**.
2. Markera de grupper som ska ha tillgång till materialet.
3. Klicka på **OK**.

Materialet kommer nu att visas endast för de butiker som tillhör butiksgruppen.

#### Tillämpa filter baserat på butiksgrupp

För att se vilket material en butik kommer att få baserat på butiksgruppstilldelning kan du tillämpa ett filter för butiksgrupp.\
Filtret kan ställas in från användarmenyn eller från mall- eller bildfliken genom att klicka på filterikonen i sökfältet.


---

# 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://shoppa.gitbook.io/knowledge-hub/ovrigt/butiksgrupper.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.
