# How does the app match products?

To sync correctly, Tipo app needs a way to identify the “same product” across stores. This is called the **matching identifier**.

### ✅ Supported matching identifiers

You can match products using:

* **Handle** (most common)
* **SKU**
* **Barcode**

### ✅ How matching works

When sync runs:

1. The app looks at the identifier you selected (example: **Handle**)
2. It finds the same identifier in the Destination store
3. If it finds a match → update existing product
4. If no match → (depending on your setting) create a new product or skip

***

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.


---

# 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://docs.tipo.io/faqs/how-does-the-app-match-products.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.
