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

> The requested resource could not be found

## Cause

The specified resource does not exist or is not accessible with the current permissions.

## Fix

Verify the resource identifier is correct and that the resource exists, then call the same operation again.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

Many operations return this problem. Check the error responses on the operation you called.

Examples:

* [Create an appointment](/api-reference/appointments/create-an-appointment)
* [Get an appointment](/api-reference/appointments/get-an-appointment)
* [Patch an appointment](/api-reference/appointments/patch-an-appointment)
* [Authorize an appointment payment](/api-reference/appointments/authorize-an-appointment-payment)
* [Get an appointment calendar event](/api-reference/appointments/get-an-appointment-calendar-event)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/notFound",
  "title": "Not Found",
  "status": 404,
  "detail": "The specified resource does not exist or is not accessible with the current permissions."
}
```
