From a06f7cb04d255d779e7a6aab0fe39ef4e5b714ab Mon Sep 17 00:00:00 2001 From: ayana Date: Tue, 10 Jun 2025 10:34:36 -0700 Subject: [PATCH] Update functions docs --- docs/features/plugin/index.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/features/plugin/index.mdx b/docs/features/plugin/index.mdx index 90a6847..d819ff2 100644 --- a/docs/features/plugin/index.mdx +++ b/docs/features/plugin/index.mdx @@ -52,6 +52,14 @@ For instance, maybe you want to: Without functions, these would all be out of reach. But with this framework in Open WebUI, you can easily extend these features! +### Where to Find and Manage Functions + +Functions are not located in the same place as Tools. + +- **Tools** are about model access and live in your **Workspace tabs** (where you add models, prompts, and knowledge collections). +- **Functions** are about **platform customization** and are found in the **Admin Panel**. +They are typically managed by admins who want to extend the platform interface or behavior for all users. + ### Summary of Differences: - **Tools** are things that allow LLMs to **do more things** outside their default abilities (such as retrieving live info or performing custom tasks based on external data). - **Functions** help the WebUI itself **do more things**, like adding new AI models or creating smarter ways to filter data.