import { Card, CardGrid, LinkButton, LinkCard } from '@astrojs/starlight/components';
import Faq from '@components/Faq.astro';

**Aymar Agents** is a conversational AI agent for your business: it talks to your customers in your web
widget, on WhatsApp and on Telegram, answering with the information from your own knowledge base, and it
alerts your team when the conversation needs a human.

<div class="dp2-hero-actions">
  <LinkButton href="https://app.aymaragents.com" icon="right-arrow">Go to the app</LinkButton>
  <LinkButton href="/en/getting-started/" variant="secondary" icon="rocket">Get started</LinkButton>
</div>

## Start here

<CardGrid>
  <LinkCard title="Introduction" href="/en/getting-started/" description="What Aymar Agents is and how to take your first steps." />
  <LinkCard title="First steps" href="/en/guides/primeros-pasos/" description="Sign-up, first channel, first agent and a real test." />
  <LinkCard title="Use cases" href="/en/use-cases/" description="End-to-end scenarios: lead capture, support, appointments, tickets…" />
  <LinkCard title="API reference" href="/en/api/" description="Authenticate and make your first request in minutes." />
</CardGrid>

## Explore the product

<CardGrid>
  <Card title="Get started" icon="rocket">
    - [Introduction](/en/getting-started/)
    - [First steps](/en/guides/primeros-pasos/)
    - [Key concepts](/en/guides/conceptos/)
    - [Glossary](/en/guides/glosario/)
  </Card>
  <Card title="Build" icon="seti:config">
    - [AI agents](/en/guides/agentes-ia/)
    - [Prompts and AI training](/en/guides/formacion-ia/)
    - [Knowledge and documents](/en/guides/conocimiento-documentos/)
    - [Agent control: resources and permissions](/en/guides/control-del-agente/)
  </Card>
  <Card title="Launch" icon="comment-alt">
    - [Channels (WhatsApp, Telegram, web)](/en/guides/canales/)
    - [Email channel](/en/guides/canal-email/)
    - [Employee access by channel](/en/guides/acceso-por-canal/)
  </Card>
  <Card title="Operate" icon="comment">
    - [Conversations](/en/guides/conversaciones/)
    - [Leads](/en/guides/leads/)
    - [Calendar and appointments](/en/guides/agenda/)
    - [Tickets](/en/guides/tickets/)
    - [Support and on-screen assistant](/en/guides/soporte-asistente/)
  </Card>
</CardGrid>

## Developer tools

<CardGrid>
  <LinkCard title="API reference" href="/en/api/" description="Authentication, plans, errors, versioning and the generated reference." />
  <LinkCard title="MCP server" href="/en/mcp/" description="Connect Claude, Cursor or another AI assistant to your account." />
  <LinkCard title="llms.txt" href="/llms.txt" description="An index of the whole portal in plain text, for AI agents." />
</CardGrid>

## Integrations

<LinkCard title="Integration catalog" href="/en/integrations/" description="How connections, per-action allowlists and audience work — and which integrations are already available." />

## Quick links

<CardGrid>
  <LinkCard title="Team and roles" href="/en/guides/equipo-roles/" description="Invite your team and define who can do what." />
  <LinkCard title="Billing and plans" href="/en/guides/facturacion/" description="Plans, contract currency and how billing works." />
  <LinkCard title="API keys and access media" href="/en/guides/claves-api/" description="API keys, employee access by channel and TOTP." />
  <LinkCard title="Security and compliance" href="/en/security/" description="AI Act, GDPR and data responsibility." />
</CardGrid>

## Resources

<CardGrid>
  <LinkCard title="Changelog" href="/en/changelog/" description="What changed in the public API, the MCP server and the rest of the integration surface." />
  <LinkCard title="Legal" href="/en/legal/" description="Terms, ownership and legal contact." />
</CardGrid>

## Frequently asked questions

<Faq items={[
  { question: 'What is Aymar Agents?', answer: 'A conversational AI agent for your business: it talks to your customers on your website\'s widget, on WhatsApp and on Telegram, answering with information from your own knowledge base, capturing leads, and notifying your team when a person is needed. See <a href="/en/getting-started/">Getting started</a>.' },
  { question: 'Do I need a credit card to try it?', answer: 'No. You sign up yourself from the registration screen and go straight in with a full 15-day trial, no card required. See <a href="/en/guides/alta-cuenta/">Account sign-up</a>.' },
  { question: 'Which channels can my agent handle?', answer: 'WhatsApp Business, Telegram, your website\'s widget, and Messenger/Instagram Direct. Phone voice is under development and can\'t be turned on yet. See <a href="/en/guides/canales/">Channels</a>.' },
  { question: 'How does my customer know they\'re talking to an AI?', answer: 'It\'s mandatory and can\'t be turned off: the widget header always shows the subtitle "AI assistant · replies instantly", every AI-generated message carries the "AI" label, and on WhatsApp and Telegram the notice arrives as a message at the start of the conversation — on every channel and every supported language (AI Act, Art. 50). See <a href="/en/security/">Security and compliance</a>.' },
  { question: 'Can I take over a conversation myself?', answer: 'Yes. Anyone with the Admin or Editor role can press "Take over" on an ongoing conversation; the AI stops answering until you resolve it or hand it back yourself. See <a href="/en/guides/conversaciones/">Conversations</a>.' },
  { question: 'What languages is the Platform available in?', answer: 'Spanish, English and Italian — both the Platform\'s own interface and the chat widget, which starts in the language you picked when you signed up.' },
  { question: 'Where do I ask for help if something isn\'t working?', answer: 'From Support, in the sidebar — the channel for asking your provider\'s team for help with a platform bug or a configuration question. See <a href="/en/guides/soporte-asistente/">Support and on-screen assistant</a>.' },
]} />

## Up next

<LinkCard title="First steps" href="/en/guides/primeros-pasos/" description="The full step-by-step procedure, with screenshots." />