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

# Documents and connectors

> Ingest documents and pull content in through connectors.

## Overview

Documents and connectors bring external content into EDN. You can ingest a
document directly, or list and pull content through a connector. Ingested
sources are classified and stored like any other memory, with their provenance
intact.

## Endpoints

<CardGroup cols={2}>
  <Card title="Ingest document" icon="file-arrow-up" href="/api-reference/ingest-document">
    Ingest a single document.
  </Card>

  <Card title="Generate document" icon="file-export" href="/api-reference/generate-document">
    Generate a document.
  </Card>

  <Card title="List connectors" icon="plug" href="/api-reference/list-available-connectors">
    List the available connectors.
  </Card>

  <Card title="Ingest via connector" icon="download" href="/api-reference/ingest-connector-document">
    Ingest a document through a connector.
  </Card>

  <Card title="Ingest folder via connector" icon="folder-open" href="/api-reference/ingest-connector-folder">
    Ingest a folder through a connector.
  </Card>

  <Card title="List connector documents" icon="list" href="/api-reference/list-connector-documents">
    List documents available through a connector.
  </Card>
</CardGroup>

<Note>
  A fuller documents and connectors tutorial is coming. The endpoint pages above
  document every field and let you try each call.
</Note>
