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

# Not Implemented

> The requested capability is not implemented

## Cause

The endpoint or capability exists in the interface but is not available yet.

## Fix

Do not retry automatically. Use a supported flow or wait until the capability ships.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

No current operation documents this problem type in the OpenAPI definition. If you receive it in production, treat that as a contract gap and tell us.

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/notImplemented",
  "title": "Not Implemented",
  "status": 501,
  "detail": "The endpoint or capability exists in the interface but is not available yet."
}
```
