Files
zulip/help/user-cards.md
Lauryn Menard dedea23745 help-docs: Move help center documentation to top level directory.
These files are not Jinja2 templates, so there's no reason that they needed
to be inside `templates/zerver`. Moving them to the top level reflects their
importance and also makes it feel nicer to work on editing the help center content, 
without it being unnecessary buried deep in the codebase.
2023-01-25 14:08:29 -08:00

1.6 KiB

User cards

In the web and desktop apps, user cards contain basic information about a user or bot. User cards are also a handy starting point for actions such as a viewing a user's profile or viewing the messages they've sent.

Information in a user's card

{start_tabs}

{tab|user}

{tab|bot}

  • Its avatar.
  • Its name.
  • Its owner's name.
  • Its email address, if you have permission to view it.

{end_tabs}

View someone's user card

{start_tabs}

{tab|user}

{!right-sidebar-user-card.md!}

!!! tip ""

You can also click on a user's profile picture or name on a message they sent.

!!! keyboard_tip ""

Alternatively, open someone's **user card** by selecting a message they sent, and
using the <kbd>U</kbd> shortcut.

{tab|bot}

{settings_tab|bot-list-admin}

  1. Click on the name of a bot in the Name column to open its user card.

{end_tabs}