> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/naviga-photos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/naviga-photos/admin-guide/configuration/providers.md).

# Providers

### Content Creation API BaseUrl

Name of the config key store key containing the url for the content creation api.&#x20;

```
${DBKS:CCA_ENDPOINT}
```

### Content Provider (LCC/OC)

Name of the config key store key containing the name of the content provider configuration. \
The Key Store value is standard as `customer-editorial`

```
${DBKS:CA_PROVIDER}
```

### ICP image content provider

#### Provider

Name of the config key store key containing the name of the image content provider configuration.\
The Key Store value is standard as `customer-editorial`

```
${DBKS:ICP_PROVIDER}
```

#### Identifier

Enter the identifier ("uuid" för im-engine or "filename" for imgix).&#x20;

```
uuid
```

####

#### Functions

| Key      | Type   | Description                                                                                    |
| -------- | ------ | ---------------------------------------------------------------------------------------------- |
| noCrop   | string | Enter the name of an ICP function that returns a cropped image with a set width and height.    |
| crop     | string | Enter the name of an ICP function that returns an uncropped image with a set width and height. |
| fullSize | string | Enter the name of an ICP function that returns a full size image. (Original image)             |

Example:

```
{
    "noCrop": "noCrop",
    "crop": "crop",
    "fullSize": "fullSize"
}
```

[**Here you will find examples**](/naviga-photos/admin-guide/configuration/providers/icp-crop-data-to-be-added.md) of how to write the functions in the ICP Configuration for im-engine and imgix.
