# Application settings

The following application settings have been used in the Farajaland OpenCRVS configuration to support the country context.

| Setting                                              | Farajaland value                                                | Notes                                                                                        |
| ---------------------------------------------------- | --------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| Name of application                                  | Farajaland CRS                                                  |                                                                                              |
| Government logo                                      | <img src="/files/ZL2p306pgBqln9R1zpEW" alt="" data-size="line"> |                                                                                              |
| Currency                                             | United States dollar                                            |                                                                                              |
| Phone number                                         | ^0(7\|9)\[0-9]{8}$                                              | This RegEx represents a 10 figure number starting with 07 or 09                              |
| Unique Identification Number (UIN) e.g. National ID  | ^\[0-9]{9}$                                                     | This RegEx represents a 9 digit number                                                       |
| Legally specified time period for birth registration | Within 30 days                                                  |                                                                                              |
| Late registration of birth                           | Between 30 days and 365 days                                    |                                                                                              |
| Delayed registration of birth                        | After 365 days                                                  |                                                                                              |
| Fees for on-time registration of birth               | $ 0                                                             |                                                                                              |
| Fees for late registration of birth                  | $ 5.50                                                          | Requesting fees for birth registration is not advised, however it is possible in the system. |
| Fees for delayed registration of birth               | $ 15.00                                                         | Requesting fees for birth registration is not advised, however it is possible in the system. |
| Legally specified time period for death registration | Within 45 days                                                  |                                                                                              |
| Delayed registration of death                        | After 45 days                                                   |                                                                                              |
| Fees for on-time registration of birth               | $ 0                                                             |                                                                                              |
| Fees for delayed registration of birth               | $ 15.00                                                         | Requesting fees for birth registration is not advised, however it is possible in the system. |


---

# 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.4/default-configuration/opencrvs-configuration-in-farajaland/application-settings.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.
