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

Go into **Settings**, in the sidebar. It brings together all of your agency's configuration that isn't an
agent or a channel. On the left there's a menu with ten sections: **Company**, **Business hours**,
**Calendar parameters**, **Billing**, **Security**, **Notifications**, **Widget customization**, **MCP
servers**, **API keys** and **Danger zone**.

<CardGrid>
  <LinkCard
    title="What's in Settings"
    description="Go into Settings, in the sidebar."
    href="/en/guides/ajustes-integraciones/01-que-hay-en-ajustes/"
  />
  <LinkCard
    title="Procedure: fill in your agency's details (Company)"
    description="It's the section that opens by default when you go into Settings."
    href="/en/guides/ajustes-integraciones/02-procedimiento-completar-los-datos-de-tu-agencia-empresa/"
  />
  <LinkCard
    title="Procedure: business hours and outside-hours message"
    description="Define your agency's schedule."
    href="/en/guides/ajustes-integraciones/03-procedimiento-horario-laboral-y-mensaje-fuera-de-horario/"
  />
  <LinkCard
    title="Procedure: calendar parameters"
    description="Alongside business hours, this section sets the numeric values the Calendar's availability engine uses to calculate which slots to offer for an appointment."
    href="/en/guides/ajustes-integraciones/04-procedimiento-parametros-de-agenda/"
  />
  <LinkCard
    title="Procedure: security"
    description="Adjust the Platform's access conditions for your whole team."
    href="/en/guides/ajustes-integraciones/05-procedimiento-seguridad/"
  />
  <LinkCard
    title="Procedure: notifications"
    description="This screen has two clearly distinct parts: at the top, agency-wide alerts; below, your personal preferences for how you get notified."
    href="/en/guides/ajustes-integraciones/06-procedimiento-notificaciones/"
  />
  <LinkCard
    title="Procedure: widget customization"
    description="How the chat embedded on your site looks."
    href="/en/guides/ajustes-integraciones/07-procedimiento-personalizacion-del-widget/"
  />
  <LinkCard
    title="Procedure: MCP servers"
    description="Here you connect your business's CRM, catalog or calendar with the AI agent, so it can use them as tools while chatting."
    href="/en/guides/ajustes-integraciones/08-procedimiento-servidores-mcp/"
  />
  <LinkCard
    title="Procedure: customer memory"
    description="The agent keeps, for each contact, an automatic summary of what it knows about them — it updates on its own after every conversation and is shared across channels (if the sa…"
    href="/en/guides/ajustes-integraciones/09-procedimiento-memoria-del-cliente/"
  />
  <LinkCard
    title="Danger zone: deleting the agency's account"
    description="The last section of the Settings menu is, on purpose, the most isolated from the rest."
    href="/en/guides/ajustes-integraciones/10-zona-peligro-eliminar-la-cuenta-de-la-agencia/"
  />
  <LinkCard
    title="Integrations: what already works and what's on its way"
    description="The Integrations screen, in the sidebar (not inside Settings), brings together in one place what your agent can already use today and what's coming later."
    href="/en/guides/ajustes-integraciones/11-integraciones-que-ya-funciona-y-que-esta-en-camino/"
  />
</CardGrid>