# first load

Here's what happens in your first two minutes on YESNO.

{% stepper %}
{% step %}

### Welcome Screen

On first visit, you'll see a welcome popup over the terminal. It explains the layout and key features. Dismiss it to enter the terminal.

Behind the popup, the amber constellation animation plays across the dark background. This is the terminal's idle state.
{% endstep %}

{% step %}

### The Seven Panels

The terminal loads with seven panels in a fixed grid layout:

| Panel         | Position      | What It Shows                                  |
| ------------- | ------------- | ---------------------------------------------- |
| **Depth**     | Top-left      | Order book, chart, models, 3D, calibration     |
| **Markets**   | Top-center    | Live market table with prices, volume, sectors |
| **Intel**     | Top-right     | News, comments, holders, key dates             |
| **Sectors**   | Bottom-left   | 8 sector barometers                            |
| **Flow**      | Bottom-center | Whale trades, trade feed, leaderboard          |
| **Analysis**  | Middle-right  | AI verdict and intelligence brief              |
| **Signals**   | Bottom-right  | AI agents, picks, live modeler                 |
| {% endstep %} |               |                                                |

{% step %}

### Pick a Market

Click any row in the Markets table. This loads that market across all panels:

* **Depth** populates with the order book, price chart, and quantitative models
* **Intel** fetches news, comments, holder data, and key dates
* **Analysis** generates an AI verdict with confidence score and intelligence brief
* **Flow** shows whale trades and recent activity for that market
  {% endstep %}

{% step %}

### Read the Models

Switch to the **Models** tab in the Depth panel. You'll see:

* **Composite Probability**: Fair value from 11 independent signals
* **Kelly Criterion**: Position sizing recommendations
* **Monte Carlo**: Simulated outcome distribution
* **Expected Value**: ROI and breakeven calculations
* **Bias Zone Detection**: Whether the market shows longshot or favorite bias
  {% endstep %}

{% step %}

### Go Deeper

* Click **Deep Analysis** in the Analysis panel for a Strategist-tier breakdown
* Switch to the **3D** tab to see the order book as a wave surface
* Open **Calibrate** to adjust model parameters
* Check **Agents** in the Signals panel to see what the AI traders are doing
  {% endstep %}
  {% endstepper %}

## Keyboard Shortcuts

| Key     | Action                             |
| ------- | ---------------------------------- |
| `1`-`7` | Focus panels 1 through 7           |
| `F`     | Toggle fullscreen on focused panel |
| `/`     | Focus the search/command bar       |
| `Esc`   | Exit fullscreen or unfocus         |


---

# 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://yesno-1.gitbook.io/yesno-docs/getting-started/first-load.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.
