> For the complete documentation index, see [llms.txt](https://docs.mapakalamidad.ph/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mapakalamidad.ph/master/readme.md).

# Introduction

MapaKalamidad.ph is a project initiated by Yayasan Peta Bencana as a free, transparent platform for emergency response and disaster management.

The platform adopts a “people as sensors” paradigm, where confirmed reports are collected directly from the users at street level in a manner that removes expensive and time-consuming data processing. This framework creates accurate, real-time data which is immediately made available for users and first responders.\
\
MapaKalamidad.ph gathers, sorts, and visualizes data using specially developed Situational Intelligence Open Source Software (Siti OSS) - an enterprise-level platform for emergency response and disaster management - to transforms the noise of social and digital media into critical information for residents, communities, and government agencies

## MapaKalamidad Data API

MapaKalamidad is backed by a data [API](https://en.wikipedia.org/wiki/Application_programming_interface) exposing a number of public and private endpoints. The documentation that follows allows developers to get up and running. The project is fully open source and the code is available in the [MapaKalamidad GitHub](https://github.com/petabencana/). The architectural diagram is available in different formats:

* [PDF](https://github.com/petabencana/petabencana-docs/tree/d8b3cac5b3bc2a65abd49d874bf9c5798e93eb97/petabencana.pdf)
* [Visio XML](https://github.com/petabencana/petabencana-docs/tree/d8b3cac5b3bc2a65abd49d874bf9c5798e93eb97/petabencana.vdx)
* [OmniGraffle](https://github.com/petabencana/petabencana-docs/tree/d8b3cac5b3bc2a65abd49d874bf9c5798e93eb97/petabencana.graffle.zip)

### Our Sponsors

#### Funding partners

![USAid](/files/-MTEw5V4zxStbjH3Ljac)

#### Data Partners

![](/files/-MTEw5V8FF0NfeirD0I0)

![](/files/-MTif7N23cXslPXiqaqr)

#### Implementing Partners

![](/files/-MTifGsQSC1dgPmVV4Jv)

![](https://lh3.googleusercontent.com/H8gW0VyDUa1S7ZwRQ2e59qG4Tnmb7Qo59UTzDWxQIm1jc1Z2hnOyPXz-7rqPczyDfaIKEed0fWF58wtbIrpjSDVGJ_ytglkXR4rP2dLz5l7apLAgDe0Th9USpdMBbVpcyx86Pi2Q)

![](https://lh5.googleusercontent.com/39INbdeXc4iSWDnr7r_fKZcPMUIlJagm8i_jQx_XtQYuKJaeiEuEq6xTrJBYjHtOErLTSrvciNTWwsZRNvLgk94MJU4Rc40j2m71Vmg3KUwRLDpKLH169DDW9AEY5nfW9HcYuFnE)

![](https://lh6.googleusercontent.com/kDOIoRA9eQfqalhssYke4GdD2pfPbVBECUU6tmL8s22n8UgUiX7x7uLiRPZ_7PFfPxStA6jOIeAjnkYczzIP-h0g5pJWeygHRSvKsnR4Zgl2riSFyaU05HJoB9t1FdMdfvRoUB5r)

#### Project Partners

![](/files/-MTEw5VE9FHTAxet41SS) ![](/files/-MTEw5VFvCDyPUJHGY_N) ![](/files/-MTEw5VGpAfgMPJZOYvq)


---

# 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://docs.mapakalamidad.ph/master/readme.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.
