starlight_help/src/content/docs/user-cards.mdx
import {TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import RightSidebarUserCard from "../include/_RightSidebarUserCard.mdx";
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.
<ZulipTip>
You can also click on a user's profile picture or name on a message they sent.
</ZulipTip>
<KeyboardTip>
Alternatively, open someone's **user card** by selecting a message they sent, and
using the <kbd>U</kbd> shortcut.
</KeyboardTip>
1. Click on the name of a bot in the **Name** column to open its **user card**.
</FlattenedSteps>