> For the complete documentation index, see [llms.txt](https://documentation.opencrvs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opencrvs.org/v1.8/technology.md).

# Technology

- [Architecture](https://documentation.opencrvs.org/v1.8/technology/architecture.md)
- [Performance tests](https://documentation.opencrvs.org/v1.8/technology/architecture/performance-tests.md): Overview of results from performance tests conducted on OpenCRVS
- [Standards](https://documentation.opencrvs.org/v1.8/technology/standards.md): Overview of how OpenCRVS uses best-practice technology standards
- [FHIR Documents](https://documentation.opencrvs.org/v1.8/technology/standards/fhir-documents.md)
- [Event Composition](https://documentation.opencrvs.org/v1.8/technology/standards/fhir-documents/event-composition.md)
- [Person](https://documentation.opencrvs.org/v1.8/technology/standards/fhir-documents/person.md)
- [Registration Task](https://documentation.opencrvs.org/v1.8/technology/standards/fhir-documents/registration-task.md)
- [Event Observations](https://documentation.opencrvs.org/v1.8/technology/standards/fhir-documents/event-observations.md)
- [Locations](https://documentation.opencrvs.org/v1.8/technology/standards/fhir-documents/locations.md)
- [Security](https://documentation.opencrvs.org/v1.8/technology/security.md)
- [Interoperability](https://documentation.opencrvs.org/v1.8/technology/interoperability.md): An introduction describing how OpenCRVS interoperates
- [APIs requiring OAuth credentials](https://documentation.opencrvs.org/v1.8/technology/interoperability/create-a-client.md): In order to interoperate with OpenCRVS' record search, event notification and webhooks, you must first create an OAuth client.
- [Authenticate a client](https://documentation.opencrvs.org/v1.8/technology/interoperability/create-a-client/authenticate-a-client.md): Authenticating with your client details to retrieve an access token using OAuth 2.0
- [Event Notification clients](https://documentation.opencrvs.org/v1.8/technology/interoperability/create-a-client/event-notification-clients.md): Submitting full or partial event applications into OpenCRVS from an external service such as a health institution or public portal.
- [Record Search clients](https://documentation.opencrvs.org/v1.8/technology/interoperability/create-a-client/record-search-clients.md): Perform an advanced search of civil registration records from a trusted, external e-Gov service
- [Webhook clients](https://documentation.opencrvs.org/v1.8/technology/interoperability/create-a-client/webhook-clients.md): Business functionality and API endpoints available to a "Webhook" client.
- [APIs for system administrators](https://documentation.opencrvs.org/v1.8/technology/interoperability/fhir-location-rest-api.md): Create, read, update or archive administrative areas, civil registration offices or health facilities using FHIR.
- [National ID](https://documentation.opencrvs.org/v1.8/technology/interoperability/national-id-client.md)
- [Registration integration](https://documentation.opencrvs.org/v1.8/technology/interoperability/national-id-client/registration-integration.md): Interoperating with a National ID system at the point of registration, both synchronously and asynchronously.
- [In-form authentication / verification](https://documentation.opencrvs.org/v1.8/technology/interoperability/national-id-client/in-form-authentication-verification.md): Authenticating and verifying the identity of informants and parents during the event application process both offline and online.
- [MOSIP](https://documentation.opencrvs.org/v1.8/technology/interoperability/national-id-client/mosip.md): Interoperating with MOSIP and E-Signet, OpenSource DPG solutions for National ID and digital identity verification
- [Registration integration](https://documentation.opencrvs.org/v1.8/technology/interoperability/national-id-client/mosip/registration-integration.md): Using MOSIP's Packet Manager API for asynchronous integration at the point of registration
- [In-form authentication / verification & E-Signet](https://documentation.opencrvs.org/v1.8/technology/interoperability/national-id-client/mosip/in-form-authentication-verification-using-e-signet.md)
- [Deployment](https://documentation.opencrvs.org/v1.8/technology/interoperability/national-id-client/mosip/deployment.md): Deployment process for the technical components and modules required to integrate with MOSIP & E-Signet


---

# 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://documentation.opencrvs.org/v1.8/technology.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.
