> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.1.x/employee/operator-shift/add-new-shift.md).

# Add New Shift

Here you can add new shift from scratch, edit existing ones, and delete the ones you no longer use. In the upper right corner, click the **‘+new shift’** button, then you will see a pop-up of new shifting. Fill in required fields like shift name, shift start, shift end, and next day. If you're done, click the ‘save’ button.

![Add New Shift](/files/-MSWcWGiZ7Rb8i7tvvgZ)

**Component explanation :**

| **Name**    | **Description**                                                                                                                                    |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Shift Name  | Enter a descriptive and unique name for the shift.                                                                                                 |
| Shift Start | Select the time to start the shift. This defines the starting time from which the agent shift will be effective while scheduling.                  |
| Shift End   | Select the time to end the shift. This defines the end time of the shift agent scheduling.                                                         |
| Next Day    | To set shifts for different days. For example, if you are setting shifts from 11 pm to 7 am, you must activate this next day feature to '**Yes**'. |

If the addition of a new shift is successful, you will see a successful notification pop-up and the shift will appear in the shift operator list as images below

![Notification Success](/files/-MSWcWGjU3NcoWxT1djb)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.3dolphins.ai/5.1.x/employee/operator-shift/add-new-shift.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
