Revision control

Copy as Markdown

# Introduction
The Glean SDKs are modern cross-platform telemetry client libraries
and are a part of the [Glean project](https://docs.telemetry.mozilla.org/concepts/glean/glean.html).
![Glean logo](glean.jpeg)
The Glean SDKs are available for several programming languages and development environments.
Each SDK aims to contain the same group of features with similar, but idiomatic APIs.
To learn more about each SDK, refer to the [SDKs overview](./language-bindings/index.md) page.
To get started adding Glean to your project, choose one of the following guides:
- **[Kotlin](./user/adding-glean-to-your-project/kotlin.md)**
- Get started adding Glean to an Android application or library.
- **[Swift](./user/adding-glean-to-your-project/swift.md)**
- Get started adding Glean to an iOS application or library.
- **[Python](./user/adding-glean-to-your-project/python.md)**
- Get started adding Glean to any Python project.
- **[Rust](./user/adding-glean-to-your-project/rust.md)**
- Get started adding Glean to any Rust project or library.
- **[JavaScript](./user/adding-glean-to-your-project/javascript.md)**
- Get started adding Glean to a website, web extension or Node.js project.
- **[QML](./user/adding-glean-to-your-project/qt.md)**
- Get started adding Glean to a Qt/QML application or library.
<!-- - **[Firefox Desktop](TODO)**
- Get started adding Glean to a Firefox Desktop component. -->
- **[Server](./user/adding-glean-to-your-project/server.md)**
- Get started adding Glean to a server-side application.
For development documentation on the `Glean SDK`, refer to [the Glean SDK development book](../dev/index.html).
## Sections
### [User Guides](./user/adding-glean-to-your-project/index.html)
This section of the book contains step-by-step guides and essays detailing how to
achieve specific tasks with each Glean SDK.
It contains guides on the first steps of integrating Glean into your project,
choosing the right metric type for you, debugging products that use Glean and
Glean's built-in error reporting mechanism.
If you want to start using Glean to report data, this is the section you should read.
### [API Reference](./reference/yaml/index.html)
This section of the book contains reference pages for Glean’s user facing APIs.
If you are looking for information a specific Glean API, this is the section you should check out.
### [SDK Specific Information](./language-bindings/android/index.html)
This section contains guides and essays regarding specific usage information
and possibilities in each Glean SDK.
Check out this section for more information on the SDK you are using.
### Appendix
#### [Glossary](./appendix/glossary.html)
In this book we use a lot of Glean specific terminology. In the glossary, we go through
many of the terms used throughout this book and describe exactly what we mean when we use them.
#### [Changelog](./appendix/changelog/index.html)
This section contains detailed notes about changes in Glean, per release.
#### [This Week in Glean](./appendix/twig.html)
“This Week in Glean” is a series of blog posts that the Glean Team at Mozilla is using to try
to communicate better about our work. They could be release notes, documentation, hopes, dreams,
or whatever: so long as it is inspired by Glean.
#### [Contribution Guidelines](./appendix/contribution-guidelines.html)
This section contains detailed information on where and how to include new content to this book.
## Contact
To contact the Glean team you can:
- Find us in the [#glean channel on chat.mozilla.org](https://chat.mozilla.org/#/room/#glean:mozilla.org).
- Send an email to *glean-team@mozilla.com*.
- The Glean SDKs team is: *:janerik*, *:dexter*, *:travis*, *:chutten*, *:perrymcmanis*.
## License
The Glean SDKs Source Code is subject to the terms of the Mozilla Public License v2.0.
You can obtain a copy of the MPL at <https://mozilla.org/MPL/2.0/>.