> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-docs-automation-github-pr-review.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Panel

> 自定义文档页面右侧面板的内容，用于显示补充信息、示例或导航元素。

你可以使用 `<Panel>` 组件，在页面右侧面板中加入任意组件以实现自定义。

如果页面包含 `<Panel>` 组件，则所有 [RequestExample](/zh/components/examples#requestexample) 和 [ResponseExample](/zh/components/examples#responseexample) 组件都必须置于 `<Panel>` 内。

`<Panel>` 中的组件会替换页面的目录。会隐藏目录的页面模式（`mode: "wide"`、`mode: "center"` 和 `mode: "custom"`）也会隐藏 `<Panel>` 组件。

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

<Panel>
  <Info>将 Info 固定在侧边面板上，或添加任何其他组件。</Info>
</Panel>
