> ## Documentation Index
> Fetch the complete documentation index at: https://docs.piebald.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Chat navigation

export const MuxVideo = ({playbackId, title = "Video demo"}) => <iframe className="w-full aspect-video rounded-xl" src={`https://player.mux.com/${playbackId}?accent-color=%23ff8400`} title={title} allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture" allowFullScreen></iframe>;

Piebald has a few navigation features to make long chats easier to move through.

## Jump up and jump down buttons

<Badge color="blue">Available in Piebald Basic (Free)</Badge>

Moving your mouse cursor to the top or bottom of the chat viewport will display a small button for jumping to the top or bottom of the chat.  These buttons can be particularly useful when you've scrolled up and auto-scrolling has paused/disengaged.

<MuxVideo playbackId="wbQTHDkLdbRBEdDpn3oqqls4gWEDg01fHjveqPuLHKmg" title="Jump up and jump down buttons" />

## Disable auto-scroll

You can disable auto-scroll by disabling the setting **Chat Interface → Auto-scroll During Streaming**.
