> For the complete documentation index, see [llms.txt](https://docs.ariscorp.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ariscorp.de/allgemein/grundlegende-informationen/wichtige-links.md).

# Wichtige Links

#### Die Website der ArisCorp: <a href="#homepage-link" id="homepage-link"></a>

{% embed url="<https://www.ariscorp.de>" %}
(LIVE) Website der ArisCorp
{% endembed %}

Das hier ist die (LIVE) Website der ArisCorp! Hier findet man alle Informationen zur ArisCorp (inkl. der Charta) unsere ArisCorp Comm-Links, den VerseExkurs und in Zukunft noch etwas großes. ^

#### Die PTU Seite der ArisCorp <a href="#ptu-link" id="ptu-link"></a>

{% embed url="<https://ptu.ariscorp.de>" %}
PTU Seite der ArisCorp
{% endembed %}

Hier können Mitglieder die Entwicklung der ArisCorp-Seite mitverfolgen und natürlich auch mitwirken! \
\
**Diese Seite sollte wenn möglich nicht nach außen getragen werden**, da hier keine Korrektheit der Informationen garantiert ist und Bugs auftreten könnten. Wobei SC Spieler das ja gewöhnt sind ^^.

#### Das Backend der ArisCorp Seite <a href="#backend-link" id="backend-link"></a>

{% embed url="<https://cms.ariscorp.de>" %}
Backend der ArisCorp
{% endembed %}

Hier werden alle Daten erstellt, geschrieben und verwaltet. Jedes Mitglied bekommt Login Daten, Die Dokumentation findet ihr [hier](/backend-mitglieder/start-in-das-backend.md).

#### Die Statusseite der ArisCorp

{% embed url="<https://status.ariscorp.de/>" %}
Statusseite der ArisCorp
{% endembed %}

Hier seht ihr wenn Dienste mal ausfallen oder Wartungsarbeiten anfallen. Auch werden hier meistens Live Deployments der Website angezeigt und vieles mehr.

#### Die Release notes Seite der ArisCorp

{% content-ref url="/spaces/WrfTa4vboWl0Ip4JWyPb" %}
[ArisCorp Release notes](https://releases.ariscorp.de/)
{% endcontent-ref %}

Hier könnt ihr alle Release notes zu der ArisCorp Website nachlesen!

#### Der YouTube Kanal der ArisCorp

{% embed url="<https://www.youtube.com/channel/UCYItjNoXGZVqSbUDjjHNwYg>" %}
YouTube Kanal der ArisCorp
{% endembed %}

Hier könnt ihr unseren tollen Trailer und weitere Zukünftige Videos anschauen.


---

# 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.ariscorp.de/allgemein/grundlegende-informationen/wichtige-links.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.
