# Quick Start Guide (中文)

## 简介

在 **AI Agent Portal** 上创建您的 **AI Agent** 比以往更加简单。您可以选择使用针对特定角色（如 Twitter 账户经理、Web3 研究分析师或 YouTube 研究分析师）设计的预设模板，或点击“从头开始构建”来定制一个全新的 **AI Agent**。

模板帮助您快速上手，设置简单，而自定义选项则提供更大的灵活性，适用于更复杂的使用场景。我们还将定期添加新的模板，以支持越来越多的任务和工作流程。

## 第 1 步：访问 **AI Agent Portal**

访问 [WORLD3 AI Agent Portal](https://world3.ai/agent) 并单击创建按钮开始 Agent 创建过程。

## 第 2 步：创建 Agent

选择以下方法之一：

### 方式一：通过模板创建

1. 点击 **Create From Template** 或 **Choose a Template**<br>

   <figure><img src="/files/nTOt7zsoAHLhJnhBJOZV" alt=""><figcaption></figcaption></figure>
2. **编辑 Agent 信息**

   1. 点击 **Edit** 修改 Agent 昵称、头像和性别
   2. 切换到编辑模式以自定义 Agent 提示。*注意：删除技能或知识可能会禁用相应的功能。*

   <figure><img src="/files/VbFUVMy5gWGCZrgD3mRj" alt=""><figcaption></figcaption></figure>
3. **生成您的 Agent**
   1. 单击 **Create** 以完成该过程并进入对话界面并开始与您的 Agent 交互。

### 方式二：构建自己的 Agent

1. 点击 **Build Your Own** 按钮<br>

   <figure><img src="/files/kVxBakdwyIE35BpEX0Cm" alt=""><figcaption></figcaption></figure>
2. **基本 Agent 设置**

   1. **昵称：**&#x7ED9;你的 Agent 一个名字
   2. **头像：**
      1. 上传本地图片
      2. 或者输入提示，使用 AI 生成唯一头像
   3. **性别：**&#x9009;择 男性 / 女性 / 非二元性别

   <figure><img src="/files/lxW1BtD8fWq4CXcw1AaN" alt=""><figcaption></figcaption></figure>
3. **定义个性**

   1. 回答三个问题以自定义您的 Agent 的个性
   2. 可以跳过题目生成随机人格

   <figure><img src="/files/lUJNLW47l3RYmFPKqYYK" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/SKI8ilgMtppTaXB9wXly" alt=""><figcaption></figcaption></figure>
4. **生成您的 Agent**
   1. （可选）输入其他属性以创建更个性化的 Agent；如果没有想法，请单击 **Ask AI** 以帮助您生成一个
   2. 单击 **Generate Agent** 以完成创建
5. **开始交互**

   1. 单击 **Go to Chat** 按钮进入对话界面并开始与您的 Agent 进行交互。

   <figure><img src="/files/J2gtVop2lEpO2Kzl0gja" alt=""><figcaption></figcaption></figure>

## 第 3 步：分享对话

你可以轻松地与他人分享你的对话。

1. 点击 **Share Moment**<br>

   <figure><img src="/files/mzyJuxneay3CPZ8iv1u4" alt=""><figcaption></figcaption></figure>
2. 预览内容，然后点击 **Share to X** 在 Twitter 上发布
3. 重定向到 Twitter：点击 **Post** 以发布

## 第 4 步：领取您的奖励

完成以上步骤后，您可以前往相应的活动页面，点击 **Claim** 以获得您的流明奖励。

1. 创建 Agent & 分享对话
   1. AI Agent Influencer 活动：\[<https://world3.ai/quest/60>]


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.world3.ai/world3/how-to-guides/ai-agent-portal/quick-start/quick-start-guide-zhong-wen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
