> 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/tips-and-tricks/smhrty.md).

# smHRty

### Introduction

Integrated AI-based HR chatbot - 'smHRty' helps employees get their queries solved instantly. Employees need not bother HR to their payslips or leave track in place. You can find it on employee self-service portal as shown in screenshot below.

![](/files/-MYDxOQN3i3mbdfeNAa9)

smHRty helps you in almost every mundane query. Pocket HRMS based HR chatbot helps improve employee experience and cuts HR time. Now HR can focus on more prior tasks than helping employees know their salary components.&#x20;

From leave transactions to upcoming events, smHRty is all set to answer you!

![](/files/-MYDxa4v2SSkONUMsMd5)

To learn more -[ smHRty](https://www.pockethrms.com/hr-chatbot/)

### How to view previous/past/old conversation chats?

**Step 1**: Log in to the cloud portal and click on the ‘Online’ to open the chat window from the lower right-hand corner of the screen.

![](/files/5OOagtZVuHqSo6PsZ0vY)

**Step 2**: Scroll down the ‘Conversations’ window if needed and click on the ‘See all conversations’ button.

![](/files/pCZg7y1V28YISZZ6SAy8)

Step 3: Click on the conversation that you want to view.

![](/files/fvT7qIZeqoFWFfJoROku)

**Step 4**: You can click on the ‘<’ (back arrow icon) to go back to other past chats. You can also click on the ‘New Conversation’ button to start a new chat.

![](/files/YuDs2adfWaDwgylOFfU0)

**Path**: Cloud Portal > open chat window > Previous Conversations > click on the required chats

For any queries, contact <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/tips-and-tricks/smhrty.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.
