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

# Emergency Evacuation Plan

Cochin International Airport is expecting the largest influx of Keralites back to the state. The following actions are being done in parallel to safely bring the citizens back home.

* [ ] CoronaSafe Suraksha for citizens to fill to come back
* [ ] CoronaSafe Stays for citizens to stay safely in quarantine

A form will be filled by people who want to travel into EKM district.

This form will have details of where the person want to come and stay in the district.

This form once submitted will be verified physically on the ground at the Village Panchayat level by a Health care worker.

The most important is to have two things.

1. A room with attached bathroom for self isolation at home.&#x20;
2. Not having anyone who is in the vulnerable category at home

This physical verification on the ground will be done by&#x20;

If the person is not having a place to stay, then they can access CoronaSafe Stays and then stay in either government setup hostels (free of cost for staying with food from community kitchens) or take a place to stay in a hotel with varying room rates from 1000 per night (with 3 times food) to 4000 per night.

This system will be fully integrated with the Cochin International Airport, Railway Stations, Bus Stands and other points of physical entry in the system.


---

# 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, and the optional `goal` query parameter:

```
GET https://model.coronasafe.network/centralised-facilities/emergency-evacuation-plan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
