> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/de/raccourcis/application-raccourcis.md).

# App „Kurzbefehle“ — Nützliche Links

### Einführung

**Verknüpfungen** ist die Verwaltung von nützlichen Links von Steeple. Sie ermöglicht es, Links zu internen oder externen Ressourcen (Websites, Dokumente, Online-Tools usw.) innerhalb der Organisation zu zentralisieren und zu teilen.

### Was der Assistent tun kann

Mit dem Umfang **Verknüpfungen**, kann der Assistent:

* **Auflisten** alle Kurzlinks der Organisation (mit Suche und Paginierung)
* **Einsehen** die Details eines Kurzlinks (Name, Link, Ersteller, Zielgruppe)
* **Erstellen** einen neuen Kurzlink mit Name, URL und Zielgruppe
* **Bearbeiten** einen bestehenden Kurzlink (Name, Link, Zielgruppe)
* **Löschen** einen Kurzlink

### Verknüpfungstypen

* **Link** : URL zu einer externen oder internen Website
* **Dokument** : Verweis auf ein Dokument der Steeple-Plattform
* **Medien** : Mediendatei mit Miniaturansicht

### Sichtbarkeit und Zielgruppe

Jeder Kurzlink hat eine Zielgruppe, die festlegt, wer ihn sehen kann:

* **Administratoren** : nur für Administratoren sichtbar
* **Benutzer** : für bestimmte Benutzer sichtbar
* **Gruppen (Communities)** : sichtbar für Mitglieder bestimmter Communities
* Um die gesamte Organisation anzusprechen, die Haupt-Community verwenden

### Administrationsfunktionen

* **Einstellungen** : festlegen, wer die Kurzlinks verwalten kann (erstellen, bearbeiten, löschen)
  * Alle Administratoren
  * Bestimmte Benutzer
  * Bestimmte Gruppen/Communities

### Anzeige auf Benutzerseite

#### Im Browser

#### Auf Touchscreens / TV

Die Kurzlinks werden auch als Widget auf den Steeple-TV-Bildschirmen angezeigt, in einem optimierten Rasterformat mit horizontalem Scrollen.

### Navigation

Die Kurzlinks-App ist über das Hauptmenü von Steeple zugänglich. Falls sie nicht erscheint, ihre Sichtbarkeit überprüfen in **Administration** > **Anwendungen** (`/administration/apps`).


---

# 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://help.steeple.com/de/raccourcis/application-raccourcis.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.
