# Working with strategies

## Deleting a Strategy

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

Removing a strategy erases its chat threads, code versions, back-test history and saved settings. Use this feature only when you are sure the project is no longer needed.

## Saving a Strategy

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

Clicking **Save** takes the code that is currently visible in the chat, bundles it with the conversation context, and publishes a new or updated entry in **My strategies**. A green toast confirms success: **“Strategy saved successfully!”**.


---

# 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://modern-stoic-ai.gitbook.io/hypertrade-docs/working-with-strategies.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.
