# Operational Considerations

This section covers following requirements needed to run the MOSIP–CRVS integration.

Use it to create the operational entities that CRVS-initiated workflows depend on (centres, machines, officers, and an application identity).

* [Create Centre](/1.2.0/interoperability/integrations/mosip-crvs-integration/prerequisites-configurations-and-operations/operational-considerations/create-centre.md): Create a centre to represent the physical/organizational location where CRVS operations are anchored.
* [Create the Default Officer](/1.2.0/interoperability/integrations/mosip-crvs-integration/prerequisites-configurations-and-operations/operational-considerations/create-the-default-officer.md): Configure a default officer for cases where the system needs an operational “owner” for a transaction.
* [Create Machine](/1.2.0/interoperability/integrations/mosip-crvs-integration/prerequisites-configurations-and-operations/operational-considerations/create-machine.md): Register a machine/device that will be associated with a centre for operational tracking and access controls.
* [Map Officer to Centre and Machine](/1.2.0/interoperability/integrations/mosip-crvs-integration/prerequisites-configurations-and-operations/operational-considerations/map-officer-to-centre-and-machine.md): Assign an officer/operator to the right centre and machine so transactions are authorized and auditable.
* [Create the Application ID (AID)](/1.2.0/interoperability/integrations/mosip-crvs-integration/prerequisites-configurations-and-operations/operational-considerations/create-the-application-id-aid.md): Create an application identity used by CRVS-initiated flows and integrations where an AID is required.

***

### Learn more

* [Security & Authentication](/1.2.0/interoperability/integrations/mosip-crvs-integration/prerequisites-configurations-and-operations/prerequisites/security-and-authentication.md) - OAuth client setup, access tokens, and eSignet flow.
* [Policy Configuration & Customization](/1.2.0/interoperability/integrations/mosip-crvs-integration/prerequisites-configurations-and-operations/configuration-and-customization.md) - Credential sharing choices (PSUT/UIN/VID) and partner policy setup.
* [Notifications & Event Handling](/1.2.0/interoperability/integrations/mosip-crvs-integration/notifications-and-event-handling.md) - WebSub topics for credentials and packet status updates.
* [API Reference & Data Models](/1.2.0/interoperability/integrations/mosip-crvs-integration/api-reference-and-data-models.md) - Packet APIs, payloads, and data structures used by CRVS.
* [Core Integration Principles](/1.2.0/interoperability/integrations/mosip-crvs-integration/integration-overview-and-context/core-integration-principles.md) - Trust boundary, verification expectations, and defaults.
* [MOSIP Configuration Changes for CRVS Birth and Death Requests](/1.2.0/interoperability/integrations/mosip-crvs-integration/prerequisites-configurations-and-operations/prerequisites/configurations-details.md) - ID schema fields, auth-policy updates, and routing configs.
* [Error Handling & Reconciliation](/1.2.0/interoperability/integrations/mosip-crvs-integration/error-handling-and-reconciliation.md) - Failures, retries, and reconciliation patterns.


---

# 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://docs.mosip.io/1.2.0/interoperability/integrations/mosip-crvs-integration/prerequisites-configurations-and-operations/operational-considerations.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.
