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

# Database Tool Connector

<Note>**Feature in Alpha**</Note>

Show database connector tool in chats.

### Configuration

| Key       | Default | Values          | Description                           |
| --------- | ------- | --------------- | ------------------------------------- |
| `enabled` | `false` | `true \| false` | Show database connector tool in chats |

### Example

```yaml theme={null}
features:
    database:
        enabled: false
```
