> For the complete documentation index, see [llms.txt](https://docs.tipsight.no/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tipsight.no/brukere.md).

# Brukere

Tipsight lar deg invitere flere redaksjonstilsatte til systemet.\
Alle brukere administreres under **Innstillinger → Brukere**.

## Roller

Det finnes to roller i Tipsight:

* **Admin** — full tilgang til alle funksjoner, inkludert innstillinger og brukeradministrasjon
* **Bruker** — tilgang til tips og daglig bruk, men ikke innstillinger

## Opprette en ny bruker

1. Gå til **Innstillinger** i venstremenyen
2. Klikk på fanen **Brukere**
3. Klikk på **+ Opprett ny bruker** øverst til høyre
4. Fyll inn navn, e-postadresse og velg rolle
5. Brukeren mottar en e-post med en lenke for å sette passord og aktivere kontoen

## Redigere en bruker

1. Finn brukeren i listen
2. Klikk på **rediger-ikonet** (blyant) til høyre for brukeren
3. Gjør endringene og lagre

## Slette en bruker

1. Finn brukeren i listen
2. Klikk på **slett-ikonet** (søppelbøtte) til høyre for brukeren
3. Bekreft slettingen

{% hint style="warning" %}
**Merk:** Sletting av en bruker kan ikke angres.\
Brukeren mister umiddelbart tilgang til systemet.
{% endhint %}


---

# 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:

```
GET https://docs.tipsight.no/brukere.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
