> ## 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.

# Overview

> The ZylonGPT API lets you generate responses, ingest knowledge, create embeddings, and call tools in one flow.

ZylonGPT is the model-facing API. Most apps follow a simple loop: send messages, attach or reference artifacts, generate embeddings for search, and let the assistant call tools when it needs structured data or retrieval.

<CardGroup cols={2}>
  <Card title="Messages" icon="message" href="/en/developer-manual/build-with-zylon/working-with-messages">
    Send conversation history and get structured assistant replies.
  </Card>

  <Card title="Artifacts" icon="file" href="/en/developer-manual/build-with-zylon/working-with-artifacts">
    Ingest text, files, or URLs into collections for reuse.
  </Card>

  <Card title="Embeddings" icon="database" href="/en/developer-manual/build-with-zylon/zylon-gpt-api/embeddings">
    Turn text into vectors for search and similarity.
  </Card>

  <Card title="Tools API" icon="toolbox" href="/en/developer-manual/build-with-zylon/tools/introduction-to-tools">
    Enable semantic search, tabular analysis, web fetch, and custom tools.
  </Card>
</CardGroup>
