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

# Introduction

There are two main ways to automatize data outputs from Qobra:

* via the Webhook
* via Qobra’s APIs

<img src="https://mintcdn.com/qobra/4g7tQyP7wYl6AlCt/integration_documentation/images/outbound_data_screenshot_1.png?fit=max&auto=format&n=4g7tQyP7wYl6AlCt&q=85&s=2f5361d39e8b48385be704261b97787a" alt="Data outputs diagram" width="4016" height="1184" data-path="integration_documentation/images/outbound_data_screenshot_1.png" />

## Webhook

In Qobra, you can send an HTTPS request when a statement is sent to payroll. This is mainly use to push data back to your payroll system if necessary.

You’ll find the webhook documentation [here](/integration_documentation/webhook/webhook).

## APIs

To extract Qobra’s data to your datalake, customers use ETLs (Airbyte, Fivetran) coupled with Qobra’s API. Here are the endpoints that should be considered:

* the [Fetch statement reporting data](/api_reference/v1/endpoints/reporting/fetch_statement_reporting_data) route, to retrieve statement reporting data
* the [Fetch record reporting data](/api_reference/v1/endpoints/reporting/fetch_record_reporting_data) route, to retrieve record reporting data
* the [Fetch users](/api_reference/v1/endpoints/users/fetch_users) route, to retrieve all user data
* the [Fetch records](/api_reference/v1/endpoints/data_tables/fetch_records_data) route, to retrieve all data tables data
