> ## Documentation Index
> Fetch the complete documentation index at: https://docs.everstrike.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Everstrike Assistant: Build Strategies with AI Guidance

> Create and modify strategies via a conversational interface — describe your trading logic in plain English and the Everstrike Assistant handles the rest.

The Everstrike Assistant is a conversational AI that helps you build and refine trading strategies without writing code. Describe your trading logic and preferences in plain language, answer a few follow-up questions, and the Assistant prepares a ready-to-run strategy for you.

## Creating a Strategy

Review [supported data](/ai/supported-data) before defining requirements so you know which market inputs are available to your strategy.

<Steps>
  <Step title="Describe your trading logic">
    Tell the Assistant which markets you want to trade, the conditions that should trigger a trade, and any preferences like order size or holding period. Plain English works — no special syntax required.
  </Step>

  <Step title="Answer follow-up questions">
    The Assistant may ask clarifying questions to fill in details it needs, such as your preferred timeframe, confidence threshold, or risk limits.
  </Step>

  <Step title="Review and submit">
    Depending on your selected approval mode, the Assistant either asks for your explicit confirmation before submitting or sends the strategy automatically. Once submitted, the strategy begins evaluating markets immediately.
  </Step>
</Steps>

## Approval Modes

Approval modes control whether the Assistant requires your confirmation before creating or modifying a strategy.

| Mode       | Behavior                                                                        |
| ---------- | ------------------------------------------------------------------------------- |
| Safe Mode  | Strategy submissions and modifications always require your explicit approval.   |
| Blitz Mode | The Assistant can submit and modify strategies without asking for confirmation. |

Safe Mode is the default. You can switch modes at any time — changing modes does not affect strategies that are already running.

<Note>
  Use Safe Mode while you are validating a new strategy. Blitz Mode can modify strategies without confirmation, so reserve it for workflows where you trust the output.
</Note>

## Supported Models and Reasoning

Choose the model and reasoning depth that best fits your needs. More reasoning depth gives more deliberate responses at the cost of speed.

**Supported models**

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

**Supported reasoning modes:** minimal, low, medium, high

The default is **GPT-5-mini with low reasoning**, which provides fast strategy creation and modification. For more thorough responses, switch to GPT-5-mini with high reasoning.

## Limitations

<Note>
  The Assistant currently has the following limitations:

  * Cannot access real-time market data.
  * Cannot submit strategies for options markets.
  * Has a 15-message context window.
  * Cannot access your personal account data, including trades, orders, or open positions.
</Note>

## Rate Limits

| Limit    | Allowance       |
| -------- | --------------- |
| Messages | 50 per day      |
| Tokens   | 500,000 per day |

Limits reset daily at **12:00 PM UTC**. Funded accounts receive higher rate limits and larger context windows.

## Pricing

The Assistant is free to use. Running the strategies it creates consumes [AI credits](/ai/credits), but the Assistant itself carries no charge.
