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

# Formatters

A *formatter* is an integration component that bridges an Occtoo destination endpoint and a receiving system — the data consumer. It converts, reformats, and maps data from one schema or format into another, so that data from Occtoo can be understood and used by the receiving system.

## Boilerplates

Boilerplates are pre-written, reusable templates that provide a foundation for developing your own formatter. All of them are provided *"as is"* under the [MIT license](https://opensource.org/license/mit/).

<Tip>
  Are you interested in sharing a boilerplate with the community? Reach out to us at [developer@occtoo.com](mailto:developer@occtoo.com) and we will discuss how to get started.
</Tip>

### Brink

Template project for sending data from an Occtoo destination to [Brink Commerce](https://www.brinkcommerce.com/). See the [setup details](/integrations/formatters/brink).

### Centra

Template project for sending data from an Occtoo destination to [Centra](https://centra.com/). See the [setup details](/integrations/formatters/centra).

### commercetools

Template project for sending product, variant, category, and attribute data from an Occtoo destination to [commercetools](https://commercetools.com/). See the [setup details](/integrations/formatters/commercetools).

### NewStore

Template project for sending data from an Occtoo destination to [NewStore](https://www.newstore.com/). See the [setup details](/integrations/formatters/newstore).
