[GH-ISSUE #22314] feat: Add tool to show user account information #58361

Closed
opened 2026-05-05 23:02:05 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @webysther on GitHub (Mar 6, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22314

Check Existing Issues

  • I have searched for all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.

Verify Feature Scope

  • I have read through and understood the scope definition for feature requests in the Issues section. I believe my feature request meets the definition and belongs in the Issues section instead of the Discussions.

Problem Description

Today bio of the current user logged don't have tool to retrieve the data to be used in context, like current_user or similar

Desired Solution you'd like

Add a tool to allow get all information of account: name, bio, birtday and gender

Image

This will make more effective the context about current user and no need to add a memory to tell this information to model.

For instance, if a ask the model: Who am I? He don't know.

Alternatives Considered

Add a memory about all this information

Additional Context

Related to https://github.com/open-webui/open-webui/issues/21587#issuecomment-3929649948

Originally created by @webysther on GitHub (Mar 6, 2026). Original GitHub issue: https://github.com/open-webui/open-webui/issues/22314 ### Check Existing Issues - [x] I have searched for all existing **open AND closed** issues and discussions for similar requests. I have found none that is comparable to my request. ### Verify Feature Scope - [x] I have read through and understood the scope definition for feature requests in the Issues section. I believe my feature request meets the definition and belongs in the Issues section instead of the Discussions. ### Problem Description Today bio of the current user logged don't have tool to retrieve the data to be used in context, like `current_user` or similar ### Desired Solution you'd like Add a tool to allow get all information of account: name, bio, birtday and gender <img width="649" height="296" alt="Image" src="https://github.com/user-attachments/assets/6b9e7bca-ba75-40a1-8a89-dd1ff14730c1" /> This will make more effective the context about current user and no need to add a memory to tell this information to model. For instance, if a ask the model: Who am I? He don't know. ### Alternatives Considered Add a memory about all this information ### Additional Context Related to https://github.com/open-webui/open-webui/issues/21587#issuecomment-3929649948
Author
Owner

@Classic298 commented on GitHub (Mar 6, 2026):

https://docs.openwebui.com/features/ai-knowledge/prompts#prompt-variables

User Information:
{{USER_NAME}}: Current user's name
{{USER_EMAIL}}: Current user's email address
{{USER_BIO}}: Current user's bio. Configured in Settings > Account > User Profile. If not set, the variable remains unreplaced.
{{USER_GENDER}}: Current user's gender. Configured in Settings > Account > User Profile. If not set, the variable remains unreplaced.
{{USER_BIRTH_DATE}}: Current user's birth date. Configured in Settings > Account > User Profile. If not set, the variable remains unreplaced.
{{USER_AGE}}: Current user's age, calculated from birth date. If birth date is not set, the variable remains unreplaced.
{{USER_LANGUAGE}}: User's selected language
{{USER_LOCATION}}: User's location (requires HTTPS and Settings > Interface toggle)

<!-- gh-comment-id:4011996834 --> @Classic298 commented on GitHub (Mar 6, 2026): https://docs.openwebui.com/features/ai-knowledge/prompts#prompt-variables User Information: {{USER_NAME}}: Current user's name {{USER_EMAIL}}: Current user's email address {{USER_BIO}}: Current user's bio. Configured in Settings > Account > User Profile. If not set, the variable remains unreplaced. {{USER_GENDER}}: Current user's gender. Configured in Settings > Account > User Profile. If not set, the variable remains unreplaced. {{USER_BIRTH_DATE}}: Current user's birth date. Configured in Settings > Account > User Profile. If not set, the variable remains unreplaced. {{USER_AGE}}: Current user's age, calculated from birth date. If birth date is not set, the variable remains unreplaced. {{USER_LANGUAGE}}: User's selected language {{USER_LOCATION}}: User's location (requires HTTPS and Settings > Interface toggle)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#58361