# Server-side integration

In a server-side configuration, the calls are made from the retailer's e-commerce platform server to the **Veasybl** server via an [API](/en/api-integration/reference.md).

<figure><img src="/files/y1XGVRYXTKIZyqnCcWcM" alt=""><figcaption></figcaption></figure>

* The user navigates and requests a product listing page from the retailer's server.
* The retailer's server makes a request to **Veasybl** via the API to retrieve the sponsored ads.
* **Veasybl** returns the sponsored ads to the retailer's server.
* The retailer then merges the sponsored ads with the organic product results.
* The sponsored ads and organic products are sent together to the user's browser.
* Impressions, clicks, and purchases are sent to the **Veasybl** server by the browser via the [JavaScript SDK](/en/setup-guide.md), enabling precise performance tracking.


---

# 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.veasybl.io/en/integration/server-side-integration.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.
