> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/da/administrator/users.md).

# Brugere

{% hint style="info" %}
Bemærk: “Brugere” er **ikke** det samme som “Ressourcer.” Ressourcer er bookbare/nødvendige enheder (teammedlemmer, lokaler, udstyr). Brugere er personer, der kan logge ind på admin-værktøjer.
{% endhint %}

## Adminportal: Brugere (adgang, roller og tilladelser)

Denne vejledning forklarer, hvordan personer i din organisation får adgang til Sesami-adminværktøjer, og hvad du skal overveje, når du giver tilladelser.

### Almindelige brugerroller

* **Ejer / Administrator** - Fuld adgang til alle funktioner og indstillinger
* **Lokalansvarlig** - Administrerer bookinger, ressourcer og tjenester for deres lokation(er)
* **Teammedlem / Ressourceoperatør** - Ser deres egen kalender, tjekker kunder ind og administrerer deres egne bookinger
* **Reception / POS-medarbejder** - Ser og opretter bookinger, begrænset administratoradgang
* **Kun læsning** - Kan kun se bookinger og tidsplaner

### Onboarding af en ny bruger (tjekliste)

{% stepper %}
{% step %}

#### Opret eller bekræft Shopify-personalkontoen

Sørg for, at personen har en Shopify-personalkonto (opret en, hvis det er nødvendigt).
{% endstep %}

{% step %}

#### Tildel den korrekte rolle/de korrekte tilladelser

Giv den passende rolle eller de passende tilladelser, der matcher deres ansvar (Ejer/Administrator, Manager, Reception/POS, Kun læsning).
{% endstep %}

{% step %}

#### Bekræft, at de kan få adgang til Sesami-adminsiderne

Kontrollér, at brugeren kan logge ind og få adgang til de Sesami-adminsider, de har brug for.
{% endstep %}
{% endstepper %}

<figure><img src="/files/e88ea82a714ee4e11c1db22fe8cf9765f192e451" alt=""><figcaption></figcaption></figure>

#### Brugergrænser efter plan

Antallet af brugere, du kan oprette, afhænger af dit abonnement:

| Plan    | Brugergrænse      | Adgangsniveau      |
| ------- | ----------------- | ------------------ |
| Small   | 1 bruger          | Shop: læs og skriv |
| Pro     | Op til 5 brugere  | Shop: læs og skriv |
| Premium | Op til 10 brugere | Fuld brugeradgang  |


---

# 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://help.sesami.co/da/administrator/users.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.
