> For the complete documentation index, see [llms.txt](https://austria-climbing.gitbook.io/website/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://austria-climbing.gitbook.io/website/readme.md).

# Einleitung/Allgemeines

Die Mitglieder- und Auswertungsdatenbank des KVÖ wurde Anfang des Jahres 2023 veröffentlicht und wird seitdem, unter anderem, für verschiedenste regionale, nationale und internationale Wettkämpfe als Auswertungs-Software verwendet. Im folgenden Handbuch wird die Auswertung mit der KVÖ Software von der Anlage eines Bewerbs bis zum Endergebnis beschrieben. Dabei werden verschiedenste Arten und Modi von Wettkämpfen abgedeckt. Am Ende des Handbuchs befindet sich außerdem ein Kapitel mit häufig gestellten Fragen zur Auswertung.

Dieses Handbuch ist ein Dokument, welches sich (z.B. auf Grund von Updates der Datenbank) ständig ändern kann. Die aktuelle Version wird immer online, auf der KVÖ Website, zur Verfügung gestellt. Änderungen zur Vorversion werden entsprechend markiert.

Neben der Auswertung wird auch die Mitgliederverwaltung über die KVÖ Datenbank abgewickelt, außerdem gibt es ein *Coaching Tool*, zur Aufzeichnung von Ergebnissen / Leistungen der Athlet:innen, sowie das *Statistik Tool*, welches vor allem für die Arbeit von Funktionär:innen anschauliche Zahlen und Daten liefern kann.

Diese Tools werden im vorliegenden Handbuch nicht beschrieben, sondern mit den betreffenden Personengruppen individuell besprochen.

**Bei Fragen zur Auswertung und Unterstützung für Auswerter:innen:**

Julia Pinggera (Eventmanagement KVÖ)

<j.pinggera@austriaclimbing.com> | 0664 / 4387518

**Allgemeine Anfragen zur KVÖ Datenbank:**

KVÖ Geschäftsstelle - <data@austriaclimbing.com>

**Testserver:**

Für alle Auswerter:innen und Landesverbands-Admins gibt es einen Testserver in dem man das Anlegen und Auswerten von Wettkämpfen üben kann. Für den Zugang zum Testserver, wendet euch bitte an den KVÖ.


---

# 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://austria-climbing.gitbook.io/website/readme.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.
