# Features

- [Authentication](https://docs.spice.ai/docs/enterprise/features/authentication.md): Configure OIDC, API keys, and identity SQL functions for Spice.ai Enterprise.
- [Authorization Policy](https://docs.spice.ai/docs/enterprise/features/policy.md): Cedar-based authorization policies for Spice.ai Enterprise — fine-grained access control over datasets, models, tools, and endpoints.
- [Acceleration Snapshots](https://docs.spice.ai/docs/enterprise/features/acceleration-snapshots.md): Object-store-backed snapshot, bootstrap, and recovery for accelerated datasets in Spice.ai Enterprise.
- [Distributed Accelerations](https://docs.spice.ai/docs/enterprise/features/distributed-accelerations.md): Partition-sharded accelerated datasets across executors with write-through semantics in Spice.ai Enterprise.
- [Distributed Query](https://docs.spice.ai/docs/enterprise/features/distributed-query.md): Multi-active distributed query with Apache Ballista, partition-aware execution, and distributed accelerations for multi-node Spice.ai clusters.
- [mTLS Cluster Security](https://docs.spice.ai/docs/enterprise/features/mtls.md): Automatic mTLS for secure inter-node communication in distributed Spice.ai clusters.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spice.ai/docs/enterprise/features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
