| 123456789101112131415161718 |
- ---
- title: "Getting started"
- description: "This guide explains how you can contribute to Flowsint."
- category: "Developers"
- order: 7
- author: "Flowsint Team"
- tags: ["tutorial", "developers", "getting-started"]
- version: "1.2.8"
- last_updated_at: "2026-05-15"
- ---
- ## Contributing
- Your contribution to Flowsint is highly encouraged !
- You can create your own [Types](/docs/developers/managing-types), [Tools](/docs/developers/managing-tools), [Enrichers](/docs/developers/managing-enrichers) and Flows, and sharing them by proposing [pull requests](https://github.com/reconurge/flowsint/pulls).
- Before diving in, you may also want to understand the [Graph format](/docs/developers/graph-format) to learn how nodes and edges are structured in the frontend visualization.
|