# Panel

> Place custom content in the right column

A top-level `<Panel>` replaces the table of contents for that page.

## Usage

```mdx
<Panel>
  <Card title="Need help?" href="/support">
    Contact the support team.
  </Card>
</Panel>
```

A page can have one panel. API examples use the same right column.

## Example

See the panel in the right sidebar. On mobile, the panel is hidden.

<Panel>
  <Card title="Need help?" href="/docs7/quickstart">
    Open the Docs7 quickstart.
  </Card>
</Panel>
