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

# Akeneo

## About Akeneo

Akeneo is the Product Experience company, helping organizations deliver enriched, engaging, consistent, and compelling product experiences across all owned and unowned channels, including ecommerce, mobile, print, social commerce, points of sale, and beyond.

Read more at [akeneo.com](https://www.akeneo.com).

## Introduction

This is a template project for building a provider that onboards products, categories, and media from [Akeneo PIM](https://www.akeneo.com).

<Note>
  The provider is no longer distributed as an app on the Akeneo marketplace. Request the source code and deploy it yourself, in the same way as the other boilerplate providers.
</Note>

## How it works

The provider is an Azure Functions app built on Durable Functions. One HTTP endpoint registers an Akeneo connection for a tenant, and another starts a synchronization for that tenant. Each run imports categories, products, and media in parallel, paging through the Akeneo API and onboarding the results to Occtoo, and transfers only what has changed since the last successful run.

To get the provider details required by the template, see [Add a data provider](/guides/studio/sources/add-a-data-provider) and [Client/secret](/get-started/get-data-into-occtoo#1-client-id-and-secret).

## Download and installation

Request the latest code from [developer@occtoo.com](mailto:developer@occtoo.com), then build and deploy it. The included README lists the application settings the provider needs.
