> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.another-horizon.eu/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>
