# Welcome Tanium Developers! Are you ready to realize Tanium's full potential by leveraging its endpoint visibility and control from other parts of your technology ecosystem? Do you want to learn to write custom sensors and packages that power virtually any use case you can dream up? You are in the right place! Here you will find all the resources you need to be the most successful when creating an integration with Tanium. The guides here will help you navigate the process of designing and building your Tanium integraton. Visit the forums to ask questions and share your knowledge with others in the Tanium Developer Community. Happy coding! ```mermaid %%{init: {"flowchart": {"htmlLabels": false}} }%% flowchart LR subgraph s1 ["`**Learn**`"] a("`Tanium has some great training courses to help you learn about some of the integration methods available. The Reporting Course introduces building custom reports and dashboards. The Advanced Content Course teaches you how to safely create custom sensors.`")-.->b{{"`Go To: Reporting Course`"}} b-.->c{{"`Go To: Advaned Content Course`"}} click b "https://site.tanium.com/rs/790-QFJ-925/images/TR-Reporting-Outline.pdf" "Reporting Course" click c "https://site.tanium.com/rs/790-QFJ-925/images/TR-Advanced-Content.pdf" "Advanced Content Course" end subgraph s2 ["`***Plan***`"] d("`Next, you'll want to check out our Integration Methods so you can choose the one that makes the most sense for your solution. If you want to know what data Tanium makes available about managed endpoints, this Sensor Inventory contains the list of available data across all Tanium modules.`")-.->e{{"`Go To: Sensor Inventory`"}} e-.->f{{"`Go To: Integration Methods`"}} click e "/sensor-inventory/sensor_list" "Sensor Inventory" click f "/guides/core-platform/integration_methods" "Integration Methods" end subgraph s3 ["`***Integrate***`"] g("`Once you have a design in mind, leverage the How-To Guides and API References to build your integration. If you need help or have any questions, head over to the Developer Community where the Tanium developer community can assist.`")-.->h{{"`Go To: API References`"}} h-.->i{{"`Go To: Developer Community`"}} click h "/apis/api_intro" "API References" click i "https://community.tanium.com/s/developer-community" "Developer Community" end s1==>s2 s2==>s3 ```