> For the complete documentation index, see [llms.txt](https://icehrm.gitbook.io/icehrm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://icehrm.gitbook.io/icehrm/faq/how-to-icehrm.md).

# FAQ

{% hint style="danger" %}
The latest documentation is available [here](https://icehrm.com/explore/docs/faq/).
{% endhint %}

## Setup

### Not able to Verify Instance Key

If you are having trouble verifying the instance key please access your icehrm database via mysql console client or a graphical database manager like PHPMyAdmin and run following sql command

```sql
Update Settings set value = md5(value) where name = 'Instance : ID';
```

Then navigate to dashboard and try to verify your installation again

## Leave Management

### How to add a leave type only visible to limited number of employees

* Create a leave group (Admin -> Leave Settings -> Leave Groups -> Edit Leave Groups)
* Add all the employees that should see the leave type to above group (Admin -> Leave Settings -> Leave Groups -> Leave Group Employees)
* Create a leave type and set its leave group to newly created leave group
* Only the employees in step (2) will be able to see and apply for this leave type

## Pricing

### How is the pricing compare between IceHrm cloud and pro

PThe price for both depends on the number of employees you have. You can check the price for IceHrmPro here:[ https://icehrm.com/buy-icehrm-modules](https://icehrm.com/buy-icehrm-modules). This is a one-time fee and you can optionally renew the license after the first year to keep receiving upgrades.

IceHrm cloud subscription starts with 9 USD per month. The cost per additional employee starts with 2 USD but the per-employee fee goes down when your company is growing. You can get an estimate of monthly subscription by entering the number of employees you have here: <https://icehrm.com/cloud-hosting-charges>

### How to Update VAT ID

If your company is based in Germany you will be charged 19% Vat on your payment. If your company is based in another country in EU other than Germany you will be charged 19% unless you have provided your VAT ID.

You can update your Billing country and VAT ID under Settings -> Company section

### How to Upgrade to IceHrm Cloud

When you create a new IceHrm hosted installation you will get to use a trail of IceHrm Cloud. After the 45 days free trial period, you will be able to continue using your installation with IceHrm Lite, which has a limited number of features.

You can upgrade your installation, via the billing module.

![](/files/-L_5JYT2sClzZapPWXpe)

### **How to make subscription payments**

When you sign up for a free trial, you get 45 days. Then you can upgrade anytime you want as the previous. Once upgraded you will get an email with a link to make a payment. You can view all invoices and transactions under the billing module.

We do not store customer credit card information. So we don't charge the customer automatically. Every month you will have to make the payment by clicking on the payment link we are sending via Email.&#x20;

Also, you may make a one-time payment by adding credit to your account. Then each month when a payment is due we can deduct the correct amount from your credit so you don't have to visit the link and make a payment every month.


---

# 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://icehrm.gitbook.io/icehrm/faq/how-to-icehrm.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.
