# Strategy Execution

1. <mark style="color:green;">**Open**</mark>**/Increasing -&#x20;**<mark style="color:red;">**Close**</mark>**/Reducing a Posittion**

**Step 1:** Re-verify the strategy settings created in [Creat Strategy](/active-strategies/create-strategy.md) (parameters such as token, selected exchanges, slippage rate, etc.). Ensure that the direction is set to: <mark style="color:green;">Open</mark> <mark style="color:red;">( Close )</mark>

<figure><img src="/files/UCzNHxmZdo8MrGRQhwdC" alt=""><figcaption></figcaption></figure>

**Step 2:** Click the bot execution icon (review the strategy summary and enter your 2FA code for authentication)

<figure><img src="/files/35JQCMycB3jcTS9KJmal" alt=""><figcaption></figcaption></figure>

**Step 3:** Monitor the results via Telegram notifications (or browser logs) and adjust parameters accordingly.


---

# 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.xapy.io/active-strategies/strategy-execution.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.
