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

# Too Many Visible Services

> The maximum number of visible services has been reached

## Cause

The maximum limit for visible services has been reached and no additional visible services can be created.

## Fix

Hide some existing services or create the new service as hidden to stay within the limit.

## Retry safety

Safe to retry as-is.

## Raised by

These operations can return this problem:

* [Assign services to a barber](/api-reference/services/assign-services-to-a-barber)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/tooManyVisibleServices",
  "title": "Too Many Visible Services",
  "status": 422,
  "detail": "The maximum limit for visible services has been reached and no additional visible services can be created."
}
```
