# Operator Shift Change Availability

After the supervisor has assigned shifts to each operator, they can check-in and check out when their shift time begins. To check-in, operators can log in with their account then click the **'Check In'** button at the upper left of the dashboard page, and the operator status will change to 'Available'.

![Operator Start Shift](/files/cdowUyfgsW1pIXW1ttKK)

However, if the operator checks in after the Supervisor's specified time, the system will request an explanation for the operator's latency. Operators can write their reasons in the form then, click the **'Submit Reason'** button. If so, the operator status will immediately change to 'Available'.

![Operator Late Start Shift](/files/DowDAGXZD1LPYaAsz2Td)

After the operator's shift time is over, they can also directly check out by clicking the **'Check Out'** button. Then, the system will ask the operator to confirm to end the shift by selecting **'Yes'** or **'No'** to continue their shift.

![Confirmation to End Shift](/files/fZwR6bDxeW7KoiLlfBIt)

If you select **'Yes'**, the operator status will change to 'Not Available'.

![Operator End Shift](/files/ECUH64rTLkIuAwOevJoM)

But, if the operator checks out before their shift ends and selects 'Yes' when confirming the end shift, the system will prompt the operator to explain the reason they checked out before the shift end time stipulated by the supervisor. Fill out the form that appears, then click **'Submit Reason'**. Then, Agent status will change to 'Not Available'.

![Operator Earlier Finish Shift](/files/E2JgU4cysUyhY5EKynf6)


---

# 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/operator-shift-change-availability.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.
