Back to home

Documentation

Quick guide to using Datana for automated data analysis.

Getting started

  • Create an account at /register
  • Upload a CSV, Excel, JSON, or Parquet file from the dashboard
  • Start an analysis and wait for the pipeline to complete
  • Review insights, charts, and downloadable reports

Dashboard

  • Datasets — manage uploads and view schema details
  • Analysis — track job progress and open results
  • Chat — ask questions about a completed analysis
  • Billing — manage subscriptions and credit packs
  • Settings — update profile and password

API

The Datana REST API is available at your configured NEXT_PUBLIC_API_URL. Authenticated requests use Bearer JWT tokens obtained from POST /auth/login. See the backend OpenAPI docs at /docs when running the API locally in development mode.