> 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/navigating-the-certinext-interface.md).

# Navigating the CERTInext Interface

CERTInext is organized around a left-hand navigation menu that provides structured access to all certificate lifecycle, key management, integration, and governance capabilities. The interface is designed to support both operational users and administrators, allowing quick movement between day-to-day tasks and strategic oversight functions.

The primary navigation sections include:

* **Dashboard** – Provides a consolidated, real-time view of certificate health, risks, and operational status across the organization.

<figure><img src="/files/EPrqlD8BcbY2UZXyrzJD" alt=""><figcaption></figcaption></figure>

* **Certificates** – Central workspace for managing certificate orders, Certificate Authorities, discovery of existing certificates, and automated provisioning.

<figure><img src="/files/VJKV53iyw1rLHHD8btm5" alt=""><figcaption></figcaption></figure>

* **Keys** – Visibility and governance of cryptographic keys, including key aging and strength indicators.

<figure><img src="/files/FE149X1y0oeNka8Oia2H" alt=""><figcaption></figcaption></figure>

* **Integrations** – Configuration of automation endpoints, bots, and integrations with external systems, platforms, and environments.

<figure><img src="/files/WIH1eHiJ8Ch13rVNOmzB" alt=""><figcaption></figcaption></figure>

* **Billing & Payments** – Access to subscription, balance, and usage-related information where applicable.

<figure><img src="/files/5ckjF7x7kuw1MZhttxdV" alt=""><figcaption></figcaption></figure>

* **Reports** – Detailed operational, compliance, and audit reports for certificates, keys, and lifecycle activities.

<figure><img src="/files/Cn0UFfP2qwRMlz3ft0mp" alt=""><figcaption></figcaption></figure>

* **Settings** – Platform-wide configuration including global settings, security controls, roles, access policies, and organizational preferences.

<figure><img src="/files/8G7LPHocIvMG7gIgd9bT" alt=""><figcaption></figcaption></figure>

This structure ensures users can quickly locate relevant functions while maintaining a clear separation between operational actions and administrative configuration.


---

# 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/navigating-the-certinext-interface.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.
