> For the complete documentation index, see [llms.txt](https://dev.ishare.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ishare.eu/participant-registry-role.md).

# Participant Registry role

- [Getting started](https://dev.ishare.eu/participant-registry-role/getting-started.md)
- [Parties \[GET\]](https://dev.ishare.eu/participant-registry-role/parties.md)
- [Parties \[OPTIONS\]](https://dev.ishare.eu/participant-registry-role/parties-options.md)
- [Parties \[POST\]](https://dev.ishare.eu/participant-registry-role/parties-post.md)
- [Parties (single party) \[GET\]](https://dev.ishare.eu/participant-registry-role/single-party.md)
- [Parties (single party) \[OPTIONS\]](https://dev.ishare.eu/participant-registry-role/parties-single-party-options.md)
- [Parties (single party) \[PATCH\]](https://dev.ishare.eu/participant-registry-role/parties-single-party-put.md)
- [Claims \[GET\]](https://dev.ishare.eu/participant-registry-role/claims-get.md)
- [Claims \[OPTIONS\]](https://dev.ishare.eu/participant-registry-role/claims-options.md)
- [Claims \[POST\]](https://dev.ishare.eu/participant-registry-role/claims-post.md)
- [Claims (single claim) \[GET\]](https://dev.ishare.eu/participant-registry-role/claims-single-claim-get.md)
- [Claims (single claim) \[OPTIONS\]](https://dev.ishare.eu/participant-registry-role/claims-single-claim-options.md)
- [Claims (single claim) \[PATCH\]](https://dev.ishare.eu/participant-registry-role/claims-single-claim-patch.md)
- [Trusted list](https://dev.ishare.eu/participant-registry-role/trusted-list.md)
- [Data Spaces](https://dev.ishare.eu/participant-registry-role/dataspaces.md)
- [Frameworks](https://dev.ishare.eu/participant-registry-role/frameworks.md)
- [M2M Verifiable Credential Endpoints](https://dev.ishare.eu/participant-registry-role/m2m-verifiable-credential-endpoints.md)
- [H2M Verifiable Credential Endpoints](https://dev.ishare.eu/participant-registry-role/h2m-verifiable-credential-endpoints.md): This section groups all Human-to-Machine (H2M) Verifiable Credential endpoints in the iSHARE framework.
- [OpenID4VCI Endpoints](https://dev.ishare.eu/participant-registry-role/h2m-verifiable-credential-endpoints/openid4vci-endpoints.md)
- [OpenID4VP Endpoints](https://dev.ishare.eu/participant-registry-role/h2m-verifiable-credential-endpoints/openid4vp-endpoints.md)


---

# 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:

```
GET https://dev.ishare.eu/participant-registry-role.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.
