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

Even though they sit next to each other in the sidebar, **Knowledge base** and **Documents** solve
different problems and shouldn't be confused:

<CardGrid>
  <LinkCard
    title="Two screens, two different purposes"
    description="Even though they sit next to each other in the sidebar, Knowledge base and Documents solve different problems and shouldn't be confused:"
    href="/en/guides/conocimiento-documentos/01-dos-pantallas-dos-propositos-distintos/"
  />
  <LinkCard
    title="Procedure: upload a document to the knowledge base"
    description="Requirements: administrator or editor role."
    href="/en/guides/conocimiento-documentos/02-procedimiento-subir-un-documento-a-la-base-de-conocimiento/"
  />
  <LinkCard
    title="After uploading: processing, tags and maintenance"
    description="Once you have documents uploaded, this same screen lists them below the upload zone."
    href="/en/guides/conocimiento-documentos/03-despues-de-subir-procesamiento-etiquetas-y-mantenimiento/"
  />
  <LinkCard
    title="Procedure: test what the AI retrieves (Playground)"
    description="The Playground tab lets you check, before a real customer sees it, which fragments of your knowledge base the AI would retrieve for a given question."
    href="/en/guides/conocimiento-documentos/04-procedimiento-probar-que-recupera-la-ia-playground/"
  />
  <LinkCard
    title="The Documents page: templates and generated"
    description="It has two tabs: Templates and Generated."
    href="/en/guides/conocimiento-documentos/05-la-pagina-documentos-plantillas-y-generados/"
  />
  <LinkCard
    title="Procedure: generate a document from a template"
    description="Requirements: administrator or editor role."
    href="/en/guides/conocimiento-documentos/06-procedimiento-generar-un-documento-a-partir-de-una-plantilla/"
  />
</CardGrid>