# 4.3.6.2 Seeding a server environment

Your servers are deployed, but your OpenCRVS databases are empty if this is your first time deploying. Just as you were required to seed your local development environment with initial reference data, you need to seed your server environment.

Once the environments have been successfully deployed to, they are ready for seeding with your reference data that you prepared locally in [step 3.2](https://github.com/opencrvs/documentation/blob/master/v1.8.0/setup/3.-installation/3.2-set-up-your-own-country-configuration)

Run the **Seed data** Github Action with the same OpenCRVS Core image tag you used in the "Deploy..." actions to seed the databases with your data.

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

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

The **Seed data** action can only be run once. If an error occurs, the environment must be reset before it can be seeded again. Resetting an environment is explained [here](/v1.8/setup/3.-installation/3.3-set-up-a-server-hosted-environment/3.3.6-deploy-automated-and-manual/4.3.6.5-resetting-a-server-environment.md).


---

# 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.8/setup/3.-installation/3.3-set-up-a-server-hosted-environment/3.3.6-deploy-automated-and-manual/4.3.6.2-seeding-a-server-environment.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.
