# April 11th, 2023

In this release we added the ability to disable a strategy at the strategy level. Disabling a strategy will cause all strategy subscriptions to effectively be disabled. Any strategy webhook signals that are received while the strategy is disabled will not result in any executed trades for all strategy subscriptions. You can easily re-enable a strategy after disabling and strategy subscriptions will begin executing trades again.

You will now see a new **Disable** button when viewing your list of strategies.

<figure><img src="/files/sYsAWdJdSo1UxB54lz1V" alt=""><figcaption><p>TradersPost Strategies List Screen</p></figcaption></figure>

The **Disable** button also appears when editing a strategy as well.

<figure><img src="/files/ipB5pm0cw82QwSbdZdtY" alt=""><figcaption><p>TradersPost Strategy Edit Screen</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://docs.traderspost.io/releases/old-releases/april-11th-2023.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.
