# Oversikt

Du kan kjøre din egen instans av Verbal Warning Logger på enhver maskin som støtter Python 3.10+. Boten lagrer all advarsels- og avstemningsdata lokalt i SQLite-filer — den eneste eksterne avhengigheten er en valgfri Supabase-tilkobling for Auttaja historiske data.

## Fremgangsmåte i korte trekk

1. [Forutsetninger](/no/egen-hosting/prerequisites.md) — bekreft Python-versjonen, installer pip osv.
2. [Oppsett av Discord-bot](/no/egen-hosting/discord-setup.md) — opprett applikasjonen og hent tokenet ditt.
3. [Installasjon](/no/egen-hosting/installation.md) — klon repoet og installer avhengighetene.
4. [Konfigurasjon](/no/egen-hosting/configuration.md) — opprett din `.env` fil.
5. [Kjøre boten](/no/egen-hosting/running.md) — start boten og bekreft at den fungerer.


---

# Agent Instructions: 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.vigila.augystudios.com/no/egen-hosting/self-hosting.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.
