> 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/no/admin/users.md).

# Brukere

{% hint style="info" %}
Merk: «Brukere» er **ikke** det samme som «ressurser». Ressurser er bookbare/påkrevde enheter (teammedlemmer, rom, utstyr). Brukere er personer som kan logge inn i adminverktøy.
{% endhint %}

## Adminportal: Brukere (tilgang, roller og tillatelser)

Denne veiledningen forklarer hvordan personer i organisasjonen din får tilgang til Sesami adminverktøy, og hva du bør vurdere når du gir tillatelser.

### Vanlige brukerroller

* **Eier / administrator** - Full tilgang til alle funksjoner og innstillinger
* **Lokasjonsleder** - Administrerer bookinger, ressurser og tjenester for sin(e) lokasjon(er)
* **Teammedlem / ressursoperatør** - Ser sin egen timeplan, sjekker inn kunder og administrerer sine egne bookinger
* **Resepsjon / POS-personell** - Ser og oppretter bookinger, begrenset admin-tilgang
* **Skrivebeskyttet** - Ser bare bookinger og timeplaner

### Onboarding av en ny bruker (sjekkliste)

{% stepper %}
{% step %}

#### Opprett eller bekreft Shopify-ansattkontoen

Sørg for at personen har en Shopify-ansattkonto (opprett en hvis nødvendig).
{% endstep %}

{% step %}

#### Tildel riktig rolle/tillatelser

Gi riktig rolle eller de tillatelsene som samsvarer med ansvarsområdene deres (eier/administrator, leder, resepsjon/POS, skrivebeskyttet).
{% endstep %}

{% step %}

#### Bekreft at de kan få tilgang til Sesami-adminsidene

Bekreft at brukeren kan logge inn og få tilgang til Sesami-adminsidene de trenger.
{% endstep %}
{% endstepper %}

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

#### Brukergrenser per plan

Antallet brukere du kan opprette avhenger av abonnementet ditt:

| Plan    | Brukergrense      | Tilgangsnivå         |
| ------- | ----------------- | -------------------- |
| Liten   | 1 bruker          | Butikk: les og skriv |
| Pro     | Opptil 5 brukere  | Butikk: les og skriv |
| Premium | Opptil 10 brukere | Full brukertilgang   |


---

# 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/no/admin/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.
