# 创建抽奖

```
/roll add
```

> If you want to create a private chat to hide the creation process (e.g. avoid brush screens or hide joining passwords), see：[简介](/roll-bot-project/en-us/roll/overview.md#chou-jiang-de-kai-fang-fan-wei)

## Quick Create

You can select all possible default items using the `-n` parameter, you can create a drawing at this point by simply providing a list of prizes

It is：

```
/roll add -n
```

## Create Item

### Title

Name displayed on query list

Reply-by using default：

### Description

A detailed description of the drawing will be displayed in the [查询抽奖列表](/roll-bot-project/en-us/roll/list.md) directive

Reply-by using default：

### Prizes

You are about to draw a prize in the format `<Prize name>*[Amount (Leave empty 1)]`, each line is considered to be an independent prize

e.g.：

{% code lineNumbers="true" %}

```
The applet *2// Two paintings
with a total / / one with

// 66 [empty space and *more * by *2]
empty space and *more * by *2*66
```

{% endcode %}

### Automatic awards

Award opening time, in the form of Year-mm-days-hour-minutes (minutes may be omitted)

Replyn does not use automatic award

e.g.：

{% code lineNumbers="true" %}

```
2077-11-4-5-14    // November 4, 2077, 5:14 AM
2042-2-6-23       // February 6, 2042, 11:00 PM
```

{% endcode %}

### Pickup Type

Select the type of prize to start automatically, just reply numbers

The prizer in 0：can repeat

The prizer in 1：cannot repeat

Reply with n to use the default type: 1

### Add Token

Create a new password that allows users to send a password directly to add a premium

Reply to n without adding password

## Permissions

To create a draw you must be [Bot管理员](/roll-bot-project/en-us/permission/bot-admin.md) or [频道管理员](/roll-bot-project/en-us/permission/channel-admin.md)

If `allowNormalUserAdd` is enabled in Settings, then [普通成员](/roll-bot-project/en-us/permission/channel-member.md) can also be created

## Localization & Alias

This command can also be triggered by

```
/r add

/ Create Pickup
```


---

# 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.logthm.com/roll-bot-project/en-us/roll/add.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.
