# Running jobs manually

Jobs can be manually executed outside their scheduled routines. This is particularly useful for working with the most recent data or resolving discrepancies.

#### How to Manually Execute a Job:

1. **Access the Jobs Screen**:
   * Navigate to the **Jobs** section of the desired connection.
2. **Select the Job**:
   * Locate the specific job you wish to run.
3. **Trigger Execution**:
   * Click the **Play** button next to the job.
   * The execution will start immediately, bypassing the predefined schedule.

{% embed url="<https://www.tella.tv/video/cm431phbr001g03mn6n4ld2uh/embed?a=0&b=0&loop=0&muted=0&t=0&title=0&wt=0>" %}

If the job is configured for a **partial sync**, clicking the **Play** button will start a new execution of this type.

For a **full refresh** execution instead, use the dropdown menu next to the Play button. This allows you to select the desired execution type before initiating the job.

{% embed url="<https://www.tella.tv/video/cm433od5u000503lef24vfxt3/embed?a=0&b=0&loop=0&muted=0&t=0&title=0&wt=0>" %}


---

# 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://docs.erathos.com/platform/running-jobs-manually.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.
