# Server setup

Juspay Hyperswitch's Airborne requires a backend endpoint to serve the **`config.json`** and updated bundles to client apps. This server is responsible for:

* Hosting `config.json` files for each app version and environment (Sandbox, Production).
* Serving updated JS bundles and assets when requested by the app.
* Managing rollout strategies (e.g., staged rollouts, feature flags).
* Ensuring version compatibility between client and bundle.

For complete server setup instructions and example implementations, see the [Airborne](https://github.com/juspay/airborne/) repository.


---

# 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.hyperswitch.io/integration-guide/payment-suite/payment-method-card/over-the-air-ota-updates/server-setup.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.
