> For the complete documentation index, see [llms.txt](https://docs.aisl.science/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisl.science/home.md).

# Home

**AISL Docs** is the public documentation hub of the **Accountable Intelligent Systems Lab (AISL)**. It documents selected AISL applications, access information, learning and training resources, public artifacts, external tools, and parts of the practical technology stack used in our work.

It is intended for **FHNW students and instructors, researchers, project teams, collaborators, and current or prospective partners** who want to understand or use the tools around AISL's applied AI activities.

{% hint style="info" %}
**Start here:** If you want to use an AISL-hosted application, begin with [Getting Access](/getting-access.md). For learning materials and public AISL resources, see [Learning & Resources](/learning-and-resources.md). If you want to explore the broader toolstack, see [AISL Applications](/applications.md) and [External Tools and Services](/external-tools-and-services.md).
{% endhint %}

{% hint style="warning" %}
**Test and teaching environment:** AISL-hosted services are not production services. Availability, storage, backups, and recovery are not guaranteed. Keep your own copies of important work. AISL assumes no liability for data loss.
{% endhint %}

## Explore AISL Docs

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>AISL Applications</strong></td><td>Explore the applications operated or administered for teaching, research, and project work.</td><td><a href="/pages/XvvdbjPJh5ihQa747EWd">/pages/XvvdbjPJh5ihQa747EWd</a></td></tr><tr><td><strong>Getting Access</strong></td><td>Learn how access and pre-enrollment work for FHNW users.</td><td><a href="/pages/cyGgjZC6BizOCKkNc9ZD">/pages/cyGgjZC6BizOCKkNc9ZD</a></td></tr><tr><td><strong>Learning &#x26; Resources</strong></td><td>Find training material, tutorials, public AISL resources, and selected learning-oriented starting points.</td><td><a href="/pages/MoTaYAAeohosghMZJgqs">/pages/MoTaYAAeohosghMZJgqs</a></td></tr><tr><td><strong>External Tools and Services</strong></td><td>Explore external compute, notebook, developer, and AI services relevant to our toolstack.</td><td><a href="/pages/QwSDdW8F6pe11GGXZRIK">/pages/QwSDdW8F6pe11GGXZRIK</a></td></tr><tr><td><strong>Events and Community</strong></td><td>Find AISL-related hackathons, challenges, and community activities.</td><td><a href="/pages/Cll3NfvNnnoFLbNl87BG">/pages/Cll3NfvNnnoFLbNl87BG</a></td></tr></tbody></table>

## About this documentation

{% hint style="info" %}
**AI-assisted and agentic documentation:** Most content in AISL Docs is produced through AI-assisted and agentic documentation workflows based on detailed instructions from domain experts and subsequent human review. This allows us to document a broad and rapidly changing toolstack efficiently, but it does not guarantee that every detail is complete or current.
{% endhint %}

Information about **external tools and services** changes particularly quickly and cannot be continuously maintained or manually re-verified. Always confirm current quotas, pricing, eligibility, privacy terms, and product capabilities on the provider's official website before relying on them.

## Access, questions, or corrections

{% hint style="success" %}
**Contact:** <engines@aisl.science>
{% endhint %}

For access requests, include the **application name** and a short description of the intended use, such as a course, teaching activity, research activity, or project. AISL does not provide a formal support service.


---

# 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.aisl.science/home.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.
