> ## Documentation Index
> Fetch the complete documentation index at: https://bazel-flags-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration Fragments

Configuration fragments give rules access to language-specific parts of [configuration](builtins/configuration.html).

Rule implementations can get them using `ctx.fragments.[fragment name]`

* [apple](/rules/lib/fragments/apple)
* [bazel\_android](/rules/lib/fragments/bazel_android)
* [bazel\_py](/rules/lib/fragments/bazel_py)
* [coverage](/rules/lib/fragments/coverage)
* [cpp](/rules/lib/fragments/cpp)
* [j2objc](/rules/lib/fragments/j2objc)
* [java](/rules/lib/fragments/java)
* [objc](/rules/lib/fragments/objc)
* [platform](/rules/lib/fragments/platform)
* [proto](/rules/lib/fragments/proto)
* [py](/rules/lib/fragments/py)
