I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.
Problem Description
A useful feature I use in virtually every LLM web service is a "project", which is just the ability to automatically seed an LLM with a specific prompt and maybe some reference files. GPT/Grok/Claude/etc all have something like this, but it's absent in Openwebui.
Desired Solution you'd like
Some way to create a named project with a field to enter a prompt, and then start a conversation with an LLM that seeds the conversation with this prompt. The project would then appear in the left hand nav menu so you could reselect an previous conversation or start a new one, again with the pre-seeded prompt.
Alternatives Considered
No response
Additional Context
No response
Originally created by @chrisspen on GitHub (Oct 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18434
### Check Existing Issues
- [x] I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.
### Problem Description
A useful feature I use in virtually every LLM web service is a "project", which is just the ability to automatically seed an LLM with a specific prompt and maybe some reference files. GPT/Grok/Claude/etc all have something like this, but it's absent in Openwebui.
### Desired Solution you'd like
Some way to create a named project with a field to enter a prompt, and then start a conversation with an LLM that seeds the conversation with this prompt. The project would then appear in the left hand nav menu so you could reselect an previous conversation or start a new one, again with the pre-seeded prompt.
### Alternatives Considered
_No response_
### Additional Context
_No response_
@silentoplayz Thanks. I suspected the feature was hidden somewhere, just under a different name.
<!-- gh-comment-id:3420266565 -->
@chrisspen commented on GitHub (Oct 20, 2025):
@silentoplayz Thanks. I suspected the feature was hidden somewhere, just under a different name.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @chrisspen on GitHub (Oct 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18434
Check Existing Issues
Problem Description
A useful feature I use in virtually every LLM web service is a "project", which is just the ability to automatically seed an LLM with a specific prompt and maybe some reference files. GPT/Grok/Claude/etc all have something like this, but it's absent in Openwebui.
Desired Solution you'd like
Some way to create a named project with a field to enter a prompt, and then start a conversation with an LLM that seeds the conversation with this prompt. The project would then appear in the left hand nav menu so you could reselect an previous conversation or start a new one, again with the pre-seeded prompt.
Alternatives Considered
No response
Additional Context
No response
@silentoplayz commented on GitHub (Oct 20, 2025):
Already implemented as folders. See https://docs.openwebui.com/features/chat-features/conversation-organization/#basic-folder-operations
@chrisspen commented on GitHub (Oct 20, 2025):
@silentoplayz Thanks. I suspected the feature was hidden somewhere, just under a different name.