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

# Job Connections

> Connect a Job's input source and destination to your own storage

A [Job](/nimble-sdk/agentic/jobs) can read its input set from your own storage and write its assembled results back to it. Each direction - **input source** and **destination** - is configured independently in the Job form's **Inputs** and **Destination** strips, and each can use a different connector.

<Note>
  This page covers storage connections for **Jobs**. For receiving results from async API requests (`/extract/async`, `/extract/batch`, `/agent/async`, `/crawl`), see [Callbacks & Delivery](/nimble-sdk/admin/callbacks-and-delivery).
</Note>

## Available connectors

<CardGroup cols={2}>
  <Card title="Amazon S3" icon="aws" href="/nimble-sdk/agentic/jobs-connections/amazon-s3">
    Read inputs from and write outputs to an S3 bucket, via a single bucket policy.
  </Card>

  <Card title="Databricks" icon="https://mintcdn.com/nimble-f5a8283f/xHR1kINYho_Fqe-s/images/icons/databricks.svg?fit=max&auto=format&n=xHR1kINYho_Fqe-s&q=85&s=1a405a4f3e0fb5d7b3e9d1b8fd5607ff" href="/nimble-sdk/agentic/jobs-connections/databricks" width="24" height="24" data-path="images/icons/databricks.svg">
    Read from and deliver to your Unity Catalog via Delta Sharing.
  </Card>
</CardGroup>

| Connector                                                     | Input source | Destination |
| ------------------------------------------------------------- | ------------ | ----------- |
| [Amazon S3](/nimble-sdk/agentic/jobs-connections/amazon-s3)   | ✓            | ✓           |
| [Databricks](/nimble-sdk/agentic/jobs-connections/databricks) | ✓            | ✓           |

## Testing a connection

Every connector is verified the same way: enter the connection details in the Job form and click **Test Connection**. A green chip confirms the credentials and permissions are correct before you save the job. Each connector page documents exactly what its test probes and how to read the result.
