# Creating a Job with the Selected Robot and Process

To create a Job with a previously created Robot and Process in the Orchestrator, go to the “Jobs” screen. This screen contains the “Jobs” table:

<figure><img src="https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-757a7599a426510e0a0585ae83c4be50c1508ef7%2Fimage%20(262).png?alt=media" alt=""><figcaption></figcaption></figure>

Click the “Create” button above the "Jobs" table and fill out the opened form:

<figure><img src="https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-f53c96385cb689ee35b2da02a18a6e605698b028%2Fimage%20(263).png?alt=media" alt=""><figcaption></figcaption></figure>

* field “**Robot**”. Select the desired Robot from the dropdown list that you created earlier;
* field “**Process**”. Select the desired Process from the dropdown list that you created earlier;
* field “**Task**”. This is an optional parameter; this field can be left blank or filled with a previously created Task;
* field “**Stop after**”. Specify the date and time after which the Job should stop executing;
* field “**Interrupt after**”. Specify the date and time after which the Job should be interrupted.

After filling in the fields, click the “OK” button to save the Job.

For a new Job, the status will default to “Pending” after saving. As soon as the Robot assigned to this Job becomes available, it will start executing it, launch the corresponding Process script, complete it, and depending on the result of the Job, the status of the Job in the “Status” column may change:

<figure><img src="https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-d0d279670781d0718f7cc4bd7399b7b5994c320d%2Fimage%20(264).png?alt=media" 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://docs.sherparpa.ru/en/sherpa-rpa/sherpa-orchestrator/rabota-v-sherpa-orchestrator/nachalo-raboty-v-sherpa-orchestrator/sozdanie-raboty-s-vybrannymi-robotom-i-processom.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.
