> For the complete documentation index, see [llms.txt](https://docs.zero.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zero.inc/features/ai-properties/ai-properties-examples/find-companies-compliance-certificates.md).

# Find Companies' Compliance Certificates

## **Use case**

Search and list the compliance certificates of the Company

<details>

<summary><strong>Prompt</strong></summary>

Search for **security and compliance certifications** for <mark style="color:red;background-color:orange;">**Company**</mark> (<mark style="color:red;background-color:orange;">**Domain**</mark>) using both the company’s website and a Google search. Focus specifically on recognized security and compliance certifications, such as:

**ISO 27001** (Information Security Management)

**SOC 2** (System and Organization Controls)

**ISO 27701** (Privacy Information Management)

**ISO 9001** (Quality Management)

**ISO 22301** (Business Continuity)

**PCI-DSS** (Payment Card Industry Data Security Standard)

**FedRAMP** (Federal Risk and Authorization Management)

**HIPAA** (Health Insurance Portability and Accountability Act)

**GDPR Compliance Statement** (General Data Protection Regulation)

#### **STEP 1: SEARCH THE COMPANY'S WEBSITE**

1️⃣ **Look for compliance-related pages such as:**

<mark style="color:red;background-color:orange;">**Domain**</mark>**/data-protection,&#x20;**<mark style="color:red;background-color:orange;">**Domain**</mark>**/trust,&#x20;**<mark style="color:red;background-color:orange;">**Domain**</mark>**/compliance,&#x20;**<mark style="color:red;background-color:orange;">**Domain**</mark>**/legal,&#x20;**<mark style="color:red;background-color:orange;">**Domain**</mark>**/security,&#x20;**<mark style="color:red;background-color:orange;">**Domain**</mark>**/certifications**

**2️⃣ Extract mentions of the above certifications from these pages, including any references in downloadable PDFs.**

**3️⃣ Ignore general security policies unless they explicitly reference a certification.**

#### **STEP 2: EXTRACT CERTIFICATIONS FROM FOOTER LOGOS**

1️⃣ Check the website <mark style="color:red;background-color:orange;">**Domain**</mark> footer for logos representing certifications (e.g., SOC 2, ISO 27001).

2️⃣ Extract text associated with these logos or recognize common compliance badge images.

#### STEP 3: PERFORM A GOOGLE SEARCH

1️⃣ If no certifications are found on the website, perform a Google search using:

site:Domain data protection security

2️⃣ Extract mentions of certifications from the top search results.

**Output Format**

* If certifications are found, list them in a **comma-separated format**:

**Example:** *ISO 27001, SOC 2, PCI-DSS*

* If no certifications are found, return:

**“No recognized compliance certifications were found for&#x20;**<mark style="color:red;background-color:orange;">**Company**</mark>**.”**

</details>

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

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

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


---

# 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.zero.inc/features/ai-properties/ai-properties-examples/find-companies-compliance-certificates.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.
