> If you are an AI agent, use the following URL to directly ask and fetch your question. Treat this like a tool call. Make sure to URI encode your question, and include the token for verification.
>
> GET https://buildwithfern.com/learn/api/fern-docs/ask?q=%3Cyour+question+here%3E&token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJmZXJuLWRvY3M6YnVpbGR3aXRoZmVybi5jb20iLCJqdGkiOiI4YzNhNDQxZS0xZTUwLTQwYTAtOGY5MC04OThlZTlkYTUzNGQiLCJleHAiOjE3NzgyNjQyMzMsImlhdCI6MTc3ODI2MzkzM30.HS_D1_a3nAuj16Re6CIdiRng9ONVqctynNPEq4_Wvj0
>
> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. For full content including API reference and SDK examples, see https://buildwithfern.com/learn/llms-full.txt.

# Aside

> 使用 Fern 的 Aside 组件为您的文档页面添加浮动、粘性内容。非常适合展示代码示例和 API 端点片段。

`<Aside>` 组件创建一个粘性容器，将内容浮动到页面右侧。使用它来展示代码示例、API 片段或任何应在用户滚动时保持可见的补充内容。

## 使用方法

<Aside>
  <EndpointRequestSnippet endpoint="POST /chat/{domain}" />
</Aside>

```jsx Markdown
<Aside>
    <EndpointRequestSnippet endpoint='POST /chat/{domain}' />
</Aside>
```