Documentation

Complete guide to using the platform

Introduction

OrdaAgro is a unified platform for digitalizing agriculture in Kazakhstan. It lets farmers manage the entire cycle, from crop selection to selling produce.

The documentation provides complete information about all platform features, the API, and integration solutions.

System Requirements

Browser: Chrome 90+, Firefox 88+, Safari 14+, Edge 90+
Mobile: iOS 14+ (App Store), Android 8+ (Google Play)
Internet: stable connection, at least 1 Mbps
GPS: geolocation permission for monitoring features

Getting Started

1
Sign Up

Create a new account using your email or phone number. Registration is free.

2
Complete Your Profile

Specify your region, type of farm, and land area. Crop recommendations will become more accurate.

3
Add Your Field

Mark the field boundaries on the map. The system automatically loads soil data.

4
Use the Platform

Crop selection, monitoring, marketplace — all the tools are ready. If you need more help, contact our support team.

Sign Up

Registration on the OrdaAgro platform is free. During registration you provide the following details:

  • Email or phone number
  • Full name
  • Region (province, district)
  • Type of farm (crop farming, livestock, mixed)
  • Land area (hectares)

Verification: to sell on the marketplace or apply for a subsidy, you must complete verification by uploading a photo of your ID. Verification takes 1–2 business days.

Crop Selection

The AI-based crop selection system recommends the most profitable crop for your land. The system considers the following factors:

  • Soil type and composition (humus, pH, salinity)
  • Climate zone and weather history
  • Irrigation options (irrigated / rainfed)
  • Crops from previous years (crop rotation)
  • Market prices and forecasts

As a result, the system shows an efficiency rating, projected yield, and an estimate of the required costs.

Monitoring

The satellite monitoring system uses Sentinel-2 data. Available indices:

NDVI

Vegetation index — assessing plant health

NDWI

Water index — determining moisture levels

EVI

Enhanced vegetation index — for dense vegetation

Temperature

Land surface temperature — detecting anomalies

Data is updated every 5 days. If anomalies are detected, a push notification is sent.

Marketplace

On the OrdaAgro marketplace you can buy or sell agricultural produce, fertilizers, seeds, and equipment.

Posting a listing requires the «Farmer» or «Agribusiness» plan. Only verified users can sell.

Commission: 2% of the sale amount. Payment is processed through a secure escrow system.

API

The OrdaAgro API is a RESTful interface available with the «Agribusiness» plan. You can obtain your API key in «Settings» → «API».

GET /api/v1/fields Authorization: Bearer {API_KEY} Response: { "data": [ { "id": 1, "name": "Northern Field", "area_ha": 120, "crop": "Wheat", "ndvi": 0.72 } ] }

Available resources: /fields, /monitoring, /crops, /marketplace. Rate limit: 1000 requests per hour.