# Adding a New Vaccine and its Mapping via ETCD CLI

With the ETCD CLI, the same can be dynamically updated in the files (euVaccineProph.json and euVaccineCode.json) without any service deployments.

### **Steps to add the extra EU vaccine configurations**

* Go to the specific path where etcd is configured.
* Open the files to add the new vaccine or update the existing vaccine.
* Run the command: vim euVaccineCode.json.

<figure><img src="/files/ovo9Xj56xNsBQq8dNoRh" alt=""><figcaption></figcaption></figure>

* Run the command:vim euVaccineProph.json.

<figure><img src="/files/G56irHkXEjQD0YrbeJ3r" alt=""><figcaption></figcaption></figure>

* Run the command:vim [euVaccineManuf.json](https://github.com/egovernments/DIVOC/blob/main/default-configuration/etcd/euVaccineManuf.json).

<figure><img src="/files/V8oTI4hqDgwCxUnlhnJ5" alt=""><figcaption></figcaption></figure>

* To reflect the change, run the command: ./updateConfigs.sh. It shows "OK OK OK...."This means that etcd has been updated with the new vaccine list successfully.

<figure><img src="/files/Z2zddKSibNtnrQcR99XT" alt=""><figcaption></figcaption></figure>

* Create the certificate and generate the PDF with the new vaccine.

<figure><img src="/files/NZctwne2CAsnzDXkZQWe" alt=""><figcaption><p>Sample certificate</p></figcaption></figure>

[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)*All content on this page by* [*eGov Foundation*](https://egov.org.in/) *is licensed under a* [*Creative Commons Attribution 4.0 International License*](http://creativecommons.org/licenses/by/4.0/)*.* &#x20;


---

# 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://divoc.digit.org/platform/configuration/configuration-management-via-etcd/eu-vaccine-configurations/adding-a-new-vaccine-and-its-mapping-via-etcd-cli.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.
