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

# Introduction

> Build interactive energy dashboards with real-time data and weather integration

## Welcome to Rebase Dashboard API

The Rebase Dashboard API is your gateway to building powerful energy dashboards. Create interactive visualizations, overlay real-time weather data, and monitor energy infrastructure with enterprise-grade tools and capabilities.

<Columns cols={2}>
  <Card title="Installation" icon="download" href="/installation">
    Install the client and set up your environment in minutes.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Build your first dashboard step-by-step using our guide.
  </Card>
</Columns>

## Use cases

Perfect for energy companies, utilities, and renewable energy projects.

<CardGroup cols={3}>
  <Card title="Wind Farm Monitoring" icon="wind">
    Real-time wind turbine performance with weather overlays and production
    forecasting.
  </Card>

  <Card title="Solar Energy Tracking" icon="sun">
    Solar panel efficiency monitoring with cloud cover and irradiance data.
  </Card>

  <Card title="Grid Management" icon="bolt">
    Power grid visualization with load balancing and infrastructure monitoring.
  </Card>

  <Card title="Energy Trading" icon="chart-line">
    Market data dashboards with price forecasting and demand analysis.
  </Card>

  <Card title="Weather Forecasting" icon="cloud-sun">
    Energy production forecasting based on weather models and historical data.
  </Card>

  <Card title="Asset Management" icon="building">
    Infrastructure monitoring with geospatial data and maintenance scheduling.
  </Card>
</CardGroup>

## Core features

Everything you need to build world-class energy monitoring platforms.

<Columns cols={2}>
  <Card title="Multiple Data Types" icon="database" href="/essentials/datasets">
    Support for timeseries and geospatial data with static and live sources.
  </Card>

  <Card title="DeckGL Layers" icon="layer-group" href="/essentials/layers">
    Advanced map visualization with ScatterPlotLayer, GeoJsonLayer, and custom
    styling.
  </Card>

  <Card title="Customization" icon="palette" href="/essentials/customization">
    Customize charts, maps, and layers with ECharts options and DeckGL
    properties.
  </Card>

  <Card title="Python SDK" icon="code" href="/api-reference/introduction">
    Clean Python SDK for easy integration and development.
  </Card>
</Columns>

## Ready to get started?

<Card title="Installation & Setup" icon="download" href="/installation">
  Install the client and set up authentication for your projects.
</Card>

<Card title="View the API reference" icon="book" href="/api-reference/introduction">
  Explore all available endpoints, data models, and integration options.
</Card>
