# Running a Job

### Chron Job Schedule

When creating a Job, you can specify a chron job for when the Job should be run. dragondrop will then take care of the rest, triggering your job on the specified schedule.

### Manual Trigger

You can also trigger a job to run outside of its chron schedule via the user interface. Simply navigate to the "Jobs" tab, find the Job that you'd like to run, and select the "Trigger" button.

<figure><img src="/files/ulvvCGDPIYGqKqmdLlvu" alt=""><figcaption><p>Example of viewing a job and the Manual Trigger option in the Web App.</p></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://docs.dragondrop.cloud/product-docs/getting-started/jobs/running-a-job.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.
