# Dialect

## 1. Create Task&#x20;

* Go to the 'Tasks' tab
* Create a 'Task Group' on the right
* Select Dialect
* Choose a name for the group
* Press 'Create'
* Choose a name for the task
* Select the wallet group
* Select each wallet you want to use

## 2. Task Information

### Mint URL

* The URL of the NFT being minted

### Threads

* The number of threads to run
* Increasing this will increase concurrent transactions

{% hint style="warning" %}
This can spend a lot of SOL in tx fees if not set correctly
{% endhint %}

### Delay

* The delay between each tx sent (in ms)

### RPC

* The RPC used for the task

### Proxy Group

* The group of proxies used to access Dialect
* If you select multiple groups, Lunar will rotate through them

<figure><img src="/files/9N3CsdCZkd8B0r85dH7u" alt=""><figcaption><p>Images are for illustrative purposes only</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://guide.lunar.trade/tasks/dialect.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.
