# Guiding questions

{% hint style="success" %}
**Purpose:** Define the breadth and depth of the catalogue to balance discoverability, transparency, and accessibility.
{% endhint %}

1. **Scope & Functionality of the Catalogue**

* *What is the appropriate scope of the catalogue (minimal index or rich metadata repository)?*
* *Should offerings be accessible to non-participants (public visibility) or only to registered participants?*
* *What level of detail in metadata is required to ensure both discoverability and trustworthiness?*
* *Will the catalogue manage service offerings, support dynamic data transactions, and enforce access management for offerings?*

{% hint style="success" %}
**Purpose:** Clarify who manages the catalogue and how access rights are assigned, authenticated, and authorized.
{% endhint %}

2. **Governance & Access Control**

* *Who governs the catalogue (central authority vs. distributed responsibility)?*
* *How should access be managed, open, tiered (role-based), or restricted to use-case participants?*
* *What mechanisms should be in place for authentication and authorization when publishing and discovering offerings?*

{% hint style="success" %}
**Purpose:** Decide whether the catalogue operates as a central service, a federated network, or a hybrid model.
{% endhint %}

3. **Catalogue Architecture (Centralised vs. Decentralised)**

* *Should a federated model, central broker model, or hybrid be adopted?*
* *If federated, how should synchronisation work across distributed catalogues? (push, pull, gossip protocols).*
* *If centralised: who operates and funds the central catalogue service, and what are the implications for neutrality and inclusivity?*
* *How will cross-space interoperability for discovery be ensured (common APIs/profiles, conformity tests)?*

{% hint style="success" %}
**Purpose:** Adopt common metadata standards and align with EU infrastructures to ensure cross-data-space discoverability.
{% endhint %}

4. **Interoperability & Standards**

* *Which metadata standards (DCAT v3, ODRL, FAIR) should be mandatory?*
* *How should the catalogue align with EU infrastructures (data.europa.eu, national catalogues, sectoral hubs)?*
* *How to ensure cross-data-space discoverability while maintaining control over sensitive offerings?*

{% hint style="success" %}
**Purpose:** Establish processes for managing, updating, and preserving catalogue entries with sustainability in mind.
{% endhint %}

5. **Offering Lifecycle & Sustainability**

* *How should providers manage the lifecycle of offerings (versioning, updates, retirement)?*
* *Should sustainability attributes (e.g. environmental impact, CO₂ data quality) be part of metadata descriptions?*
* *How do we ensure long-term persistence of identifiers (PIDs) to support reuse across data spaces?*

{% hint style="success" %}
**Purpose:** Ensure catalogue entries are reliable, searchable, and validated to build user confidence and usability.
{% endhint %}

6. **User Experience & Trust**

* *What mechanisms ensure offerings are searchable, transparent, and reliable?*
* *Should a data-space-wide search portal be provided for non-technical users?*
* *How do we build confidence in entries (validation, certification, provenance)?*
* *Will verification links be exposed for trust decisions?*


---

# 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://template.ishare.eu/technical-building-blocks/data-value-creation-enablers/publication-and-discovery/guiding-questions.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.
