# General

- [Community](https://documentation.opencrvs.org/v1.5/general/community.md)
- [Contributing](https://documentation.opencrvs.org/v1.5/general/contributing.md): How to contribute to the Digital Public Good for CRVS
- [Releases](https://documentation.opencrvs.org/v1.5/general/releases.md)
- [v1.5.1: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.5.1-release-notes.md): OpenCRVS v1.5.1 is a patch release which includes a hotfix to the previous OpenCRVS v1.5.0 release. It is to be used in conjunction with a forked country configuration release v1.5.1
- [v1.5.0: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.5.0-release-notes.md): In OpenCRVS v1.5.0 we have refactored the "workflow" microservice and deprecated the backend dependency on OpenHIM.  This has vastly improved the performance of the platform.
- [v1.4.1: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.4.1-release-notes.md)
- [v1.4.0 to v1.4.1 Migration notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.4.0-to-v1.4.1-migration-notes.md)
- [v1.4.0 Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.4.0-release-notes.md): In OpenCRVS v1.4.0 we have entirely refactored infrastructure provisioning in opencrvs-countryconfig.  There are no changes to opencrvs-core.
- [v1.3.\* to v1.4.\* Migration notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.3.-to-v1.4.-migration-notes.md)
- [v1.3.5: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.3.5-release-notes.md)
- [v1.3.4: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.3.4-release-notes.md)
- [v1.3.3: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.3.3-release-notes.md)
- [v1.3.1: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.3.1-release-notes.md)
- [v1.3.0: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.3.0-beta-release-notes.md)
- [v1.2.1: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.2.1-release-notes.md)
- [Patch: Elasticsearch 7.10.2](https://documentation.opencrvs.org/v1.5/general/releases/patch-elasticsearch-7.10.2.md): An Elasticseach downgrade, patch to demonstrate OpenCRVS' base configuration supports OSI standard licenses.
- [v1.2.0: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.2.0-release-notes.md): OpenCRVS v1.2.0 is a stable release of OpenCRVS.
- [v.1.1.2: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v.1.1.2-release-notes.md)
- [v.1.1.1: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v.1.1.1-release-notes.md)
- [v1.1.0: Release notes](https://documentation.opencrvs.org/v1.5/general/releases/v1.1.0-release-notes.md)
- [Roadmap](https://documentation.opencrvs.org/v1.5/general/product-roadmap.md)


---

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