2025-05-17 20:03:52 +00:00
# Fleet Contributor Documentation
2020-12-24 22:33:03 +00:00
2025-05-17 20:03:52 +00:00
Welcome to the Fleet contributor documentation! This documentation is designed to help you contribute to the Fleet project.
2020-12-24 22:33:03 +00:00
2025-05-20 16:26:35 +00:00
## Documentation structure
2023-01-19 16:31:24 +00:00
2025-05-17 20:03:52 +00:00
The documentation is organized into the following sections:
2020-12-24 22:33:03 +00:00
2025-05-17 20:03:52 +00:00
- [Getting Started ](getting-started/README.md ) - Setup, building, and testing Fleet
- [Guides ](guides/README.md ) - How-to guides for common tasks
- [Architecture ](architecture/README.md ) - High-level architecture documentation
- [Product Groups ](product-groups/README.md ) - Documentation for specific product groups
- [Workflows ](workflows/README.md ) - Development workflows
- [Reference ](reference/README.md ) - API reference, configuration, etc.
- [ADRs ](adr/README.md ) - Architectural Decision Records
- [Research ](research/ ) - Research documents for product groups
- [Responsibilities ](responsibilities/ ) - Responsibility documents for product groups
2020-12-30 23:20:02 +00:00
2025-05-20 16:26:35 +00:00
## Product groups
2020-12-24 22:33:03 +00:00
2025-05-17 20:03:52 +00:00
Fleet is organized into three main product groups:
2020-12-24 22:33:03 +00:00
2025-05-17 20:03:52 +00:00
- [MDM ](product-groups/mdm/README.md ) - Mobile Device Management
- [Orchestration ](product-groups/orchestration/README.md ) - Device orchestration using osquery
2026-03-24 16:39:47 +00:00
- [Security & Compliance ](product-groups/security-compliance/README.md ) - Software inventory, vulnerability management
- [Software ](product-groups/software/README.md ) - Software installation
2021-11-05 14:03:05 +00:00
2025-05-17 20:03:52 +00:00
## Contributing
2021-11-05 14:03:05 +00:00
2025-05-17 20:03:52 +00:00
If you're new to Fleet, we recommend starting with the [Getting Started ](getting-started/README.md ) section to set up your development environment.
2023-07-14 18:44:36 +00:00
2025-05-17 20:03:52 +00:00
Once you're set up, you can explore the [Guides ](guides/README.md ) section to learn how to contribute to specific areas of the project.
2025-04-02 20:30:32 +00:00
2025-05-17 20:03:52 +00:00
## Architectural Decision Records (ADRs)
We use [Architectural Decision Records ](adr/README.md ) to document significant architectural decisions. If you're making a significant architectural change, please create an ADR to document your decision.