Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The IA tracks the user's journey from "just landed" to "pro user". Five sidebar
- **Workflows** — `/workflows/*`. Six concrete stories: morning brief, meetings, research-to-deck, content launch, bug-to-PR, knowledge recall.
- **Features** — the five primitives: `/features/{chat, connectors, skills, tasks, memory}`. Everything Fluso does is some combination of these five.
- **Connector setup** — `/integrations/{gmail, google-calendar, slack, github}`. Per-app permissions and prompts, not feature pages.
- **Reference** — `/resources/{pricing, security, privacy, faq}`. Security covers infrastructure; Privacy covers data handling; they're distinct pages.
- **Reference** — `/resources/{pricing, security, faq}`. Security covers both infrastructure and data handling.

The home page (`/`) is a router into the journey, with three sections: just landed, already set up, daily user.

Expand Down
1 change: 0 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"pages": [
"resources/pricing",
"resources/security",
"resources/privacy",
"resources/faq"
]
}
Expand Down
4 changes: 2 additions & 2 deletions features/connectors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ There's no "auto-send" mode. You're always the one who clicks send.

**Per-user isolation.** Your tokens cannot access another user's data, and theirs cannot access yours. Same for Team plans — admins manage seats but cannot read messages or files.

For the longer security and privacy picture, see [Security](/resources/security) and [Privacy](/resources/privacy).
For the longer security picture, see [Security](/resources/security).

## Managing connections

Expand Down Expand Up @@ -106,4 +106,4 @@ GitHub only if you write code. The features it enables are powerful, but they're
</Accordion>
</AccordionGroup>

The longer take is at [Privacy](/resources/privacy).
The longer take is at [Security](/resources/security).
4 changes: 2 additions & 2 deletions index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Pick a workflow that matches a problem you have right now. Each one is a story,
<Card title="Pricing" icon="credit-card" href="/resources/pricing">
Plans, limits, billing.
</Card>
<Card title="Privacy" icon="shield-check" href="/resources/privacy">
What's collected, what isn't, your rights to delete.
<Card title="Security" icon="shield-check" href="/resources/security">
Encryption, isolation, account security, data handling.
</Card>
</CardGroup>
2 changes: 1 addition & 1 deletion resources/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ description: The questions that come up most often. What Fluso is, how it works,
</Accordion>
</AccordionGroup>

The full picture is split across [Security](/resources/security) (infrastructure, encryption, account safety) and [Privacy](/resources/privacy) (what's collected, what isn't, your rights to delete).
The full picture is at [Security](/resources/security).

## Pricing

Expand Down
132 changes: 0 additions & 132 deletions resources/privacy.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions resources/security.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Security
sidebarTitle: Security
description: How Fluso is built to protect your data. Encryption, authentication, infrastructure isolation, and how to report a vulnerability.
description: How Fluso protects your data. Encryption, authentication, infrastructure isolation, what's never done, and how to report a vulnerability.
---

This page is about the infrastructure side: how data is encrypted, how authentication works, how user environments are isolated, and how to report a problem. For the data side — what's collected, what isn't, and your rights — see [Privacy](/resources/privacy).
How data is encrypted, how authentication works, how user environments are isolated, what Fluso never does with your data, and how to report a problem.

## Encryption

Expand Down
2 changes: 1 addition & 1 deletion workflows/knowledge-recall.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Gmail connected (see [Gmail](/integrations/gmail)). Calendar connected so meetin

## Privacy

The graph is yours alone. Lives in your isolated workspace. Never shared with other users. Never used to train models. Delete individual entries or wipe the whole thing whenever you want. Full picture at [Security & privacy](/resources/security).
The graph is yours alone. Lives in your isolated workspace. Never shared with other users. Never used to train models. Delete individual entries or wipe the whole thing whenever you want. Full picture at [Security](/resources/security).

## Related

Expand Down