> For the complete documentation index, see [llms.txt](https://deploydocs.coronasafe.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deploydocs.coronasafe.network/overview.md).

# Tech Overview: CARE

Most projects on the Coronasafe Network are dockerized and can be easily deployed on various container orchestration services for scalability. This documentation contains instructions for setting up our Care Network project in a production environment on the Kubernetes service provided by Amazon (AWS EKS). The same principles can be applied to other projects under the Coronasafe Network.

For help in setting up a local version of the project for development, see [Setting up the project locally](/local.md)

Before deployment make sure that both the care and care\_fe repos from the Coronasafe Network Github Organization are forked into the required organization's Account. This step makes it easier for the projects to remain synced, The Care project will keep receiving security updates and features which can be easily synced up with the deployment fork. Any Security issue must be reported to the Coronasafe Network admin before being implemented in any forks.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://deploydocs.coronasafe.network/overview.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.
