# Data Delivery Methods

Opendatabay supports multiple ways to deliver data from sellers to buyers, ensuring flexibility for different technical requirements and use cases.

## 1. Downloadable Package

Direct file download after purchase completion.

**How it works:**

* Buyer completes purchase
* Instant access to download link
* Files delivered in formats like CSV, XLS, JSON, Parquet, ZIP, or PDF

**Best for:** One-time data needs, offline analysis, local storage

***

## 2. Data Stream (API Access)

Real-time data access via API endpoints.

**How it works:**

* Buyer receives API credentials
* Makes API calls to retrieve data

**Best for:** Real-time integration, continuous data sync, automated workflows

***

## 3. Data Reports

Pre-generated or custom reports delivered as documents.

**How it works:**

* Buyer submits report request
* Provider generates customised report
* Delivered as PDF or interactive format

**Best for:** Analysed insights, executive summaries, custom visualisations

***

## 4. Managed Access

Access to data stored on cloud platforms.

**How it works:**

* Provider grants access credentials
* Buyer connects to cloud storage (AWS, Azure, Snowflake, GCP)
* Access via BI tools (Power BI, Tableau) or ODBC/JDBC connections

**Best for:** Cloud infrastructure, enterprise warehouses, ongoing access

***

## 5. Custom Delivery

Negotiated delivery method between buyer and seller.

**How it works:**

* Buyer and seller agree on specific delivery method
* Options include FTP, direct database access, physical transfer, or enterprise platform integration
* Opendatabay facilitates the arrangement

**Best for:** Enterprise requirements, legacy systems, specialised security needs

***

## 6. Provider-Specified

Unique delivery method outlined in dataset description.

**How it works:**

* Follow instructions in dataset listing
* Contact provider for setup details

**Best for:** Specialised formats, proprietary systems, niche requirements

***

## Delivery Method Selection

Each dataset listing indicates available delivery methods. Choose based on your technical infrastructure and integration needs.

**Questions?** Contact the data provider through the platform for delivery method details.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opendatabay.com/for-data-buyers/data-delivery-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
