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

# AI & Data Governance

> Where your code goes, how it's protected, and how administrators control AI models.

Enterprise is built for teams that need to know exactly how their code is handled and who controls the AI.

## Where your code goes

Enterprise AI runs on **AWS Bedrock** with **Zero Data Retention**:

* Your code is sent to AWS Bedrock only to generate a response, then discarded.
* It is **never stored** and **never used to train** any model.
* Requests run in AWS's Sydney region (`ap-southeast-2`).

<Note>
  Enterprise AI runs on kipmox-managed AWS Bedrock — you get Bedrock's security and Zero Data Retention without operating any infrastructure yourself. Teams that require AI in **their own AWS account** can request that setup during onboarding.
</Note>

For the strictest requirements, [Offline Mode](/configuration/offline-mode) keeps code entirely on the developer's machine — nothing leaves the laptop at all.

## Model governance

Administrators control which AI models the team can use:

* **Set the default model** every user gets.
* **Choose the allowed models** users may select from.
* Changes apply from the admin dashboard — no reinstall or reconfiguration on the developer's side.

This lets you standardise on approved models across the team and change them centrally as your needs evolve.

## Data residency & compliance

Account and usage data is stored in Sydney, Australia (AWS `ap-southeast-2`). kipmox is built and operated by Aptivate Pty Ltd. For security reviews, compliance documentation, or specific data-handling requirements, [contact us](https://kipmox.com/#pricing) — these are part of Enterprise onboarding.

<CardGroup cols={2}>
  <Card title="Admin Dashboard" icon="table-columns" href="/enterprise/admin-dashboard">
    Manage users, seats, and model settings
  </Card>

  <Card title="Privacy & FAQ" icon="lock" href="/help/privacy-and-faq">
    How kipmox handles code and data on every plan
  </Card>
</CardGroup>
