# Delivery from Snapshots

Once a snapshot is created, a job can be created to delivery from that snapshot to any destination.&#x20;

## Endpoint Config

To deliver from a snapshot, a snapshot requires an endpoint using the snapshot source connector.&#x20;

{% hint style="info" %}
Each source snapshot must be a separate endpoint.&#x20;
{% endhint %}

<figure><img src="/files/PvZvfp5mtUdQDU2gIfmL" alt=""><figcaption></figcaption></figure>

## Job Config

Once the endpoint for the snapshot is created, a job can be created using that snapshot's endpoint  as the source for the job.&#x20;

The Contenttype job option is required to be set. This must match the value from the snapshot details for the content type to be delivered.&#x20;

The Jobid job option is optional when only 1 job exists in a snapshot. It is required when there is more than 1 job in a snapshot.&#x20;

<figure><img src="/files/mI8XUuW7cq9GcGif76F2" alt=""><figcaption><p>snapshot details</p></figcaption></figure>

<figure><img src="/files/zY1MhRTHCgAv9Y8gnzwX" alt=""><figcaption><p>snapshot source job options</p></figcaption></figure>

The rest of the job config is the same as creating any other job. Following the required options for the chosen destination(s) and using any manipulators required.&#x20;

## Running a job

A job with a source snapshot endpoint works the same as any other job. Running a regular transaction will compare the source and destination content to determine what is required to be delivered.&#x20;

If a job should deliver all content when it is run, then you must run a full sync.

<figure><img src="/files/SZYr4eGqZ6uy3ohaRejG" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://motivlabs.gitbook.io/impulse-user-manual/time-machine/delivery-from-snapshots.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
