> 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/v2.0/implementation.md).

# Implementation

- [Example: Farajaland](https://documentation.opencrvs.org/v2.0/implementation/example-farajaland.md)
- [Background & goals](https://documentation.opencrvs.org/v2.0/implementation/example-farajaland/background-and-goals.md)
- [Requirements](https://documentation.opencrvs.org/v2.0/implementation/example-farajaland/requirements.md)
- [Birth Requirements  — Farajaland](https://documentation.opencrvs.org/v2.0/implementation/example-farajaland/requirements/birth-requirements-farajaland.md)
- [Birth Journeys  — Farajaland](https://documentation.opencrvs.org/v2.0/implementation/example-farajaland/requirements/birth-journeys-farajaland.md)
- [Demo](https://documentation.opencrvs.org/v2.0/implementation/example-farajaland/demo.md)
- [Your OpenCRVS Project](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project.md)
- [Project planning](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/project-planning.md)
- [Establish project & team](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/establish-project-and-team.md)
- [Gathering requirements](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/gathering-requirements.md): Collect and prepare all the inputs required for optimal product configuration.
- [Desk research & planning](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/gathering-requirements/desk-research-and-planning.md): Desktop research and planning before any fieldwork
- [Field Research & discovery](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/gathering-requirements/field-research-and-discovery.md): Context immersion and primary research
- [Co-Design & validation](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/gathering-requirements/co-design-and-validation.md): Collaborative workshops for alignment in solution development
- [Design & specification](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/gathering-requirements/design-and-specification.md): Creating implementation-ready deliverables
- [Guides](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/gathering-requirements/design-and-specification/guides.md)
- [Guide: Event configuration](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/gathering-requirements/design-and-specification/guides/guide-event-configuration.md)
- [Name change](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/gathering-requirements/design-and-specification/guides/guide-event-configuration/name-change.md)
- [Guide: Form configuration](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/gathering-requirements/design-and-specification/guides/guide-form-configuration.md)
- [Guide: Certificate configuration](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/gathering-requirements/design-and-specification/guides/guide-certificate-configuration.md)
- [Guide: Mapping offices and users](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/gathering-requirements/design-and-specification/guides/guide-mapping-offices-and-users.md)
- [Solution architecture](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/solution-architecture.md)
- [Configuration](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/configuration.md)
- [Deployment](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/deployment.md)
- [Migrate legacy data](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/migrate-legacy-data.md)
- [Quality assurance](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/quality-assurance.md)
- [Go-live](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/go-live.md)
- [Operational support](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/operational-support.md)
- [Monitoring](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/monitoring.md)
- [Version upgrades](https://documentation.opencrvs.org/v2.0/implementation/your-opencrvs-project/version-upgrades.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, and the optional `goal` query parameter:

```
GET https://documentation.opencrvs.org/v2.0/implementation.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.
