# Understand Certificate Visibility

### Overview

Users may encounter situations where a custom user certificate, imported through the device settings, does not appear on Q2 terminals.

### Key Steps for Importing Certificates

1. Navigate to Trusted Certificates:
   * Go to Settings > Security > Encryption > Trusted Certificates > Users.
2. Import the Certificate:
   * Proceed with importing the desired user certificate.

### Important Note

Certificate Attribute Requirement:

* For a certificate to be listed on a Q2 terminal, it must have the 'isCA' flag set to true.
* If this flag is not set to true, the certificate will not be visible or listed on the terminal.

This section clarifies the specific attribute requirement for certificates to be recognized and listed on Q2 terminals, aiding users in troubleshooting issues related to certificate visibility.


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/certificate/understand-certificate-visibility.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.
