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

# Outputs

> Choose where and how processed results are delivered

Outputs control where results go. Choose one per job. Responses always map from the input identifier (S3 key or URL) to delivery details.

<Columns cols={2}>
  <Card title="S3" icon="aws" href="/data-ingestion/outputs/s3" arrow="true" cta="View S3 Output">
    Write results to your S3 bucket. Great for pipelines and long‑term storage.
  </Card>

  <Card title="URLs" icon="link" href="/data-ingestion/outputs/presigned-urls" arrow="true" cta="View URL Output">
    Get time‑limited links to fetch results immediately.
  </Card>
</Columns>
