# 22. Comms management

Keeping users and informants informed and update to date is important to keeping the system functioning and registration processed in a timely manner. SMS is currently supported to send notifications to users and informants. Planned for 1.4 we will introduce support for sending emails and WhatsApp messaged.

### User notifications

Notifications can be sent to a user for various different reasons:

* Onboarding
* Username reminder
* Two factor authentication codes
* When a system admin reset a users password
* When a system admin sends a username reminder

#### Supported communication methods:

* SMS

### Informant notifications

Notifications can be sent to the informant throughout the registration process to give them updates on progress.

#### Supported communication methods:

* SMS

Each SMS notification can be toggled on and off by a National System Admin and the copy can be changed by a developer. Example SMS messages for birth registration:

* **Notification sent to Office**

  Your birth registration tracking ID is {{trackingId}}. Please visit {{crvsOffice}} to complete your declaration
* **Declaration sent for review**

  Your birth registration tracking ID for {{name}} is {{trackingId}}. You will get an SMS within 2 days with progress and next steps.
* **Declaration rejected**

  Your birth declaration has been rejected. Please visit {{regOffice}} with your supporting documents. Your tracking ID is {{trackingID}}.
* **Declaration registered**

  Congratulations, the birth of {{name}} has been registered. Visit your local registration office in 5 days with your ID to collect the certificate. Your tracking ID is {{trackingId}}


---

# 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/product-specifications/admin-functions/18.-comms-management.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.
