# View CA Hierarchy

CA Hierarchy deals with the display of hierarchical view of Certificates (Root, CA, and Sub CA certificates). CA Hierarchy defines the certificate chain and clicking on particular certificate; certificate details can be viewed and exported. The user can also know by looking at the hierarchical view whether for a given CA Certificate the private key is available or not.

* In the dashboard page, click on CA Hierarchy menu on the left panel.
* You will be redirected to the CA Hierarchy page. Refer below figure.
* By clicking on a particular CA certificate, the CA Administrator can view certificate details and export certificates.

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

* For larger sets of CAs, there is also a Search field located above the CA hierarchy. The Search field filters for matching CA names depending on the user input.
* By clicking Export on the right side of the detail view, the user can export the CA certificate as
  * DER-encoded X.509 certificate (.cer)
  * Base64-encoded X.509 certificate (.cer)
  * PEM encoded X.509 certificate (.pem)
* The following pop-up dialog will be displayed to select the export format:

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

Select the export format of your choice and click Download to start the download of the CA certificate. The CA certificate will be downloaded to the standard download location of your OS.


---

# Agent Instructions: 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:

```
GET https://emca.emudhra.com/previous-release-versions/v4.2.5/user-manual/ca-administrator/view-ca-hierarchy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
