# Quick Start

### Create a country configuration

```
npm create @opencrvs/countryconfig <project-name>
```

This command creates a country configuration package with a minimal example configuration.

### Fork (or clone) repositories

Create your own forks from the following repositories:Country configuration.&#x20;

* <https://github.com/opencrvs/infrastructure>: Repository is used to store Infrastructure and CI/CD configuration (ansible inventory files and helm release values).

**Steps to fork a repository:**

1. Go to <https://github.com/opencrvs/infrastructure>&#x20;
2. In the top right corner press "Fork" button
3. Provide "Owner" and "Repository name" values
4. Press "Create fork" button.

**For CI/CD:**

Create a [Github Personal Access Token ](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic)with the required permissions in order for the script to programmatically create Github environments on your forked repository. Usually, the only required scope for the token is "repo".

{% hint style="warning" %}
Set the token expiration time as needed. Keep in mind that the token secret must be updated regularly for deployment actions to continue working after it expires.
{% endhint %}


---

# 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/v2.0/technical/guides/installation/quick-start.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.
