> For the complete documentation index, see [llms.txt](https://support.iafcertsearch.org/accreditation-bodies/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.iafcertsearch.org/accreditation-bodies/data-management/certifications/mark-certification-information-as-confidential.md).

# Mark Certification Information as Confidential

To mark the certification data as confidential through manual entry, file upload, and API

### **Manage confidentiality via file upload:**

To mark the certification data as confidential through file upload.

1. In the certification template, look for the **Confidential Certified Entity** field

<table><thead><tr><th width="137">Version</th><th width="346">Excel</th><th></th></tr></thead><tbody><tr><td>v1 &#x26; v1.1</td><td><p>Field Name: <strong>Confidential Certified Entity</strong> </p><p><em>found in sheet: Certification</em></p></td><td>&#x3C;confidential_certified_entity>&#x3C;/confidential_certified_entity></td></tr><tr><td>v2 &#x26; v2.1</td><td><p>Field Name: <strong>Confidential Certified Entity</strong> </p><p><em>found in sheet: Certifed Entity</em></p></td><td>&#x3C;confidential_certified_entity>&#x3C;/confidential_certified_entity></td></tr></tbody></table>

2. In the cell/input field, you may input either of the following:

* <mark style="color:blue;">**Yes**</mark> (data is hidden and kept confidential)&#x20;
* <mark style="color:red;">**No**</mark> (data is published publicly)

3. Once updated, upload the file either via the file uploader in IAF CertSearch or FTP upload.

Once uploaded, the confidential data will no longer be visible on the CE's public page.

{% hint style="info" %}
Managing confidentiality for specific fields is temporarily unavailable in the AB account.
{% endhint %}

To manage Confidentiality via API go to the [API Documentation](https://support.iafcertsearch.org/api-developer-guide/api-integration/accreditation-body-apis).

***

### Additional Information

How does Confidentiality affect Searchability?

> * If the Certified Entity name is confidential then the **Certificate Number** should **remain searchable**, while the Certified Entity Name shouldn’t be searchable.


---

# 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://support.iafcertsearch.org/accreditation-bodies/data-management/certifications/mark-certification-information-as-confidential.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.
