> 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/mobile-app/smhrty.md).

# smHRty

The ‘smHRty’ is not a simple chatbot, but a significant part of the Pocket HRMS experience. It helps the user in all aspects of HR-related tasks due to which it has become the most used feature of the app.

Employee engagement has never been easier!

![](/files/cPdWxD44nVKD5PfG1ST2)

#### Pre-requisites:

:heavy\_check\_mark: App credentials

:heavy\_check\_mark:User rights

### Using smHRty

![](/files/k4Ry5KWip5eZR7XDWuAh)

* Tapping on the smHRty bot at the bottom right of the Pocket HRMS home screen will activate smHRty.
* You will be able to type in your query in natural language and the bot will understand it intelligently and reply with the relevant answer.
* Alternatively, you can tap on the ‘mic’ icon to speak with smHRty directly!

***Note: If you face any technical issues with the app, 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/mobile-app/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.
