> ## Documentation Index
> Fetch the complete documentation index at: https://product-discovery.developer.voyado.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integration overview

> Overview of key concepts, limits, and best practices for integrating Voyado Elevate, plus links to the main integration components and APIs.

Before exploring the integration components, start with integration essentials. These outline key concepts, limitations, and best practices for a smooth integration.

* [Identifiers and keys](/docs/integration/essentials/identifiers-and-keys) — Fundamental principles for working with identifiers and keys.
* [Markets and locales](/docs/integration/essentials/markets-and-locales) — Understanding markets and locales in Elevate.
* [Catalog concepts](/docs/integration/essentials/catalog-concepts) — Core concepts for modeling catalog data in Elevate.
* [Restrictions and limits](/docs/integration/essentials/restrictions-and-limits) — Integration restrictions and limits.
* [Best practices](/docs/integration/essentials/best-practices) — Recommendations for getting the most out of Elevate.

## Integration components

The integration consists of these components:

* [Configuration](/docs/integration/configuration) — Setting up Elevate markets and locales.
* [Catalog imports](/docs/integration/catalog-imports/catalog-imports) — Managing imports of catalog data such as products, content, and translations.
* [Category page imports](/docs/integration/category-page-imports) — Importing and managing category listing pages for merchandising.
* [Navigation imports](/docs/integration/navigation-imports) — Importing navigation structures for site organization.
* [Site integration](/docs/integration/site-integration/site-integration) — Querying Elevate and rendering results on the site.
* [Data priming order history](/docs/integration/order-history) — Historical sales data for initial relevance.

For detailed specifications of all supported endpoints, see the [API section](/docs/api/getting-started).

<Warning>
  The catalog feed integration has changed significantly from Admin v3 to Admin v4. The **Configuration** and **Catalog imports** sections assume the use of Admin API v4, which is strongly recommended for new integrations.

  For existing integrations still using Admin v3, refer to the following resources:

  * [XML format specification](/docs/integration/data-feed/xml-format-specification) — Import format specification for Admin v3.
  * [Multilingual markets](/docs/integration/data-feed/multilingual-markets) — Multi-market setup requirements for Admin v3.
  * [Upgrade guide](/docs/api/admin/v4/v4-upgrade) — Steps to migrate from Admin v3 to Admin v4.
</Warning>
