# Jobs Assignment

Job Assignment allows the user to assign a job to: All users, selected users, or selected departments.

1. **Assign More** – Lets you add additional jobs to the selected employee, enabling them to clock in under multiple jobs.
2. **Remove Job (X)** – Removes an assigned job from the employee’s list.
3. **Add/Edit Job** – Opens the page to create a new job or edit existing job details before assigning them.
4. **View By User / View By Job** – Switches the display between showing assignments by employee or by job.
5. **Assign to Selected Users** – A dropdown option to assign one or more jobs to multiple employees at once.

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

<figure><img src="/files/dkNheGHien3Pyywrxgbk" 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://www.opentimeclock.com/docs/settings/jobs/jobs-assignment.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.
