---
order: 3

group:
  title: 展现
  order: 1
title: Welcome
description: 对话的落地欢迎页
---

<DemoTitle title="Welcome" desc="对话的落地欢迎页"></DemoTitle>

<code src="./demo/demo0.tsx">示例</code>

<Install>import { Welcome } from '@agentscope-ai/chat'</Install>

#### 欢迎页示例

以下是欢迎页组件的示例和变体

<code src="./demo/demo1.tsx">附带品牌 - A</code>
<code src="./demo/demo2.tsx">附带品牌 - B</code>
<code src="./demo/demo3.tsx" height="400">自定义</code>


#### API

<ApiParser source="./index.tsx" id="IWelcomeProps"></ApiParser>
