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

# Bundle Cannot Be Configured As Add-On

> Bundle services cannot be configured as add-ons

## Cause

Services configured as bundles cannot also be configured as add-ons to other services.

## Fix

Remove the bundle configuration or the add-on configuration to resolve the conflict.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Create a new service](/api-reference/services/create-a-new-service)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/bundleCannotBeConfiguredAsAddOn",
  "title": "Bundle Cannot Be Configured As Add-On",
  "status": 422,
  "detail": "Services configured as bundles cannot also be configured as add-ons to other services."
}
```
