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

# Platform Developer Documentation

***

#### What is Ushahidi Platform? <a href="#what-is-ushahidi-platform" id="what-is-ushahidi-platform"></a>

The Ushahidi Platform is a crowdsourcing software application that helps you to collect data information important to you, your community, organisation or institution via these datasources: Web, Mobile, SMS and Email. It also helps you to manage and analyze these data information that you have collected.

***

#### Set up your developer environment <a href="#code-of-conduct" id="code-of-conduct"></a>

The technical documentation for this part is undergoing a review, but if you want to dive in, set up your developer environment and start contributing, please [read this guide](https://docs.ushahidi.com/platform-developer-documentation/set-up-the-developer-environment-for-ushahidi/).

***

#### Code of Conduct <a href="#code-of-conduct" id="code-of-conduct"></a>

To ensure everyone has a good experience, we ask **everyone** that interacts with our community and staff to read our Code of Conduct and values.

{% content-ref url="/pages/EWNsWQ89osObRuFr3ABz" %}
[Code of Conduct](/platform-developer-documentation/code-of-conduct.md)
{% endcontent-ref %}

{% content-ref url="/pages/a403qv13ucIx1CbsbA03" %}
[Values](/platform-developer-documentation/code-of-conduct/values.md)
{% endcontent-ref %}

***

#### Navigating Ushahidi Platform Developer documentation <a href="#navigating-collabo-contributor-docs" id="navigating-collabo-contributor-docs"></a>

At the top left of any page of the Ushahidi platform developer documentation, you will find a dropdown element where you can get to select the version of Ushahidi platform documentation that you want to view. If you are on a mobile phone, then this dropdown is somewhere in the sidebar.

<figure><img src="/files/6aChmxrTyDCPBMFQtlYd" alt=""><figcaption><p>Select platform developer documentation version from top left dropdown</p></figcaption></figure>


---

# 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.ushahidi.com/platform-developer-documentation/platform-developer-documentation.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.
