# Creating a Job

Once on the dragondrop web application, simply navigate to the "Jobs" tab, select "Make New Job" in the top right corner, and complete the needed information for your job. In particular, this includes completing information on the job's chron-schedule, as well as the endpoint where requests to trigger the job need to be sent.

<figure><img src="/files/bM3yjXNVfswYzKlaX1iw" alt=""><figcaption><p>Example of Job Creation within the Web Application</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/creating-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.
