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

# Documentation

> Access real-time financial news data through our REST API and WebSocket connections. Perfect for developers building financial applications.

## Quick Start

<Columns cols={2}>
  <Card title="REST API" icon="globe" href="/rest-api/quickstart">
    HTTP-based API for flexible news data access
  </Card>

  <Card title="WebSocket" icon="satellite-dish" href="/websocket/quickstart">
    Real-time streaming updates (Pro+ plans)
  </Card>
</Columns>

## Documentation

<CardGroup cols={2}>
  <Card title="REST API" href="/rest-api/quickstart">
    Get started with HTTP-based API integration
  </Card>

  <Card title="WebSocket" href="/websocket/quickstart">
    Real-time streaming for Pro+ plans
  </Card>
</CardGroup>
