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

# Customize Templates

> Note template management

Backend template management:

```text theme={"system"}

GET    /api/note-templates
POST   /api/note-templates
GET    /api/note-templates/{id}
PATCH  /api/note-templates/{id}
DELETE /api/note-templates/{id}

```

AI Services templates:

```text theme={"system"}

GET    /api/therapy/templates

```
