# Auto dealing

To make creating deals even easier, FEATURE allows organizations to manage special wallets that can be used to automatically sign the blockchain transaction that is required to create a new deal.

Using auto dealing, you will simply have to label an issue with a *FEATURE label* and the deal will be created automatically without further action ✨.

{% hint style="warning" %}
Auto dealing only works with issue labelling as of now.
{% endhint %}

1\) Enable auto dealing in your [organization settings](https://dashboard.feature.sh/settings/wallets) as shown below:

![Enable auto dealing](/files/vRNw543LbcWXOuGDB76X)

And don't forget to save the configuration with **Save.**

2\) Manage your organization wallets and set the one you want to use for auto dealing by selecting it as the default.

![Organization wallets](/files/GnuvDJZBiSXPNjek8K7u)

3\) Label an issue with a Feature label and let the magic happen 🪄. The transaction can take up to a few seconds to be processed, but fortunately the Bot will keep you updated about the progress!

![Automatic Success Deal](/files/eYnml1yrbUjr9cNjXndy)

{% hint style="warning" %}
The selected wallet should have the necessary funds to create the deal, otherwise an error message will be thrown by the bot.
{% endhint %}

![Fail Deal](/files/I8iWNnGlgVF3PrC3gOWh)


---

# 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.feature.sh/guides/auto-dealing.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.
