# Bulk Create Tasks

If you're new to NFT Butler, please check the task type differentiations:

* [Collection/Trait Bidding (CTO)](/nft-butler/task-types/collection-trait-bidding-cto.md)
* [Token Bidding](/nft-butler/task-types/token-bidding.md)

In the collection/trait search view, you can trigger bulk creation of tasks by selecting multiple traits and click on the "Create Tasks"-Button.

<figure><img src="/files/04lag6PBxwf4ZGoGakZ8" alt=""><figcaption><p>Selecting multiple Trait to create tasks</p></figcaption></figure>

There are 4 options available:

* **AND/OR Token Task:** Token task with selected traits, combined using AND / OR condition.
* **Multiple Token Tasks:** Create a token task for each selected trait.
* **Multiple CTOs:** Create a Trait offer task for each chosen trait.
* **Combined CTO:** Create a Trait offer task for a combination of selected traits.

<figure><img src="/files/sSWJUl7PcXms4i6ldeir" alt=""><figcaption><p>Available options when bulk creating tasks</p></figcaption></figure>

By default the bulk creation uses the same values for all tasks, you can also toggle to create the tasks one by one (form will behave like a wizard, clicking through the different pages):

<figure><img src="/files/Y4GGcPG7I8pJH1wPC4WD" alt=""><figcaption><p>Use this toggle to configure each task individually</p></figcaption></figure>

You can also create multiple CTOs from the collection overview:

<figure><img src="/files/k05xpFfWkvhBpQrJqQp6" alt=""><figcaption><p>Create multiple collection tasks from the main search page</p></figcaption></figure>


---

# 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.nftbutler.io/nft-butler/features/bulk-create-tasks.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.
