import { CardGrid, Card } from '@astrojs/starlight/components';

Most screens in this section are exclusive to the **Admin** role — Editor and Viewer don't see them in
the Settings menu, though they keep using the rest of the app normally.

<CardGrid>
  <Card title="Account and sign-up" icon="add-document">
    Sign up yourself, with no waiting: email and password, or "Continue with Google". A 15-day trial, no
    card needed. See **[Account sign-up](/en/guides/alta-cuenta/)**.
  </Card>
  <Card title="Team and roles" icon="seti:users">
    Invite members, pick their role (Admin, Editor, Viewer) and whether they handle conversations. Per-
    person AI training record (Art. 4). See **[Team and roles](/en/guides/equipo-roles/)**.
  </Card>
  <Card title="Billing and plans" icon="seti:shell">
    Your plan, your period's usage, your invoice history — all in your contract's currency. See
    **[Billing and plans](/en/guides/facturacion/)**.
  </Card>
  <Card title="API keys and access media" icon="seti:lock">
    Personal and company keys, with read/manage scopes sealed at creation; employee access by channel
    with two-step verification. See **[API keys and access media](/en/guides/claves-api/)**.
  </Card>
  <Card title="Agent control and permissions" icon="approve-check">
    Audience (Internal/Both) and fine-grained permissions per area of the account, with defaults that are
    already safe. See **[Agent control: resources and permissions](/en/guides/control-del-agente/)**.
  </Card>
  <Card title="Security and compliance" icon="seti:lock">
    The four access layers, per-account isolation, AI Act and GDPR. See **[Security and compliance](/en/security/)**.
  </Card>
  <Card title="Data responsibility" icon="information">
    Which GDPR responsibility split applies when your data travels to a system of your own — API, MCP, or
    an integration. See **[Data responsibility](/en/admin/data-responsibility/)**.
  </Card>
  <Card title="Legal" icon="document">
    Aymar Agents's legal owner and contact details. See **[Legal](/en/legal/)**.
  </Card>
</CardGrid>

## If you operate as a partner

If a Aymar Agents white-label partner manages your account, some of these screens — billing above all —
may vary based on your partner's agreement. Check with your operator if something in this section doesn't
match what you see on your Platform.

## See also

- **[Key concepts](/en/guides/conceptos/)** — tenant, role, permission and access medium, explained at
  once.
- **[Integrations](/en/integrations/)** — how they connect and what each one can touch.
- **[Use cases](/en/use-cases/)** — full scenarios, start to finish.