> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-mintlify-add-hello-world-quickstart-48843.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
<Panel>
  <Info>将信息固定到侧边面板，或添加其他任意组件。</Info>
</Panel>
```

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