> 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/dev-legacy-v3/development-and-code.md).

# Development & Code

- [Development: Overview](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/getting-started.md)
- [How to get the source code](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/how-to-get-the-source-code.md)
- [Setup Guides](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/setup_alternatives.md)
- [Installing for production environments](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/setup_alternatives/installing-for-production-environments.md)
- [Development environment with XAMPP](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/setup_alternatives/xampp.md): The purpose of this guide is to set your local environment for development of the Ushahidi Platform with the help of the XAMPP bundle.
- [Development environment setup with Vagrant](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/setup_alternatives/vagrant-setup.md)
- [\[Client\] Setting up the Platform Client for development](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/setup_alternatives/setting-up-the-platform-client.md)
- [Migration from AngularJS](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/setup_alternatives/setting-up-the-platform-client/migration-from-angularjs.md)
- [Setting up the Pattern Library for development](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/setup_alternatives/setting-up-the-pattern-library-for-development.md)
- [\[API & Client\] Bundled release install](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/setup_alternatives/platform_release_install.md)
- [Add code to Ushahidi](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/add-code-to-ushahidi.md)
- [Development process](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/development-process.md): The work for the platform is done in 3 week cycles and is composed of 2 phases.
- [Coding Standards](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/coding-standards.md)
- [Track and submit issues in Github](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/issue-tracking.md): All tasks are filed as issues in github.
- [Upgrading Ushahidi](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/upgrading-ushahidi.md): If you want to upgrade your selfhosted deployment please follow these guides.
- [Upgrading to latest release](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/upgrading-ushahidi/upgrading-to-latest-release.md)
- [Upgrading from V3.x.x to V4.x.x](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/upgrading-ushahidi/upgrading-from-v3.x.x-to-v4.x.x.md): In September 2018, we updated the Platform api, removed Kohana (mostly) and started using Lumen. This affects some of the setup and commands used in the api.
- [⚙️ Installation Helper‌](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/installation-helper.md)


---

# 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/dev-legacy-v3/development-and-code.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.
