# Mark CE Information as Confidential

To mark the certified entity 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: 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://support.iafcertsearch.org/accreditation-bodies/data-management/certified-entities/mark-ce-information-as-confidential.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.
