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

# feature_check_failed

> Feature availability check failed

export const SupportLink = ({children}) => {
  return <a href="https://platform.particle.pro/support">{children}</a>;
};

export const EmailSupportLink = () => {
  return <a href="mailto:api@particle.pro">api@particle.pro</a>;
};

|                 |                             |
| --------------- | --------------------------- |
| **HTTP status** | `500 Internal Server Error` |
| **Error code**  | `feature_check_failed`      |

## What happened

An internal error occurred while verifying feature access. This is a transient server-side issue.

## How to fix

Retry the request after a short delay. If the error persists, contact support at <EmailSupportLink /> or visit the <SupportLink>support page</SupportLink> for direct support.
