# Sell Settings

1step supports the following sell-related parameters:

* **Price Increase**:
* &#x20;Sets the take-profit percentage based on the purchase price. The sell action is triggered when the price increase meets the set condition. Three-step take-profit can be configured.
* **Price Decrease**:&#x20;
* Sets the stop-loss percentage based on the purchase price. The sell action is triggered when the price decrease meets the set condition.
* **Slippage Limit**:&#x20;
* Sets the maximum allowable price slippage for sales. Higher slippage can increase the success rate of transactions. If actual price movement exceeds the slippage limit, the sale will fail.

<figure><img src="/files/ul2LtnFDFmpHfE4T5SVZ" alt=""><figcaption></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://1stepapp.gitbook.io/1step-docs-en/task-creation/sell-settings.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.
