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

# Getting Started

- [What is CERTInext](https://docs.certinext.io/documentation/getting-started/publish-your-docs.md)
- [Key Concepts and Terminology](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology.md)
- [Public Key Infrastructure](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/public-key-infrastructure.md)
- [Certificate Lifecycle Management](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/certificate-lifecycle-management.md)
- [Certificate Types](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/certificate-types.md)
- [Key Management (Cryptographic Key Lifecycle)](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/key-management-cryptographic-key-lifecycle.md)
- [Certificate Profiles and Metadata](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/certificate-profiles-and-metadata.md)
- [Public Trust and Private Trust](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/public-trust-and-private-trust.md)
- [Certificate Authorities and Trust Anchors](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/certificate-authorities-and-trust-anchors.md)
- [Discovery and Inventory](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/discovery-and-inventory.md)
- [Protocols for Enrolment and Automation](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/protocols-for-enrolment-and-automation.md)
- [Policy and Governance](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/policy-and-governance.md)
- [Automation and Integration](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/automation-and-integration.md)
- [Machine Identities and IoT](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/machine-identities-and-iot.md)
- [Crypto agility and Post Quantum Crypto](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/crypto-agility-and-post-quantum-crypto.md)
- [Security and Compliance controls](https://docs.certinext.io/documentation/getting-started/key-concepts-and-terminology/security-and-compliance-controls.md)
- [Architecture Overview](https://docs.certinext.io/documentation/getting-started/architecture-overview.md)
- [Capabilities Overview](https://docs.certinext.io/documentation/getting-started/capabilities-overview.md)
- [Multiple Login Options](https://docs.certinext.io/documentation/getting-started/multiple-login-options.md)
- [Navigating the CERTInext Interface](https://docs.certinext.io/documentation/getting-started/navigating-the-certinext-interface.md)
- [Dashboard and Widgets](https://docs.certinext.io/documentation/getting-started/dashboard-and-widgets.md)
- [Global Settings](https://docs.certinext.io/documentation/getting-started/global-settings.md)
- [User Roles and Access Model](https://docs.certinext.io/documentation/getting-started/user-roles-and-access-model.md)
- [Group Management](https://docs.certinext.io/documentation/getting-started/group-management.md)
- [Using Tags](https://docs.certinext.io/documentation/getting-started/using-tags.md)
- [Supported Use Cases](https://docs.certinext.io/documentation/getting-started/supported-use-cases.md)
- [Quick Start Guide](https://docs.certinext.io/documentation/getting-started/quick-start-guide.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.certinext.io/documentation/getting-started.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.
