> For the complete documentation index, see [llms.txt](https://mintechbots.gitbook.io/mintech-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mintechbots.gitbook.io/mintech-guide/settings/quicktask.md).

# Quicktask

{% embed url="<https://sphere-8befe7ec48328c0d14.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F7221eba4-fea9-4739-910e-615d87dff0c2%2FUntitled.png?table=block&id=6379bc44-6ab7-41f2-8f1a-2849d95e0719&spaceId=c832de8f-8395-49c8-93a4-3035ee620e49&width=2000&userId=&cache=v2>" %}

The **`QuickTasks Section`** is where you **create your quick task profiles** to be used for quick tasking alongside the Quick Task Extension of MinTech.

To create new quick task groups, simply click the **`+`** button.

#### `Parts of a Quick Task Group`

1. **Wallet Group**
   * select the wallet group you will use for the quick task group
2. **Wallet**
   * select the wallets from the group you chose
3. **Gas Fee**
   * input a gas fee to be used for mints done by the quick task group
   * must be **equal to or higher** than the gas priority
4. **Gas Priority**
   * input a gas priority to be used for mints done by the quick task group
   * must be **equal to or lower** than the gas fee
5. **Gas Mode**
   * **Default VS Rapid**
     * Default: You will input **Gas Fee** and **Gas Priority**
     * Rapid: The bot will fetch the latest rapid GWEI and use that for mints
6. **Gas Limit**
   * if you wish to input a custom gas limit for your mints, enter that here
   * we recommend you leave this empty and let the bot determine the gas limit
7. **RPC URL**
   * if you wish to use a different RPC URL for the quick task profile, enter it here.


---

# 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://mintechbots.gitbook.io/mintech-guide/settings/quicktask.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.
