> For the complete documentation index, see [llms.txt](https://docs.starblock.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starblock.io/main/zh/tutorials/create_collection.md).

# 如何创建合集

[**前往StarBlcok**](https://www.starblock.io/)

### 1.创建普通NFT

点击合集详情页的添加NFT按钮，跳转页面

![图片](/files/lUPTbkemPe7CFMflFb64)

上传的NFT的图片，接下来输入NFT的名称，简介，属性（选填）等内容

![图片](/files/X2WEggKVb24Ub7avkezw)

为NFT选择归属的合集，点击【创建】按钮

![图片](/files/ZuoXX4TgpktXAThlVaW4)

在弹出的提示框中，点击【确定】后开始创建NFT

![图片](/files/A7dCYYUqMsUguhfdfTaC)

![图片](/files/nSnltWDCTtv9zWeaSylB)

NFT创建成功

![图片](/files/1FasAos6zkbgHUuLfvO6)

点击继续创建-页面回到创建NFT

![图片](/files/8VYPf1oKlbouHrZCjtdM)

点击前往查看-跳转到NFT详情页

![](/files/P1f6f3raE40JdIxzAuD0)

在个人主页的【已创作】Tab可以查看您所创建的所有NFT。

![图片](/files/ZOB4kfvci3sPvO9Tx7J5)

### 2.创建指定购买NFT

StarBlock为您提供将NFT指定给固定地址购买的功能。

在创建NFT时，点击【开启指定购买】选项后，点击创建按钮

![图片](/files/KtwPss1qkgraogdMZkQ3)

点击【确定】后，等待片刻会弹出 指定购买的配置信息弹窗。

![图片](/files/qAoIw9RFjSQRwcmUa88N)

在弹窗中填写以下信息，点击【提交】

1\).填写指定购买人的账户地址

2\).设置NFT价格

3\).设置领取购买的截止时间（选填）

![图片](/files/4YkoyZ7vbRMb8nVs5zYc)

![图片](/files/5D57pxIVkGZjw5OwYGcL)

弹出小狐狸弹窗后，点击【签名】即可完成对指定购买的信息配置。

![](/files/t88Dt7FA9knXbbScwqsw)

创建成功之后，可以点击前往查看已被创建的NFT

![](/files/mdIrdAvFwMQoN6dOXhDB)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.starblock.io/main/zh/tutorials/create_collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
