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

# Introduction

> Bronto docs cover everything from sending your first events to building dashboards, writing queries, and connecting Bronto to AI tools like MCP.

## Core Workflows

<CardGroup cols={2}>
  <Card title="Send data to Bronto" icon="paper-plane" iconType="regular" href="/getting-started/quick-ingestion">
    Send event data from your hosts and services into Bronto.
  </Card>

  <Card title="Search your data" icon="magnifying-glass" iconType="regular" href="/Search-and-Visualize/Log-Search">
    Search across all your logs and traces and investigate events quickly.
  </Card>

  <Card title="Visualize your data" icon="chart-line" iconType="regular" href="/Search-and-Visualize/Dashboards">
    Build dashboards and visual views for your data.
  </Card>

  <Card title="My Data" icon="database" iconType="solid" href="/My-Data/My-Data">
    Manage datasets, parser coverage, data quality, and usage in one place.
  </Card>
</CardGroup>

## AI Features

Bronto includes AI-native features for parsing, investigation, and agent access.

<CardGroup cols={2}>
  <Card title="Custom Parser" icon="wand-magic-sparkles" iconType="solid" href="/core-features/custom-parser">
    Use LLM-powered parsing to convert custom log formats into structured events.
  </Card>

  <Card title="Hosted MCP" icon="robot" iconType="solid" href="/ai-features/hosted-mcp">
    Connect supported MCP clients directly to Bronto's hosted MCP endpoint.
  </Card>

  <Card title="Local MCP" icon="terminal" iconType="solid" href="/ai-features/local-mcp">
    Run Bronto's open-source MCP server locally and connect AI agents to live log data.
  </Card>

  <Card title="BrontoScope" icon="sparkles" iconType="solid" href="/ai-features/brontoscope">
    Automatically investigate error events and review the evidence behind each finding.
  </Card>
</CardGroup>

## Need Help?

If you need help with Bronto, our team is here to support you.

<CardGroup cols={2}>
  <Card title="Contact Support" icon="life-ring" iconType="solid" href="mailto:support@bronto.io">
    Get help with product questions, troubleshooting, or documentation.
  </Card>

  <Card title="Book a Demo" icon="calendar" iconType="solid" href="https://www.bronto.io/book-a-demo">
    Schedule a walkthrough with our team to see Bronto in action.
  </Card>
</CardGroup>

<Note>
  This documentation is continuously updated as Bronto adds new capabilities and improves existing workflows.
</Note>
