# Assign Operator Shift

In the 3Dolphins application, agents can check-in and check-out according to a predetermined shift schedule, as shown images below.

![Agent's Dashboard](/files/iGyuXOPAdHI0pfLAxDEV)

To be able to do that, the main thing you have to do is assign the agent to the shift you have added. Select shift and click the **‘Add Team’** button (<img src="/files/-MSWcWGmHEokLUfGpF2-" alt="" data-size="line">). In the pop-up windows assign operator shift, you can choose an agent by clicking the **‘plus’** button (<img src="/files/-MSWcWGn_d9hVmqK2zYh" alt="" data-size="line">).

![Assign Operator Shift](/files/nOP0jelnxC1dyEV7zhfp)

If the agent is successfully assigned to shift, the agent will appear in the list of operators and the agent can make attendance following a predetermined shift schedule.

![Success Notification](/files/yGfLhC9JHtKlFEN02Tf3)

However, If the operator is already assigned to another shift around the same time, you will receive a warning notification and cannot add a shift operator as below.

![Failed Assigned Operator](/files/lQ0Uygs1vEDQUT5atySG)


---

# 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.3dolphins.ai/employee/operator-shift/assign-operator-shift.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.
