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

# Data Security, Encryption, and Privacy in Fluorine

> How Fluorine encrypts your data, enforces access controls, and keeps your team's work safe.

Fluorine is built for teams handling sensitive client work, internal roadmaps, and confidential communications. Your data is protected with industry-standard encryption and access is controlled through the roles and permissions you configure for your team.

## Encryption

<CardGroup cols={2}>
  <Card title="Data in transit" icon="lock">
    All connections between your device and Fluorine use TLS. Messages, task content, file uploads, and API requests are protected from interception as they move across the network.
  </Card>

  <Card title="Data at rest" icon="database">
    Tasks, projects, files, and messages are encrypted on Fluorine's servers using industry-standard encryption. Without the correct decryption keys, your data is unreadable even in the event of unauthorized server access.
  </Card>
</CardGroup>

## Role-based access controls

Access controls determine who can see, edit, or manage content in your workspace. Fluorine's permission system scales with your plan.

<AccordionGroup>
  <Accordion title="Starter — foundational access controls">
    Distinguish between admins (who manage the workspace and settings) and members (who access assigned projects). Standard members cannot modify workspace configuration, billing, or the member roster without admin privileges.
  </Accordion>

  <Accordion title="Pro — role-based access controls">
    Define what each person can do at the project and workspace level. Manager, Member, and Guest roles give you precise control over who can create projects, assign tasks, invite others, or view only. Guest access lets you share specific projects with clients or contractors without exposing your broader workspace.
  </Accordion>

  <Accordion title="Business — advanced roles and admin controls">
    Create custom roles tailored to your org structure. Super Admins access audit logs to track who did what and when. Per-project permission overrides let you lock down sensitive projects independently from workspace-wide role settings.
  </Accordion>
</AccordionGroup>

<Tip>
  Limit who has Admin or Super Admin access. Most team leads only need Manager with project-level control — fewer admins means a smaller attack surface.
</Tip>

## Backup and restore

Available on **Pro and Business** plans. Fluorine automatically retains copies of your workspace data so you can recover from accidental deletions or data issues without losing work.

<Info>
  Backup and restore is not available on the Starter plan. If data recovery is important to your team, consider upgrading to Pro or Business.
</Info>

To recover a deleted project, task set, or other content, contact [Fluorine support](https://www.fluorine.app/contact) to initiate a restore.

## File versioning

Available on all plans. Every time a file is updated or replaced, Fluorine retains the previous version.

Two reasons this matters:

1. **Recovery** — Restore an earlier version if a file is accidentally overwritten or corrupted
2. **Audit trail** — See who uploaded which version and when, useful for tracking changes to deliverables, design assets, or shared documents

## How access controls prevent unauthorized access

Role-based permissions work as a defense-in-depth layer on top of encryption. Even if someone gains authenticated access through a shared device or compromised account, role restrictions limit what they can actually do:

* Members only see projects they've been explicitly assigned to
* Guests (Pro and Business) can only access the specific projects shared with them — they can't browse the rest of your workspace
* Only admins can modify workspace settings, change billing, or manage members
* On Business, audit logs let you detect unusual access patterns by reviewing who accessed sensitive areas and when

## Security best practices

<AccordionGroup>
  <Accordion title="Keep roles and access up to date">
    Remove people from the workspace immediately when they leave your team or finish a contract. Stale accounts with active access are one of the most common sources of unauthorized data exposure. Review your Members list after every team change.
  </Accordion>

  <Accordion title="Use the least-privilege principle">
    Assign the minimum permissions each person needs to do their job. If someone only needs to view a project, use Member or Guest — not Manager. Avoid giving everyone admin access for convenience.
  </Accordion>

  <Accordion title="Scope guest access carefully">
    Restrict guest access to only the projects external collaborators need. Review guest members separately from your core team and remove them as soon as the engagement ends.
  </Accordion>

  <Accordion title="Business: review audit logs periodically">
    Audit logs give you a chronological record of actions in your workspace. Review them periodically to catch anything unexpected — a member accessing a project they shouldn't, or admin actions at unusual times.
  </Accordion>

  <Accordion title="Use strong, unique passwords">
    Fluorine's access controls assume accounts themselves are secure. Use a strong unique password and encourage your team to do the same. A password manager makes this easy.
  </Accordion>
</AccordionGroup>

## Legal and compliance

<CardGroup cols={2}>
  <Card title="Privacy policy" icon="file-shield" href="https://www.fluorine.app/legal/privacy-policy">
    What data Fluorine collects, how it's used, and your rights as a user.
  </Card>

  <Card title="Terms and conditions" icon="file-lines" href="https://www.fluorine.app/legal/terms-condition">
    The full terms governing your use of the Fluorine platform.
  </Card>
</CardGroup>

## Related

<CardGroup cols={2}>
  <Card title="Team management" icon="users" href="/account/team-management">
    Invite members, assign roles, and remove access when people leave.
  </Card>

  <Card title="Plans and pricing" icon="credit-card" href="/account/pricing">
    Compare access control features across Starter, Pro, and Business plans.
  </Card>
</CardGroup>
