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

# Planering av turnering

- [Turneringskalkylator](https://docs.scoreholio.com/sv/tournament/tournament-calculator.md): Här kan du hitta ungefär hur mycket tid du behöver för att köra dina turneringar samt en kalkylator som hjälper dig att räkna ut utbetalningar.
- [Turneringsformat](https://docs.scoreholio.com/sv/tournament/tournament-formats.md)
- [Round Robin](https://docs.scoreholio.com/sv/tournament/tournament-formats/round-robin.md): Scoreholios Round Robin-format låter lag tävla mot slumpmässiga motståndare samtidigt som det säkerställer att de inte möter samma lag två gånger. En löpande topplista följer resultaten, och när alla omgångar är slutf...
- [Enkel utslagning](https://docs.scoreholio.com/sv/tournament/tournament-formats/single-elimination.md)
- [Dubbel utslagning](https://docs.scoreholio.com/sv/tournament/tournament-formats/double-elimination.md)
- [Gruppspel](https://docs.scoreholio.com/sv/tournament/tournament-formats/pool-play.md): Rättvisa matcher, snabb action och allt det roliga
- [Ställ in schema](https://docs.scoreholio.com/sv/tournament/tournament-formats/stall-in-schema.md): Planera en liga som varar i veckor för din grupp. Scoreholio håller koll på statistiken under veckornas gång.
- [Swissholio](https://docs.scoreholio.com/sv/tournament/tournament-formats/swissholio.md): Round Robin-spel där lag möter andra lag med liknande resultat
- [Stege](https://docs.scoreholio.com/sv/tournament/tournament-formats/stege.md)
- [Utslagning](https://docs.scoreholio.com/sv/tournament/tournament-formats/knockout.md)
- [Lagskapande](https://docs.scoreholio.com/sv/tournament/team-generation.md)
- [Lottning med dold dragning](https://docs.scoreholio.com/sv/tournament/team-generation/blind-draw-1.md)
- [Blind dragning utan gråt](https://docs.scoreholio.com/sv/tournament/team-generation/blind-draw-1/no-crybaby-blind-draw.md): Undvik att få samma partner i följd vid på varandra följande blinda dragningar.
- [Switcholio](https://docs.scoreholio.com/sv/tournament/team-generation/switcholio.md)
- [Delad Switch](https://docs.scoreholio.com/sv/tournament/team-generation/delad-switch.md): Vårt populära Switcholio-format uppdelat i två grupper. Vad kan vara roligare
- [Ställ in lag och singel](https://docs.scoreholio.com/sv/tournament/team-generation/set-teams.md)
- [Squadholio](https://docs.scoreholio.com/sv/tournament/team-generation/squadholio.md): "Det här är den roligaste turneringen du någonsin kommer att arrangera" - Scoreholio-ägaren Benjamin Budhu
- [MLP - Flernivåspel](https://docs.scoreholio.com/sv/tournament/team-generation/mlp-flernivaspel.md): I princip en miniturnering mellan två lag med alternativ att spela dubbel eller en blandning av dubbel/singel.
- [Handikapp för Cornhole](https://docs.scoreholio.com/sv/tournament/handikapp-for-cornhole.md): Scoreholios handikappsystem är utformat för att jämna ut spelplanen och ge varje spelare eller lag en rättvis chans oavsett skicklighetsnivå.
- [DUPR för pickleball](https://docs.scoreholio.com/sv/tournament/dupr-for-pickleball.md): Spelare kan koppla sina DUPR-konton till sina Scoreholio-profiler och arrangörer kan enkelt skicka tillbaka turneringsresultat till DUPR med ett knapptryck


---

# 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://docs.scoreholio.com/sv/tournament.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.
