# Assistant

The Everstrike Assistant can help you submit and modify [strategies](/ai/strategies.md).

To submit a strategy with AI, simply explain your trading logic and trading preferences to the Assistant. A strategy will be prepared for you automatically once the Assistant has gathered enough information from you.&#x20;

#### Modes

The Assistant supports two modes:

* Blitz Mode (strategies can be submitted and modified automatically - no user confirmation is required)
* Safe Mode (strategy submissions and modifications always require explicit user approval)

The default is Safe Mode. You can switch mode any time. Switching mode has no impact on existing strategies.

#### Models

Supported models:

* GPT 4o-mini
* GPT 4.1-nano
* GPT 4.1-mini
* GPT 5-nano
* GPT 5-mini

#### Reasoning Modes

Supported reasoning modes:

* High
* Medium
* Low
* Minimal

The default model for the Assistant is GPT 5-mini in low reasoning mode. It is reasonably fast and can submit and modify strategies with ease. For added intelligence and slower response times, switch to GPT 5-mini in high reasoning mode.

#### Limitations

* The Assistant does not have access to real-time market data.
* The Assistant cannot submit strategies for options markets.
* The Assistant has a context window of 15 messages.
* The Assistant does not have access to user data (trades, orders, open positions).

#### Rate Limits

The Assistant is rate limited at:

* &#x20;50 messages per day
* 500,000 tokens per day

The rate limits reset at 12 pm UTC every day.

Funded accounts have access to higher rate limits and larger context windows.

#### Pricing

The Assistant is free to use.


---

# 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://references.everstrike.io/ai/assistant.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.
