> For the complete documentation index, see [llms.txt](https://docs.groundcover.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.groundcover.com/customization.md).

# Customization

- [Customize deployment](https://docs.groundcover.com/customization/customize-deployment.md)
- [Agents in host network mode](https://docs.groundcover.com/customization/customize-deployment/agents-in-host-network-mode.md)
- [API Key Secret](https://docs.groundcover.com/customization/customize-deployment/api-key-secret.md)
- [Argo CD](https://docs.groundcover.com/customization/customize-deployment/argo-cd.md)
- [On-premise deployment](https://docs.groundcover.com/customization/customize-deployment/on-premise-deployment.md)
- [Quay.io registry](https://docs.groundcover.com/customization/customize-deployment/quay.io-registry.md)
- [Configuring sensor Deployment on Kubernetes](https://docs.groundcover.com/customization/customize-deployment/configuring-sensor-deployment-coverage.md)
- [Enabling SSL Tracing in Java Applications](https://docs.groundcover.com/customization/customize-deployment/enabling-ssl-tracing-in-java-applications.md)
- [Telemetry](https://docs.groundcover.com/customization/customize-deployment/telemetry.md)
- [Adding Source control context](https://docs.groundcover.com/customization/customize-deployment/source-control-gitlab-github.md): Enrich traces with relevant source control metadata.
- [Customize usage](https://docs.groundcover.com/customization/customize-usage.md)
- [Filtering Kubernetes entities](https://docs.groundcover.com/customization/customize-usage/filtering-kubernetes-entities.md): Customize data collection by filtering K8s entities
- [Custom data retention](https://docs.groundcover.com/customization/customize-usage/custom-data-retention.md)
- [Sensitive data obfuscation](https://docs.groundcover.com/customization/customize-usage/sensitive-data-obfuscation.md)
- [Custom storage](https://docs.groundcover.com/customization/customize-usage/custom-storage.md): Customize groundcover storage volumes for logs, metrics and traces
- [Custom logs collection](https://docs.groundcover.com/customization/customize-usage/custom-logs-collection.md): Custom k8s logs filtering / storing
- [Custom labels and annotations](https://docs.groundcover.com/customization/customize-usage/custom-labels-and-annotations.md)
- [Enrich data with static labels](https://docs.groundcover.com/customization/customize-usage/custom-labels-and-annotations/enrich-metrics-with-static-labels.md)
- [Enrich logs, traces, events, and metrics with pod labels & annotations](https://docs.groundcover.com/customization/customize-usage/custom-labels-and-annotations/enrich-logs-and-traces-with-pod-labels-and-annotations.md)
- [Enrich metrics with node labels](https://docs.groundcover.com/customization/customize-usage/custom-labels-and-annotations/enrich-metrics-with-node-labels.md)
- [Customize tracing payload size](https://docs.groundcover.com/customization/customize-usage/customize-tracing-payload-size.md)
- [Disable tracing for specific protocols](https://docs.groundcover.com/customization/customize-usage/disable-tracing-for-specific-protocols.md)
- [Tuning resources](https://docs.groundcover.com/customization/customize-usage/tuning-resources.md)
- [Controlling the eBPF sampling mechanism](https://docs.groundcover.com/customization/customize-usage/controlling-the-ebpf-sampling-mechanism.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.groundcover.com/customization.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
