Skip to content

Commit 545ec72

Browse files
committed
Use the new screenshots on the pages they belong to
The previous commit added the images but only four of them were referenced, so the rest sat in the repository unused. Places each one on the page that describes it: the workspace lists and the model editor, the notes list, the chat rendering and history search, and the admin panes on the feature pages that send readers there (documents, web search, images, audio, connections, authentication, users, analytics, evaluations, sub-agents, code execution, external tools, task models and database).
1 parent 17495f5 commit 545ec72

23 files changed

Lines changed: 60 additions & 2 deletions

File tree

docs/features/administration/analytics/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ All analytics data is derived from the message history stored in your instance's
3636
2. Click your profile icon and open **Settings**
3737
3. Open the **Admin** section and select **Analytics**, listed under **Quality**
3838

39+
![The analytics dashboard](/images/admin/admin-analytics.png)
40+
3941
The dashboard is no longer a separate page. It opens in the settings window next to your personal settings, and the old `/admin/analytics` URL redirects there. If [`ENABLE_ADMIN_ANALYTICS`](/reference/env-configuration#enable_admin_analytics) is off, that URL redirects to the Admin Panel user list instead and the Analytics entry is not listed.
4042

4143
---

docs/features/administration/evaluation/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ title: "Evaluation"
77

88
Meet **Alex**, a machine learning engineer at a mid-sized company. Alex knows there are numerous AI models out there (GPTs, LLaMA, and many more) but which one works best for the job at hand? They all sound impressive on paper, but Alex can’t just rely on public leaderboards. These models perform differently depending on the context, and some models may have been trained on the evaluation dataset (sneaky!). Plus, the way these models write can sometimes feel … off.
99

10+
![Evaluation and arena settings](/images/admin/admin-evaluations.png)
11+
1012
That's where Open WebUI comes in. It gives Alex and their team an easy way to evaluate models based on their actual needs. No convoluted math. No heavy lifting. Just thumbs up or thumbs down while interacting with the models.
1113

1214
### TL;DR

docs/features/administration/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Open WebUI gives administrators a full operational toolkit. Track which models y
3232
| 📢 **[Banners](./banners)** | Customizable system-wide announcements with dismissible notifications |
3333
| 🔔 **[Webhooks](./webhooks)** | Automated notifications for user sign-ups, chat completions, and external service integration |
3434

35+
![Admin settings, General](/images/admin/admin-general.png)
36+
3537
---
3638

3739
## Analytics

docs/features/authentication-access/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Open WebUI is multi-user from day one. Whether you're running a personal instanc
3333
| 📋 **[SCIM 2.0](./auth/scim)** | Automated user and group provisioning and deprovisioning from your IdP |
3434
| 🔐 **[API Keys](./api-keys)** | Programmatic access for scripts, bots, pipelines, and integrations |
3535

36+
![Authentication settings in the admin panel](/images/admin/admin-authentication.png)
37+
3638
---
3739

3840
## How It Fits Together

docs/features/authentication-access/rbac/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Avoid configuring management/master keys for general user traffic unless your de
2727
* Understand the difference between Admins and Users.
2828
* Learn about Admin limitations and security/privacy configurations.
2929

30+
![The user list in the admin panel](/images/admin/users-list.png)
31+
3032
* [🔒 **Permissions**](./permissions.md)
3133
* Explore the full list of available permission toggles.
3234
* Understand granular controls for Chat, Workspace, and Features.

docs/features/chat-conversations/audio/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import DocCardList from '@theme/DocCardList';
1919
style={{ width: '100%', margin: '0.25rem 0 1.75rem' }}
2020
/>
2121

22+
![Speech to text and text to speech settings](/images/admin/admin-audio.png)
23+
2224
Talk to Open WebUI and have it talk back. Dictate with speech-to-text and hear responses with text-to-speech, across a range of engines and voices.
2325

2426
<DocCardList />

docs/features/chat-conversations/chat-features/code-execution/python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ title: "Python Code Execution"
99

1010
Open WebUI provides two ways to execute Python code:
1111

12+
![Code execution settings](/images/admin/admin-code-execution.png)
13+
1214
1. **Manual Code Execution**: Run Python code blocks generated by LLMs using a "Run" button in the browser (uses Pyodide/WebAssembly).
1315
2. **Code Interpreter**: An AI capability that allows models to automatically write and execute Python code as part of their response (uses Pyodide or Jupyter).
1416

docs/features/chat-conversations/chat-features/history-search.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Open WebUI provides a powerful system for managing and navigating your previous
1111

1212
All your conversations are automatically saved in the **Sidebar**.
1313

14+
![Searching chat history](/images/features/chat/history-search.png)
15+
1416
* **Persistence**: Chats are saved to the internal database (`webui.db`) and are available across all your devices.
1517
* **Organization**: Chats are grouped by time period (Today, Yesterday, Previous 7 Days, etc.).
1618
* **Unread Indicator**: Chats with new activity show an unread dot in the sidebar until you open them. A chat's three-dot menu has **Mark as unread** to put the dot back; a folder's menu, and the **Chats** section header's own menu, both have **Mark all as read** to clear a folder or your whole chat list in one go.

docs/features/chat-conversations/chat-features/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ Open WebUI provides a comprehensive set of chat features designed to enhance you
2323

2424
- **[📁 Folders & Projects](./conversation-organization.md)**: Transform folders into powerful project workspaces with custom system prompts and attached knowledge bases.
2525

26+
![The same response continued, with a rendered mermaid diagram and a task list](/images/features/chat/chat-rich-answer-2.png)
27+
28+
![A response with a syntax-highlighted code block](/images/features/chat/chat-code-answer.png)
29+
30+
![A response rendering LaTeX, a table and a mermaid diagram](/images/features/chat/chat-rich-answer.png)
31+
32+
![A new chat with the model selector and prompt suggestions](/images/features/chat/new-chat-placeholder.png)
33+
2634
- **[🔗 URL Parameters](./url-params.md)**: Configure chat sessions through URL parameters, enabling quick setup of models, tools, and other features.
2735

2836
- **[⚙️ Chat Parameters](./chat-params.md)**: Control system prompts and advanced parameters at different levels (per-chat, per-account, or per-model), and fill placeholders in a shared system prompt with chat or user variables.

docs/features/chat-conversations/chat-features/subagents.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Sub-agents are disabled by default. An administrator enables them with the [`ENA
1515

1616
Delegation buys focus and parallelism:
1717

18+
![Sub-agent settings](/images/admin/admin-subagents.png)
19+
1820
- **A clean context per task.** The sub-agent gets the task and only the context handed to it, instead of the whole conversation, so a long chat does not dilute the work.
1921
- **Real parallelism.** When a model requests several delegations in one reply, they run at the same time rather than one after another.
2022
- **A short answer back.** Only the sub-agent's final result returns to the parent chat. The intermediate tool calls, searches and dead ends stay in the sub-agent's own chat.

0 commit comments

Comments
 (0)