# Airbyte

The Airbyte connector allows you to synchronize data from Bunny's GraphQL API to other systems via Airbyte. The following objects can currently be synchronized:

* Account, AccountBalance, Contact ,Entity
* Invoice, InvoiceItem, Payment, Product, Plan
* Quote, QuoteCharge, RecurringRevenue
* Subscription, SubscriptionCharge, Transaction, Tenant

You will need to create an API client in Bunny with the relevant permissions for the objects you want to synchronize data for.&#x20;

### Setting up the connector in Airbyte

Once you have downloaded the YAML file from the integration, go to the Airbyte Builder and paste the file  into the YAML editor.

<figure><img src="/files/Zc3z1O5TMBynJIHX1SBe" alt=""><figcaption><p>Airbyte Builder</p></figcaption></figure>

Once the YAML is updated, toggle to the `UI` view and go to User Input and enter the following.

* **Subdomain** - This is the subdomain of your Bunny instance, e.g. `acme`
* **API key** - Generate an access token from the [API client](/guide/tour/access-control/api-clients.md) you created in Bunny

You should now be able to connect to Bunny.


---

# 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.bunny.com/guide/advanced-guides/integrations/airbyte.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.
