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

# Start indexing your data

> Learn how to index your Salesforce B2C Commerce catalog data into Algolia.

The Algolia B2C cartridge comes with six Salesforce B2C Commerce jobs that can build,
synchronize, and clear product and category indices, and one for content indices.

| Job                               | What it indexes |
| --------------------------------- | --------------- |
| `AlgoliaProductIndex_v2`          | Products        |
| `AlgoliaProductDeltaIndex_v2`     | Products        |
| `AlgoliaProductPriceIndex_v2`     | Products        |
| `AlgoliaProductInventoryIndex_v2` | Products        |
| `AlgoliaCategoryIndex_v2`         | Categories      |
| `AlgoliaContentIndex_v2`          | Content         |

## Initial indexing

To start indexing your product data to Algolia:

1. Go to **Administration > Operations > Jobs**.

   <img src="https://mintcdn.com/algolia/rjtfW1hxW88XnUWE/doc/integration/salesforce-commerce-cloud-b2c/getting-started/jobs-list.png?fit=max&auto=format&n=rjtfW1hxW88XnUWE&q=85&s=95f2ac6431eca0e4941126535ae5cf08" alt="Screenshot of a jobs management page showing a list of 'Algolia' custom jobs with their status, last run time, and execution scope." width="856" height="453" data-path="doc/integration/salesforce-commerce-cloud-b2c/getting-started/jobs-list.png" />

2. Select `AlgoliaProductIndex_v2` and go to the **Job Steps** section.

3. Set the execution scope to the site you want to run the job for.

4. Run the job.

Repeat the same steps for `AlgoliaCategoryIndex_v2`.

When both jobs are finished, you can check the new indices created in the [Algolia dashboard](https://dashboard.algolia.com/explorer/).

## Ongoing indexing

For ongoing updates of your product data:

* For keeping Algolia in sync with your product catalog, see [Ongoing indexing](/doc/integration/salesforce-commerce-cloud-b2c/indexing/product-indexing/ongoing-indexing).
* For reindexing the product catalog, see [Full catalog indexing](/doc/integration/salesforce-commerce-cloud-b2c/indexing/product-indexing/full-indexing#indexing-products-with-algoliaproductindex_v2).

For ongoing updates of your categories data, regularly re-run the `AlgoliaCategoryIndex_v2` job.
