> For the complete documentation index, see [llms.txt](https://template.ishare.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://template.ishare.eu/technical-building-blocks/data-interoperability/data-exchange/guiding-questions.md).

# Guiding questions

{% hint style="success" %}
**Purpose:** Identify core transmission protocols and sector-specific APIs that enable seamless data exchange.
{% endhint %}

1. **Protocol Selection**

* *Which generic transmission protocols (e.g., REST/HTTP, NGSI-LD, LDES, MQTT) should be adopted?*
* *Which domain-specific APIs are required for sectoral use cases?*
* *Should a “preferred protocol set” be provided for faster onboarding?*
* *Are Event Streaming (HTTPS or MQTT), IDSCP, or Protocol Buffers used for transmission?*

{% hint style="success" %}
**Purpose:** Define when data should be exchanged via push, pull, streaming, or batch transfers to meet diverse use cases.
{% endhint %}

2. **Modes of Exchange**

* *Will data be exchanged as push (provider sends) or pull (consumer requests), or both?*
* *Which scenarios require continuous streaming versus finite batch transfers?*
* *How will real-time updates and triggered exchanges be handled?*

{% hint style="success" %}
**Purpose:** Ensure protocols are aligned with semantic models and discoverable through catalogs.
{% endhint %}

3. **Integration with Semantics & Discovery**

* *How will protocols link to the agreed semantic data models?*
* *How will API specifications and protocol details be published for discoverability?*

{% hint style="success" %}
**Purpose:** Implement mechanisms for ensuring accuracy, resilience, and compatibility in data transfers.
{% endhint %}

4. **Quality & Reliability**

* *How will completeness and accuracy of data transfers be ensured?*
* *What mechanisms for error handling, reconnection, and version compatibility will be in place?*

{% hint style="success" %}
**Purpose:** Guarantee interoperability with other EU data spaces through shared protocols and a common inventory.
{% endhint %}

5. **Federation Readiness**

* *How will interoperability with other EU data spaces’ protocols be ensured?*
* *Will a shared “protocol inventory” be maintained for federated connections?*


---

# 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://template.ishare.eu/technical-building-blocks/data-interoperability/data-exchange/guiding-questions.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.
