# @carbon/telemetry > Collect telemetry data for projects at IBM using Carbon ## Getting started To install `@carbon/telemetry` in your project, you will need to run the following command using [npm](https://www.npmjs.com/): ```bash npm install -S @carbon/telemetry ``` If you prefer [Yarn](https://yarnpkg.com/en/), use the following command instead: ```bash yarn add @carbon/telemetry ``` ## 🙌 Contributing We're always looking for contributors to help us fix bugs, build new features, or help us improve the project documentation. If you're interested, definitely check out our [Contributing Guide](/.github/CONTRIBUTING.md)! 👀 ## 📝 License Licensed under the [Apache-2.0 License](/LICENSE).