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

# Quickstart

> Get your team into Enclave in under 10 minutes.

## 1. Request access

Enclave is currently in early access. Submit a request at [kvelden.com/request-access](https://kvelden.com/request-access). An engineer will review your request and provision your organisation within one business day.

## 2. Accept your invitation

Once provisioned, the account owner receives an invitation email. Click the link to set your password and log in at [enclave.kvelden.com](https://enclave.kvelden.com).

## 3. Create your first room

A **Room** is an encrypted workspace where your team can share files and collaborate securely.

<Steps>
  <Step title="Open Enclave">
    Navigate to [enclave.kvelden.com](https://enclave.kvelden.com) and sign in.
  </Step>

  <Step title="Create a room">
    Click **New Room**, give it a name and optional description, then click **Create**.
  </Step>

  <Step title="Upload a file">
    Drag a file into the room or click **Upload**. The file is encrypted on your device before it reaches the server — you will see the encryption step in the upload indicator.
  </Step>

  <Step title="Invite a colleague">
    Click **Members → Invite**, enter their work email, and assign a role (Viewer or Contributor). They receive an invitation link.
  </Step>
</Steps>

## 4. Set up key management (optional)

By default, Enclave manages encryption keys on your behalf using our HSM infrastructure. For full key sovereignty, bring your own:

* **AWS KMS** — connect via IAM role, keys never leave your account
* **Azure Key Vault** — service principal authentication
* **GCP Cloud KMS** — workload identity federation
* **Thales / Entrust HSM** — KMIP over TLS

See [Key Management](/enclave/key-management) for setup instructions.

## 5. Invite your team

Navigate to **Organisation → Users** and invite colleagues. Assign them to Org Units to control which rooms they can access.

<Tip>
  Start with a small pilot group — one team and one room. Once the workflow is established, expanding to the rest of the organisation takes minutes.
</Tip>

## Next steps

<CardGroup cols={2}>
  <Card title="Rooms" icon="door-open" href="/enclave/rooms">
    Learn about room types, membership, and permissions.
  </Card>

  <Card title="Encryption" icon="lock" href="/enclave/encryption">
    Understand exactly how client-side encryption works.
  </Card>

  <Card title="Audit Logs" icon="list-check" href="/enclave/audit-logs">
    Every access event, cryptographically signed.
  </Card>

  <Card title="Deployment" icon="server" href="/deployment/saas">
    SaaS, private cloud, on-premise, or air-gapped.
  </Card>
</CardGroup>
