> 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/ess-portal/employee/confirm.md).

# Confirm

The Employee is notified of any changes in their probationary period by the system. In both cases, they are required to perform some steps to acknowledge the same. Hence, we need to consider 2 different cases:

* Confirmation
* Probation Extension

### **How to view my Confirmation for the job?**

**Step 1**: Log into the ESS portal and go to Confirm > My Confirmation.

![](/files/dySJHDK93IQApYdzQx2X)

**Step 2:** Select the ‘Employee Confirmation’ tab.

![](/files/uHoWMoeAhs9QyqtamwJn)

**Step 3:** The following information will be visible. You can select the ‘Download Confirmation Letter’ button to download the confirmation letter or select the ‘Details’ button to view further details.

![](/files/Ve8u4IjhPxJIRqmwCBXp)

### **How to view the Probation Extension?**

**Step 1**: Log into the ESS portal and go to Confirm > My Confirmation.

![](/files/dySJHDK93IQApYdzQx2X)

**Step 2:** Select the ‘Employee Confirmation’ tab.

![](/files/uHoWMoeAhs9QyqtamwJn)

**Step 3:** The following information will be visible. If the employee agrees with the decision, they can select the ‘Agree’ button and the confirmation date will be extended.

![](/files/cLptjX9TfNczF8lbbuCP)

**Step 4:** If the employee disagrees with the decision, they can select the ‘Disagree’ button, enter their comments and click on the ‘Save’ button.

![](/files/0eqbpTIHL9foA9iogImJ)

***Note: If you are unable to perform the steps above, kindly contact us at*** [*support@pockethrms.com*](mailto:support@pockethrms.com)


---

# 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/ess-portal/employee/confirm.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.
