> For the complete documentation index, see [llms.txt](https://docs.roivenue.com/roivenue-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roivenue.com/roivenue-resources/roivenue-connectors/special-authorization-procees/heureka.md).

# Heureka

## Step 1: Preparation

Our Heureka connecter works by pulling data from a report that Heureka automatically generates. We then take the data from that report and put it in your desired location.

For this to work, you need to obtain the report's **Uniform Resource Identifier** (or **URI** for short).&#x20;

‌Login to the **Heureka** platform and go to "**Administrace e-shopu**",

![](/files/-MiI1LlRoMtLN10yU4MC)

click on **"Statistiky a reporty"** and then **"Přehled o výkonu a nákladech".**

![](/files/-MiI29_oyN6ADirzFG5u)

We're now on the page with the necessary report.&#x20;

**Select the relevant e-shop** from the dropdown(only if you have more than one e-shop) and copy the link from the button. This link represents the URI.

![](/files/-MiI2pNUmfYPRMdQqee4)

{% hint style="info" %}
**Hint:** The correct URI from this button looks something like this: *<https://api.heureka.cz/data-reports/v1/5xxx0/NakladoveStatistiky/3eYBe3xxxxxxxxxxI2wV24ASCD15MGl0qaMSxxxxxxxA>*
{% endhint %}

## **Step 2: Authorization of the ROIVENUE connector**

Now we have everything ready to finish the authorization. Go to ROIVENUE connectors, choose the Heureka platform and copy-paste the URI into the input field.

![](/files/-MivZ1sSkGKp_klbeJI1)

## Step 3: See the data!

After this step, continue with the rest of the setup process. Once finished, the connector will be downloading your data every day, first thing in the morning. &#x20;

{% hint style="warning" %}
**Warning:** Our connector is limited by the platform settings and is only able to download the last 90 days of your data. This is why, even if you choose a time period older than 3 months, you will still get only the last 3 months.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roivenue.com/roivenue-resources/roivenue-connectors/special-authorization-procees/heureka.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
