> 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/error-handling/resolve-data-check-issues/handling-ce-records.md).

# Handling CE Records

### **Case 1:** Different legal entities have the same name

**Sample data**

<table><thead><tr><th width="241">Certified Entity Unique ID</th><th>Certified Entity Name</th><th>Country</th></tr></thead><tbody><tr><td><mark style="color:red;"><code>0001_CEUID</code></mark></td><td><strong>ABC Corporation</strong></td><td>Italy</td></tr><tr><td><mark style="color:red;"><code>0002_CEUID</code></mark></td><td><strong>ABC Corporation</strong></td><td>Italy</td></tr></tbody></table>

{% hint style="warning" %}
**Initial Result:&#x20;**<mark style="color:red;">**Data Error**</mark>
{% endhint %}

{% hint style="info" %}
**How to resolve:** Add legal identifiers such as **TAX ID, Company ID, and Business Registered Number**

Once a legal identifier is added, the system can identify if the data is duplicated or a completely different record.
{% endhint %}

{% hint style="success" %}
**Expected Result: 2 Certified Entity records** are created
{% endhint %}

***

### **Case 2:** The same legal entity is written slightly different

**Sample data**

<table><thead><tr><th width="242">Certified Entity Unique ID</th><th>Certified Entity Name</th><th>Country</th></tr></thead><tbody><tr><td><mark style="color:red;"><code>0001_CEUID</code></mark></td><td><strong>ABC Corp.</strong></td><td>Italy</td></tr><tr><td><mark style="color:red;"><code>0001_CEUID</code></mark></td><td><strong>ABC Corporation</strong></td><td>Italy</td></tr></tbody></table>

{% hint style="warning" %}
**Initial Result:&#x20;**<mark style="color:red;">**Data Error**</mark>
{% endhint %}

{% hint style="info" %}
**How to resolve:** Add legal identifiers such as **TAX ID, Company ID, and Business Registered Number**

Once a legal identifier is added, the system can identify if the data is duplicated or a completely different record.
{% endhint %}

{% hint style="success" %}
**Expected Result: 1 CE is created,** system keeps the name of the last duplicated record&#x20;
{% endhint %}


---

# 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/error-handling/resolve-data-check-issues/handling-ce-records.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.
