Asoba Ona Documentation

Overview of Guides

This section provides practical, task-oriented guides to help you solve specific problems and achieve your business goals using the Ona Intelligence Layer. These guides are designed for both Beginners and Developers, offering step-by-step instructions, code examples, and best practices for common tasks.

Whether you’re generating your first forecast, preparing data for upload, or managing a portfolio of renewable energy assets, our guides provide the knowledge and tools you need to succeed with the platform.

Quick Start

The fastest way to get started is our Get Started guide, which walks you through making your first API call in just 5 minutes. You’ll learn how to upload historical data and generate a 24-hour forecast using our freemium API.

curl -X POST \
  -F "file=@/path/to/your/sample.csv" \
  -F "email=user@example.com" \
  -F "site_name=My First Solar Site" \
  -F "location=Durban" \
  https://api.asoba.co/v1/freemium-forecast

What You Can Find Here

Forecasting

Learn how to generate and interpret forecasts, understand accuracy metrics, and improve the performance of your predictions. This comprehensive guide covers everything from basic forecast generation to advanced accuracy optimization techniques.

Learn More →

Data Management

A complete guide to preparing your data for our platform, including required formats, standardization, and best practices for uploading. Learn how to ensure your data quality meets our requirements for optimal forecast accuracy.

Learn More →

Portfolio Management

For users managing multiple assets, this guide covers how to analyze portfolio-wide performance, identify outliers, and streamline reporting. Discover techniques for scaling your operations across hundreds of sites.

Learn More →

Developer Guide

Information for developers contributing to or building on top of the platform, including coding guidelines, development processes, and integration patterns. Learn how to extend the platform's capabilities.

Learn More →

These guides are the most frequently accessed and provide essential knowledge for getting started:

Core Concepts

Understanding these core concepts will help you get the most out of our guides:

Next Steps

Now that you understand what’s available in our guides section:

  1. New Users: Start with the Get Started guide to make your first API call
  2. Forecasting: Explore the Forecasting Guide to learn about generating and interpreting forecasts
  3. Data Preparation: Review the Data Management Guide to ensure your data meets our requirements
  4. API Reference: Dive into the API Reference for complete endpoint documentation
  5. Use Cases: Check out Real-World Examples to see how others are using the platform

See Also