> ## 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.

# All Features

Zylon supports feature toggling, allowing you to enable or disable certain features on demand. Most of these settings are managed through the `features` field in your configuration file, while some user-facing capabilities have their own dedicated configuration keys.

Each feature can define its own set of keys to control behavior.

```
features:
  audit:
    enabled: true
  database:
    enabled: true
  mcp:
    enabled: true
  webExtract:
    enabled: false
  webSearch:
    enabled: false
  multimodal-image:
    enabled: false
```

<Tip>
  Remember to run `sudo zylon-cli sync` after updating the configuration file for the changes to take place.
</Tip>

<CardGroup cols={2}>
  <Card title="Audit log" icon="list" href="/en/operator-manual/configuration/features/feat-audit">
    Store Audit Log events & traces
  </Card>

  <Card title="Log Delivery and Storage" icon="truck" href="/en/operator-manual/configuration/features/log-delivery-storage">
    Configure internal log storage, syslog delivery, and HTTP delivery.
  </Card>

  <Card title="Project custom instructions" icon="chalkboard-user" href="/en/operator-manual/configuration/features/feat-project-custom-instructions">
    Configure project instruction limits and advanced response behavior settings.
  </Card>

  <Card title="Web Extract" icon="file-code" href="/en/operator-manual/configuration/features/feat-webextract">
    Extract and parse content from web pages.
  </Card>

  <Card title="Database tool connector" icon="database" href="/en/operator-manual/configuration/features/feat-database">
    <Badge color="orange" size="xs">Alpha</Badge> Show database connector tool in chats.
  </Card>

  <Card title="MCP tool connector" icon="plug" href="/en/operator-manual/configuration/features/feat-mcp">
    <Badge color="orange" size="xs">Alpha</Badge> Show MCP connector tool in chats.
  </Card>

  <Card title="Vision file processing" icon="image" href="/en/operator-manual/configuration/features/feat-file-vision">
    <Badge color="orange" size="xs">Alpha</Badge> Configure vision processing for PPTX and Docling files.
  </Card>

  <Card title="Web Search" icon="globe" href="/en/operator-manual/configuration/features/feat-websearch">
    <Badge color="orange" size="xs">Alpha</Badge> Enable web search capabilities in chats.
  </Card>

  <Card title="Multimodality Capabilities" icon="globe" href="/en/operator-manual/configuration/features/feat-multimodal">
    <Badge color="orange" size="xs">Alpha</Badge> Enable image support in chats.
  </Card>
</CardGroup>
