# Richtlinien (WIP)

## Sprache

Jegliche Comments, Commits und Dokumentationen sollten auf Deutsch verfasst werden. Fachausdrücke müssen nicht übersetzt werden.

## Issues

Wenn in GitHub Issues geschlossen werden, sollten relevante Commits als Kommentar auf der jeweiligen Issue verlinkt werden.

{% hint style="info" %}
Wie füge ich den Issues relevante Commits hinzu?

1. Auf der Sartseite des Repositories auf "Commits" klicken
2. Den relevanten Commit raussuchen
3. Auf das Kopieren-Symbol klicken ("Copy full SHA for ...")
4. In der Issue diesen Code einfügen, GitHub konvertiert diesen automatisch zu einem Link
   {% endhint %}


---

# 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://basyx-security-plugin.gitbook.io/basyx-security/home/richtlinien-wip.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.
