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

# Quick Start

> Get started with ClearView Portal in 2 minutes

## Sign in

ClearView is invite-only. You'll receive an email from your administrator with login credentials.

<Steps>
  <Step title="Go to the portal">
    Navigate to [clearviewportal.app](https://clearviewportal.app). You'll see the login page.
  </Step>

  <Step title="Enter your credentials">
    Use the email and password from your invitation. Click **Sign In**.
  </Step>

  <Step title="Explore the dashboard">
    After login, you'll land on the **Home** page — a real-time market overview with BTC/ETH prices, funding rates, open interest, and positioning data.
  </Step>
</Steps>

## Your first AI query

The most powerful feature is the AI chat. Navigate to **Chat** in the sidebar.

<Steps>
  <Step title="Open Chat">
    Click **Chat** in the left sidebar, or press `Cmd+K` and type "chat".
  </Step>

  <Step title="Ask a question">
    Try one of these:

    * "What's the current state of BTC funding and positioning?"
    * "Give me a deep dive on AAPL"
    * "What's the P1/P2 structure for ETH on the daily timeframe?"
    * "Show me BTC seasonality patterns"
  </Step>

  <Step title="Watch the agents work">
    You'll see the AI's plan (which agents it's invoking), followed by real-time data, charts, and a synthesized analysis with sources cited.
  </Step>
</Steps>

## Navigate the platform

The sidebar organizes everything into sections:

| Section     | Pages                       | What you'll find                              |
| ----------- | --------------------------- | --------------------------------------------- |
| **Home**    | Market Overview             | BTC/ETH prices, funding, OI, positioning, DXY |
| **Crypto**  | Derivatives, Signals, Macro | Funding rates, long/short ratios, stablecoins |
| **Markets** | Markets, Calendar, Economy  | Indices, forex, economic events, yield curve  |
| **AI**      | Chat                        | Ask anything — 9 agents at your service       |
| **Account** | Dashboard, Admin            | Reports, subscriptions, notification channels |

## Set up automated reports

Want daily market briefings delivered to Discord or Telegram?

1. Go to **Dashboard** in the sidebar
2. Click **New Subscription**
3. Choose frequency (daily or weekly) and report type
4. Connect your notification channel (Discord webhook, Telegram, or email)
5. Reports will be generated and delivered automatically

<Info>
  See the [Reports section](/reports/dashboard) for detailed setup instructions.
</Info>

## Keyboard shortcuts

| Shortcut | Action                                 |
| -------- | -------------------------------------- |
| `Cmd+K`  | Open command palette (search anything) |
| `Enter`  | Send message in chat                   |

## Next steps

<CardGroup cols={2}>
  <Card title="Explore the Platform" icon="compass" href="/platform/home">
    Learn what each page shows and how to read the data.
  </Card>

  <Card title="Understand the Agents" icon="robot" href="/agents/overview">
    Learn what each AI agent specializes in and how to get the best answers.
  </Card>
</CardGroup>
