# Add New Shift

Here you can add new shifts 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/WESRNhsnGWOGbwi3pheD)

**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.

![New Shift Added](/files/72A4p9YDbls0Q39cFj0a)


---

# 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/add-new-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.
