> For the complete documentation index, see [llms.txt](https://docs.pockethrms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pockethrms.com/faqs/cloud-portal/employee/employee-list/attendance/in-out-details.md).

# In/Out Details

### 1. How to delete weekly off of particular date?

To delete weekly off of particular date, you can do it from:

**Path:** Cloud login > smHRt search employee name > go to employee profile > Attendance > In out details > three dots of that particular date > Delete weekly off

**Step 1:** Log in to the **Cloud portal**. Use the **‘smHRt search’** bar to locate and select the specific employee.

![](/files/f33bdc6f1f6554c5bc672b46898565c33d2e7898)

**Step 2:** Navigate to the **‘Attendance’** tab on the employee's profile and click on **‘In Out Details’**.

![](/files/5b6d4a2303674eb25dc9b63992a68b6627be7e91)

**Step 3:** Scroll to the **specific date** marked as a weekly off, and Click on the **three dots** (action menu) associated with that date.

![](/files/7039bc7433319cad5b63fba01e10e61317c3d862)

Step 4: Select **‘Delete’** from the options to remove the status.

![](/files/0305084c057fa325db8d0d2c17b2d3520155c4f5)

Link: <https://cloud.pockethrms.com/Employee/employee/Profile?employeeID=764&module=profile&empstatus>


---

# 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.pockethrms.com/faqs/cloud-portal/employee/employee-list/attendance/in-out-details.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.
