# OPEN WEBUI

- [What is Open WebUI](https://docs.glbnxt.com/workspace/guides/open-webui/what-is-open-webui.md): Open WebUI is the AI chat interface in GLBNXT Workspace. Chat with multiple LLMs, upload documents for Q\&A, and keep data private in your organisation.
- [Your first conversation](https://docs.glbnxt.com/workspace/guides/open-webui/your-first-conversation.md): Start your first AI chat in Open WebUI (GLBNXT Workspace). Create a new chat, pick an AI model (LLM), write better prompts, and manage responses.
- [Working with documents](https://docs.glbnxt.com/workspace/guides/open-webui/working-with-documents.md)
- [Organising your chats](https://docs.glbnxt.com/workspace/guides/open-webui/organising-your-chats.md)
- [Basic settings](https://docs.glbnxt.com/workspace/guides/open-webui/basic-settings.md)
- [Getting more help](https://docs.glbnxt.com/workspace/guides/open-webui/getting-more-help.md)


---

# Agent Instructions: 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:

```
GET https://docs.glbnxt.com/workspace/guides/open-webui.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
