---
myst:
html_meta:
"title": "Developer guide"
"description": "Technical documentation and guides for developers working with OpenSPP - setup, architecture, module development, integrations, and API usage"
"keywords": "OpenSPP, developer guide, technical documentation, module development, API, integration, architecture"
---
# Developer guide
This section provides technical information and instructions for developers who need to customize, extend, integrate with, or contribute to OpenSPP.
- {doc}`setup`
- {doc}`architecture`
- {doc}`module_development/index`
- {doc}`best_practices`
- {doc}`troubleshooting`
- {doc}`developer_mode`
- {doc}`integrations/index`
- {doc}`api_usage/index`
```{toctree}
:maxdepth: 2
:caption: Contents
:hidden:
setup
architecture
module_development/index
best_practices
troubleshooting
developer_mode
integrations/index
api_usage/index
```