> For the complete documentation index, see [llms.txt](https://doc.vinland-uhc.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.vinland-uhc.fr/accueil.md).

# Accueil

## ⚔️ Vinland Saga UHC

Le guide suit le fonctionnement du plugin.

Il détaille les **38 rôles**, leurs limites et leurs liens.

### Camps et victoire

Les **Protagonistes** gagnent ensemble. Les **Antagonistes** gagnent ensemble. Le **Royaume** gagne ensemble. Les **Solos** gagnent seuls.

Les rôles **Duo** ne créent pas un camp séparé.

[Thorfinn](/protagonistes/thorfinn.md) et [Ylva](/protagonistes/ylva.md) gagnent avec les **Protagonistes**. [Canute](/royaute/canute.md) et [Wulf](/royaute/wulf.md) gagnent avec le **Royaume**.

La victoire tombe quand il ne reste qu'un seul camp vivant.

Un **Solo** doit être le dernier camp restant.

### Répartition des rôles

* 🗡️ **18** [**Protagonistes**](/protagonistes/vue-densemble.md)
* ⚔️ **12** [**Antagonistes**](/antagonistes/vue-densemble.md)
* 👑 **6** [**Royaume**](/royaute/vue-densemble.md)
* 💢 **2** [**Solos**](/solos/vue-densemble.md)

### Accès rapide

* 🗡️ [Protagonistes](/protagonistes/vue-densemble.md)
* ⚔️ [Antagonistes](/antagonistes/vue-densemble.md)
* 👑 [Royaume](/royaute/vue-densemble.md)
* 💢 [Solos](/solos/vue-densemble.md)
* 🎲 [Événements aléatoires](/evenements-aleatoires.md)
* 🧰 [Limite de stuff](/limite-de-stuff.md)
* 📘 [Glossaire](/glossaire.md)


---

# 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://doc.vinland-uhc.fr/accueil.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.
