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

# FAQ

> Common questions about Stratta.

<AccordionGroup>
  <Accordion title="Do I need to know how to code to use Stratta?" icon="user">
    No. You install the MCP server with one command, then talk to Claude in plain language.
    Stratta is built for engineers, not developers.
  </Accordion>

  <Accordion title="Does Stratta come with the norms?" icon="book">
    No. Norms are copyrighted and [scoped to your organization](/en/concepts/multi-tenant-norms).
    You ingest the norms you're licensed for. The public demo workspace includes SIA 260 and
    SIA 261-1 as examples.
  </Accordion>

  <Accordion title="Why doesn't Stratta use embeddings like other AI tools?" icon="tree">
    Because engineering answers must be verifiable. Stratta navigates each norm's real structure
    (TreeRAG) so every citation points to an exact section and page. See
    [How it works](/en/how-it-works).
  </Accordion>

  <Accordion title="Is my data shared with other users?" icon="lock">
    No. Norms are isolated per organization, enforced server-side from your API key. Another
    organization can't read or write your norms. See [Security](/en/concepts/security).
  </Accordion>

  <Accordion title="Does ingesting a norm cost Anthropic API credits?" icon="coins">
    No. Ingestion runs on your own Claude subscription's session tokens, not the Anthropic API.
  </Accordion>

  <Accordion title="Which Claude clients are supported?" icon="robot">
    Claude Code (recommended) and Claude Desktop. Any client that supports stdio MCP servers can
    use Stratta. See [Install in Claude Code](/en/guides/install-claude-code) and
    [Install in Claude Desktop](/en/guides/install-claude-desktop).
  </Accordion>

  <Accordion title="Can I use Stratta with my team?" icon="users">
    Yes. Invite colleagues to your organization; they share the norms you've ingested and use
    their own API keys. See [Manage your organization](/en/guides/manage-organization).
  </Accordion>

  <Accordion title="Is there an OAuth / browser login for the MCP server?" icon="key">
    Not today. The MCP server authenticates with an API key over stdio. A remote, OAuth-based
    option has been evaluated but isn't offered yet. See [Architecture](/en/concepts/architecture).
  </Accordion>

  <Accordion title="Can Stratta translate a norm between French, German, and Italian?" icon="language">
    Not yet — automatic translation is on the roadmap. A norm is currently served in its source
    language.
  </Accordion>

  <Accordion title="How much does Stratta cost?" icon="credit-card">
    It's free during the current phase. Planned tiers are Free (50 queries/month), Pro (29 €/mo),
    and Team (99 €/mo) — see [Plans](/en/account/plans). Nothing is charged today.
  </Accordion>
</AccordionGroup>

## Still have a question?

Email [hello@stratta.ch](mailto:hello@stratta.ch).
