> For the complete documentation index, see [llms.txt](https://docs.enven.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enven.io/getting-started/configuring-tasks.md).

# Configuring Tasks

## Task Settings Explained

<table><thead><tr><th width="171.33333333333331">Setting</th><th width="221">Purpose</th><th width="358">Explanation</th></tr></thead><tbody><tr><td><strong>Minimum Discount</strong></td><td>The minimum discount a deal must be for Enven to attempt to order the deal. </td><td>If a deal is determined to be 70% off, and your Minimum Discount is set to 75% off, no order attempt will occur.</td></tr><tr><td><strong>Maximum Price</strong></td><td>The maximum price a deal can cost in order for Enven to place the order.</td><td>If a deal costs $1, but your limit is $0.1, no order attempt will occur. (10% buffer for tax applied)</td></tr><tr><td><strong>Proxy Group</strong></td><td>The group of proxies to use during checkout</td><td><strong>Localhost / Login Proxy Only</strong> option will use either the local machine IP or the Login Proxy if one is configured.</td></tr><tr><td><strong>Mode</strong></td><td>Determines which checkout method to use.</td><td><strong>Standard</strong> - all accounts<br><strong>Fast</strong> - main accounts only (recommended)</td></tr><tr><td><strong>Blacklisted Keywords</strong> </td><td>Ignore ordering deals that contain certain keywords.</td><td>If you do not want Enven to order any deals that contain the phrases "dog collar" and "radar detector", you would enter <code>dog collar, radar detector</code></td></tr><tr><td><strong>Minimum Product Retail Price</strong></td><td>Prevent checkout attempts for items valued <em>under</em> a certain amount.</td><td>0 - will not restrict (default)<br>Setting the value to <code>10</code> would prevent any checkout attempts on items listed below $10 <em>before discount.</em></td></tr><tr><td><strong>Maximum Product Retail Price</strong></td><td>Prevent checkout attempts for items valued <em>over</em> a certain amount.</td><td>0 - will not restrict (default)<br>Setting the value to <code>15</code> would prevent any checkout attempts on items listed above $15 <em>before discount.</em></td></tr><tr><td><strong>Stop After First Checkout</strong></td><td>Prevent additional checkout attempts after first successful checkout an account.</td><td>This can be used for new accounts to limit the number of checkouts. Must be manually disabled after first checkout.</td></tr></tbody></table>

## Task Group Settings

These group specific settings can be configured at the Task Group level.

| Setting             | Purpose                                                      | Explanation                                                                                                                       |
| ------------------- | ------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------- |
| **Group Webhook**   | Send checkout logs for all tasks within a Task  Group.       | Tasks are often grouped by user's preference or purpose. This option allows sending checkout logs only for a specific task group. |
| **Private Webhook** | Remove account information from Group Webhook checkout logs. | You may not want account information, such as emails, to be present on group checkout logs for privacy or other reasons.          |


---

# 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.enven.io/getting-started/configuring-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.
