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

# Developer Space

- [Setting Up Dev Environment](https://docs.mifos.org/mifosx/developer-space/setting-up-dev-environment.md)
- [Setting up Frontend - community-app](https://docs.mifos.org/mifosx/developer-space/setting-up-dev-environment/setting-up-frontend-community-app.md)
- [Setting up MifosX from latest builds](https://docs.mifos.org/mifosx/developer-space/setting-up-mifosx-from-latest-builds.md)
- [Contributors Guide](https://docs.mifos.org/mifosx/developer-space/contributors-guide.md)
- [Customising MifosX](https://docs.mifos.org/mifosx/developer-space/customising-mifosx.md)
- [Additional features](https://docs.mifos.org/mifosx/developer-space/additional-features.md)
- [Data import tool](https://docs.mifos.org/mifosx/developer-space/additional-features/data-import-tool.md)
- [SMS campaigns](https://docs.mifos.org/mifosx/developer-space/additional-features/sms-campaigns.md)
- [Pentaho reports](https://docs.mifos.org/mifosx/developer-space/additional-features/pentaho-reports.md)
- [How Mifosx works](https://docs.mifos.org/mifosx/developer-space/how-mifosx-works.md): (Architectural explanation)
- [Adding a new tenant to MifosX instance](https://docs.mifos.org/mifosx/developer-space/adding-a-new-tenant-to-mifosx-instance.md)
- [Using REST client for testing](https://docs.mifos.org/mifosx/developer-space/using-rest-client-for-testing.md)
- [API documentation](https://docs.mifos.org/mifosx/developer-space/api-documentation.md)
- [Scaling MifosX](https://docs.mifos.org/mifosx/developer-space/scaling-mifosx.md)
- [Upgrading MifosX](https://docs.mifos.org/mifosx/developer-space/upgrading-mifosx.md)
- [Troubleshooting guide](https://docs.mifos.org/mifosx/developer-space/troubleshooting-guide.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:

```
GET https://docs.mifos.org/mifosx/developer-space.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.
