> For the complete documentation index, see [llms.txt](https://t1t.gitbook.io/readmycards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://t1t.gitbook.io/readmycards/readmycards-nl-1/introductie.md).

# Introductie

De webtoepassing ReadMyCards is een voorbeeld implementatie van de Trust1Connector. De applicatie faciliteert de volgende use cases:&#x20;

* Visualiseer beschikbare smartcard lezers en fysieke tokens&#x20;
* Ophalen van certificaten, certificaat lijsten
* Visualiseren van smartcards en fysieke tokens personalisatie-informatie&#x20;
* Verificatie van gebruikers&#x20;
* Een PDF-document digitaal ondertekenen&#x20;
* Inhoud afdrukken naar beschikbare printers&#x20;
* Lokale bestandstoewijzing voor uploaden, downloaden en synchroniseren van bestanden&#x20;

ReadMyCards is beschikbaar op: <https://rmc.t1t.io/>

Dit document beschrijft de beschikbare functionaliteiten voor ReadMyCards en hoe dit waardevol kan zijn voor partners en eindgebruikers.


---

# 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://t1t.gitbook.io/readmycards/readmycards-nl-1/introductie.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.
