# View Hierachy

As an administrator, the user can access the CA Hierarchy user interface, which presents a hierarchical view of CA Certificates, including both Root and Sub CA certificates. This interface outlines the certificate chain for each sub-hierarchy in a tree structure, with the Root level on the left-most side.

By clicking on a particular CA certificate, the Administrator can

* View certificate details
* Delete certificates&#x20;
* Export certificates

<figure><img src="https://2804668976-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOwstGDJbR4yGRTr2aEFp%2Fuploads%2FwDnqMkuPYgfwhTDj74Oh%2Fimage.png?alt=media&#x26;token=180c1243-8e4a-4d49-993b-5a6ca976589e" alt=""><figcaption></figcaption></figure>

Users can easily filter for matching CA names using the "Search" field above the CA hierarchy.

Users can delete CA certificates by clicking "Delete" in the detail view, followed by a confirmation dialog.

<figure><img src="https://2804668976-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOwstGDJbR4yGRTr2aEFp%2Fuploads%2FfVdZwWpcD6Hi0cQ5Je7o%2Fimage.png?alt=media&#x26;token=84f1ba6d-87f3-4563-8728-012ff8464cd1" alt=""><figcaption></figcaption></figure>

To finalize the deletion, please click on the "Delete" button and confirm your action.

User will be prompted to authenticate the delete action. Authenticate using your Administrator token and proceed by pressing Authenticate.

{% hint style="info" %}
Warning :&#x20;

* Deleting CA certificates is highly discouraged!
* CA certificates – even if expired – can be used to validate signatures later on.
* Deleting CA certificates will render underlying CA certificates inaccessible as well.
  {% endhint %}

Clicking the Export button on the right side of the detail view allows the user to export the CA certificate.

* DER-encoded X.509 certificate (.cer)
* Base64-encoded X.509 certificate (.cer)
* Cryptographic Message Syntax Standard PKCS#7 certificate (.p7b)


---

# 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.2/user-manual/administrator/view-hierachy.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.
