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

# Visión general

> La API de ZylonGPT te permite generar respuestas, ingestar conocimiento, crear embeddings y usar herramientas en un solo flujo.

ZylonGPT es la API orientada al modelo. La mayoría de aplicaciones siguen un ciclo sencillo: enviar mensajes, adjuntar o referenciar artefactos, generar embeddings para búsquedas y permitir que el asistente invoque herramientas cuando necesite recuperación de información o datos estructurados.

<CardGroup cols={2}>
  <Card title="Mensajes" icon="message" href="/es/developer-manual/build-with-zylon/working-with-messages">
    Envía el historial de conversación y recibe respuestas estructuradas.
  </Card>

  <Card title="Artefactos" icon="file" href="/es/developer-manual/build-with-zylon/working-with-artifacts">
    Ingiere texto, archivos o URLs en colecciones reutilizables.
  </Card>

  <Card title="Embeddings" icon="database" href="/es/developer-manual/build-with-zylon/zylon-gpt-api/embeddings">
    Convierte texto en vectores para búsqueda y similitud.
  </Card>

  <Card title="Herramientas" icon="toolbox" href="/es/developer-manual/build-with-zylon/tools/introduction-to-tools">
    Activa búsqueda semántica, análisis tabular, Web Fetch y herramientas personalizadas.
  </Card>
</CardGroup>
