# 4. Register event

Once a declaration has been completed with all mandatory information as per the rules and regulations of the country. A Registrar is able to register it and create a permanently stored vital event record.

### **Configuration options:**

* Set registration number format

### **Pre-condition**

A record is in the Registrar’s Ready for review workqueue with the status ‘In Review’ or ‘Validated’

### **Triggers**

* A Registrar assigns and downloads the declaration
* A Registrar starts and completes a new declaration

### **Standard flow**

1. Registrar navigates to Ready for Review workqueue
2. User assigns themselves to the record
3. Declaration is downloaded and is now available to be validated and registered offline
4. User clicks “Review”
5. User validates declaration against supporting documents
6. User clicks “Register”
7. User confirms their intention to register the declaration
8. Declaration is sent to the Outbox for processing
9. Once processed the declaration status is updated to ‘Registered’

### **Post conditions**

* Registered record is sent to the Ready to Print workqueue. So a certificate can be printed and issued
* Record Audit is updated to show that the record has been ‘Registered’
* Informant receives sms notification with registration no.

### **Variations/Exceptions**

* The Registrar can choose to change a part of the declaration before registered. If so they will receive a warning prompt about making changes. Before navigating them to the required section of the form. A audit log of this change is recorded in Record Audit.

{% embed url="<https://www.loom.com/share/5569948448be4d2e9df6596907d480fb?sid=ab5441d8-e29e-4066-8e13-089ef9e04379>" %}


---

# 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.3/product-specifications/core-functions/4.-register-event.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.
