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

# Error 2023: Mentions require a group Chat

> Resolve Relay error 2023.

Structured mentions are not supported in direct Chats.

## Response

```json theme={null}
{
  "error": {
    "status": 409,
    "code": 2023,
    "message": "Structured mentions are not supported in direct Chats.",
    "doc_url": "https://docs.relayapp.im/error/codes/2xxx/2023"
  },
  "success": false,
  "trace_id": "b923d71e50be43ba9e0fe1e34a7676c2"
}
```

## Fix

1. Remove mention and mention\_range for a direct Message.
2. Use mentions only with a current group Contact.

## Retry

Do not retry the same request unchanged.

## Related

* [Error overview](/error)
* [Debugging](/guides/platform/debugging)
