# FAQS

- [What syncs (and what doesn’t)?](https://docs.tipo.io/faqs/what-syncs-and-what-doesnt.md): Tipo app helps you keep data consistent between your connected stores. Depending on your settings, the app can sync products, inventory, and orders.
- [How does the app match products?](https://docs.tipo.io/faqs/how-does-the-app-match-products.md): (Handle vs SKU vs Barcode)
- [If I delete a product in Source, what happens in Destination?](https://docs.tipo.io/faqs/if-i-delete-a-product-in-source-what-happens-in-destination.md)
- [What is a product handle?](https://docs.tipo.io/faqs/what-is-a-product-handle.md)
- [Can I sync orders only (no inventory)?](https://docs.tipo.io/faqs/can-i-sync-orders-only-no-inventory.md)
- [Why isn’t my sync running?](https://docs.tipo.io/faqs/why-isnt-my-sync-running.md): If the sync isn’t working as expected, here are some common reasons and how to fix them:
- [How long does sync take?](https://docs.tipo.io/faqs/how-long-does-sync-take.md)
- [Can I sync draft or archived products?](https://docs.tipo.io/faqs/can-i-sync-draft-or-archived-products.md): Yes, the app fully supports syncing draft and archived products across connected Shopify stores.


---

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