> 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/applications.md).

# AISL Applications

AISL operates and administers selected applications for **teaching, learning, research, experimentation, prototyping, and project work**. Together, these services provide a practical view of the application layer used across parts of the AISL toolstack.

For collaborators and prospective partners, this section also provides a high-level overview of the environments we work with. **Access to AISL-hosted applications is generally limited to approved FHNW users and activities** unless a specific project arrangement provides otherwise.

{% hint style="info" %}
**Access:** For LiteLLM, Open WebUI, Langflow, and n8n, an FHNW user's account must be enabled before first use. Access is either granted on request or pre-enrolled for a module, course, research activity, or project.
{% endhint %}

{% hint style="warning" %}
**Test and teaching environment:** AISL-hosted applications 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 %}

## Service use

* **Non-commercial use only.** AISL services are provided for teaching, learning, research, experimentation, and related project work.
* **Request metadata:** By using an AISL service, you consent to the collection and use of request metadata to support research and service operation.
* **API key security:** Keep any API keys or access credentials secure. Do not share them publicly or include them in client-side code.

## Applications

<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>LiteLLM</strong><br>Generate your own LLM access keys and use supported AI models.</td><td>Best for managed model access in tools, prototypes, and projects.</td><td><a href="/pages/IgUaU644XvOcarWmQt7A">/pages/IgUaU644XvOcarWmQt7A</a></td></tr><tr><td><strong>Open WebUI</strong><br>Browser-based chat with supported AI models.</td><td>Best for direct conversational use and model exploration.</td><td><a href="/pages/2QuOjMclUu7KJu9vk60o">/pages/2QuOjMclUu7KJu9vk60o</a></td></tr><tr><td><strong>Langflow</strong><br>Visual environment for AI and agent workflows.</td><td>Best for rapid prototyping and workflow experimentation.</td><td><a href="/pages/5CSghs79C0BtBDK9slJw">/pages/5CSghs79C0BtBDK9slJw</a></td></tr><tr><td><strong>n8n</strong><br>Visual environment for automations and tool connections.</td><td>Best for workflow automation and tool-connected prototypes.</td><td><a href="/pages/bSXR1NfKWSUEKeSBIJuw">/pages/bSXR1NfKWSUEKeSBIJuw</a></td></tr><tr><td><strong>DigiBP</strong><br>Process-management environment used in selected modules and project work.</td><td>Available where it is part of a specific exercise or project.</td><td><a href="/pages/QaYzYdSbHqEluzwabo6Z">/pages/QaYzYdSbHqEluzwabo6Z</a></td></tr><tr><td><strong>Additional HSW Services</strong><br>Flowable, Trisotech, and Visual Paradigm for selected modules.</td><td>Services and licenses administered for FHNW School of Business teaching.</td><td><a href="/pages/kmXVQQQ9afLcrJHnhiiP">/pages/kmXVQQQ9afLcrJHnhiiP</a></td></tr></tbody></table>

## Access and help

{% hint style="success" %}
**Request access:** Email <engines@aisl.science> with the application name and a short description of your course, teaching activity, research activity, or project.
{% endhint %}

AISL does not provide a formal support service. For access questions, documentation corrections, or questions about the documented toolstack, contact <engines@aisl.science>.


---

# 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/applications.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.
