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

# PRODUCT

- [What is CloudTruth?](https://docs.cloudtruth.com/product/what-is-cloudtruth.md)
- [Interactive Demo](https://docs.cloudtruth.com/product/interactive-demo.md)
- [Kubernetes](https://docs.cloudtruth.com/product/kubernetes.md): Automatically create and update ConfigMaps, Secrets, Helm Charts, or any CRD.
- [Terraform](https://docs.cloudtruth.com/product/terraform.md): Manage the inputs and outputs for Terraform, CloudFormation, Pulumi, AWS CDK or any other Infrastructure as Code tools.
- [CI/CD Pipeline Configuration](https://docs.cloudtruth.com/product/ci-cd-pipeline-configuration.md): Inject the most accurate config at the perfect time into CI/CD pipelines. No more leaking secrets into log files.
- [Cloud CMDB](https://docs.cloudtruth.com/product/cloud-cmdb.md): Generate perfect consistent config for every deployment AND automatically track all config changes across build, deploy, and runtime workflows.
- [Secrets Management](https://docs.cloudtruth.com/product/secrets-management.md): Securely track, sync and share passwords, API keys, SSH keys, and certificates with robust role-based access controls to protect sensitive data.
- [GitOps](https://docs.cloudtruth.com/product/gitops.md): Inject perfect config into GitOps workflows. CloudTruth is the easiest way to drive configuration and automation with all CI/CD.
- [Our Manifesto](https://docs.cloudtruth.com/product/our-manifesto.md): One of the primary goals of CloudTruth is to allow you to decouple the management of your configuration from its consumption.
- [Open Source](https://docs.cloudtruth.com/product/open-source.md): CloudTruth could not exist without the open source community. One of our core commitments is to give back to the community to benefit others.
- [FAQs](https://docs.cloudtruth.com/product/faqs.md): Common questions and answers about the configuration command center ConfigOps platform.
- [Our Mission](https://docs.cloudtruth.com/product/mission.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.cloudtruth.com/product.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.
