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

# Export for Fine-Tuning

You can easily [trace](/developer/basic-features/observability-tracing) your application, collect user feedback, and then use the data to fine-tune a model for your specific use case.

# Export Data for Fine-Tuning

To export generations and training data for fine-tuning, see the comprehensive [Export Data](/developer/platform/api-data-platform/overview) guide which includes:

* Export generations in OpenAI JSONL format for fine-tuning
* Filter by quality scores to export high-performing examples
* Multiple export formats (CSV, JSON, JSONL)
* Programmatic access via SDKs and APIs

# SDKs/API

All data collected in ABV is also available programmatically via the API and SDKs (Python, JS/TS). Refer to the [Public API](/developer/platform/api-data-platform/public-api) reference and [Export Data](/developer/platform/api-data-platform/overview) guide for more information.
