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

# Feature Modules

> Some API features are gated behind optional modules that must be enabled for your organisation.

Certain capabilities of the Veridox API are available as optional feature modules. These features are not enabled by default and must be activated for your organisation before the corresponding endpoints can be used.

## How Feature Modules Work

When you call an endpoint that requires a feature module that has not been enabled for your organisation, the API returns a `403 Forbidden` response with the following error:

```json theme={null}
{
  "error_code": "request.organisations.module.not-enabled",
  "error_message": "This feature is not enabled for your organisation."
}
```

This is distinct from a permissions error — your API key is valid, but the feature itself has not been activated.

## Getting a Feature Enabled

Contact your organisation admin and ask them to enable the relevant feature module. If your organisation admin needs assistance, they can reach out to [support@veridox.ai](mailto:support@veridox.ai).

## Feature-Gated Endpoints

The following API sections require their respective feature module to be enabled:

| Feature Module        | Affected Endpoints                                                                                                                                                                                                                                                                                  |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Document Requests** | [Create](/api-reference/endpoints/document-requests-create), [List](/api-reference/endpoints/document-requests-list), [Get](/api-reference/endpoints/document-requests-get), [Resend](/api-reference/endpoints/document-requests-resend), [Void](/api-reference/endpoints/document-requests-delete) |
