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

# Custom Prompts

> Manage custom extraction prompts

## List Custom Prompts

```
GET /api/v1/user/prompts
```

Returns all saved custom prompts.

## Create Custom Prompt

```
POST /api/v1/user/prompts/{prompt_id}
```

Save a new custom prompt for reuse.

## Update Custom Prompt

```
PUT /api/v1/user/prompts/{prompt_id}
```

Update an existing custom prompt.

## Delete Custom Prompt

```
DELETE /api/v1/user/prompts/{prompt_id}
```

Delete a custom prompt.
