> ## Documentation Index
> Fetch the complete documentation index at: https://omer-914cc1c6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Panel

> 指定右侧面板的内容

你可以使用 `<Panel>` 组件，将任意组件添加到页面的右侧面板中进行自定义。

如果页面包含 `<Panel>` 组件，则所有 [RequestExample](/zh/components/examples#request-example) 和 [ResponseExample](/zh/components/examples#response-example) 组件都必须放在 `<Panel>` 内。

`<Panel>` 中的组件会替换页面的目录。

```mdx theme={null}
<Panel>
  <Info>将信息固定到侧边面板。或添加任何其他组件。</Info>
</Panel>
```

<Panel>
  <Info>将 Info 固定到侧边栏。也可以添加其他组件。</Info>
</Panel>
