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

# Open WebUI

## What it is

Open WebUI is a **browser-based chat interface** for AI models made available through AISL.

{% hint style="warning" %}
**Test and teaching environment:** Availability and data persistence are not guaranteed. Keep your own copies of important work. AISL assumes no liability for data loss.
{% endhint %}

## What you can do with it

* chat with supported AI models in your browser
* switch between models available to you
* use conversational AI for learning, teaching, exploration, and project work

## Who it is for

FHNW students and instructors who want a straightforward chat interface for supported AISL models.

## Sign in

{% hint style="info" %}
**Sign in:** [Open Open WebUI](https://chat.engines.aisl.science) with your **FHNW account** after access has been enabled.
{% endhint %}

Access is either enabled on request or pre-enrolled for a module, course, or project.

## Important use conditions

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

## Request access

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

## Get help

For access or usage questions, 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/open-webui.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.
