> For the complete documentation index, see [llms.txt](https://support.iafcertsearch.org/verifiers/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/verifiers/search/bulk-match-via-import-company-data/import-settings.md).

# Import Settings

Here, you can customize your **import settings** based on your preferences. The configurations made on this page will act as global defaults for all future data imports. However, during each import activity, you will still have the option to override these default settings if needed, providing flexibility for specific cases.

### How should the import activity affect your existing records? <a href="#how-should-the-import-activity-affect-your-existing-records" id="how-should-the-import-activity-affect-your-existing-records"></a>

* **Update Existing Records**: When you choose to import a file, existing records will be updated with the new details from the imported data.
* **Skip Existing Records**: If you select this option, existing records will be skipped, and their current data will remain unchanged.

### How do we recognize existing data? <a href="#how-do-we-recognize-existing-data" id="how-do-we-recognize-existing-data"></a>

You must define the identifier that the system will use to recognize existing records. This helps ensure accurate updates and skips. You may choose from the following:

* Company Name
* VAT
* TAX ID
* DUNS Number
* Company ID Number
* Business Registration Number

### How should we handle duplicate entries in your file? <a href="#how-should-we-handle-duplicate-entries-in-your-file" id="how-should-we-handle-duplicate-entries-in-your-file"></a>

If the system detects duplicate entries within the file you are attempting to upload, it will prompt you to decide which version to keep:

* **First Record**: Retain the first instance of the duplicate.
* **Last Record**: Retain the most recent instance of the duplicate.<br>


---

# 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:

```
GET https://support.iafcertsearch.org/verifiers/search/bulk-match-via-import-company-data/import-settings.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.
