> For the complete documentation index, see [llms.txt](https://docs.spice.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spice.ai/docs/enterprise/features.md).

# 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.
- [User-Defined Functions](https://docs.spice.ai/docs/enterprise/features/functions.md): User-defined scalar functions (UDFs) and table functions (UDTFs) declared in a spicepod's \`functions:\` section — SQL, Remote HTTP, and WebAssembly tiers.
- [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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
