> For the complete documentation index, see [llms.txt](https://docs.leviathan.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.leviathan.tools/task-creation/task-sheets.md).

# Task Sheets

{% hint style="info" %}
We recommend using [**Rons Data Edit**](https://www.ronsplace.ca/Products/RonsDataEdit) on **Windows** devices, or [**Table Tool**](https://apps.apple.com/us/app/table-tool/id1122008420?mt=12) on **MacOS** devices for editing .csv files.
{% endhint %}

Leviathan uses task sheets to manage and execute your minting tasks. This contains all the data for each task such as the module to run, the input for the task, what mode to run and what wallet to use. It's important to understand how the task sheet works for each module before creating tasks to avoid future errors. Each Chain has it's own guide section detailing the inputs for each module.

1. **Open the Task Sheet**: You can find your task sheets in the Leviathan folder on your desktop, followed by the chain type you want to create tasks for. Copy the 'blank.csv' and rename it to something meaningful.
2. **Edit the Information**: Each row in the task sheet represents a task, while each column represents a different attribute of that task. Here's what each of these columns mean:

* **Module:** The Minting Module you wish to use
* **Chain:** The Chain from Chains.csv to use
* **Contract:** The Contract/URL to interact with
* **Input:** Any parameters for the module
* **Quantity:** How many to mint. This is only a feature on select modules.
* **Mode:** What minting mode to use. Some modules have the mode field bound to what whitelist stage to mint for.
* **Wallet ID:** The ID for the associated wallet in your wallets.csv file.

3. **Save Your Changes**: Once you've made your edits, save the .CSV file. Leviathan Bot will use the updated information the next time it runs a task.

{% hint style="warning" %}
Remember, it's crucial to input accurate information for each task to ensure successful execution. Always double-check your task sheets before starting Leviathan Bot.
{% endhint %}


---

# 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:

```
GET https://docs.leviathan.tools/task-creation/task-sheets.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.
