# Developer Guide

- [Setup Development Environment](https://icehrm.gitbook.io/icehrm/developer-guide/setup-development-environment.md): Here you will learn how to setup your development environment for icehrm
- [Creating First Extension](https://icehrm.gitbook.io/icehrm/developer-guide/creating-first-extension.md): Here we introduce IceHrm extensions and covers the steps needed to create a basic extension
- [Adding a DB Migration](https://icehrm.gitbook.io/icehrm/developer-guide/adding-a-migration.md): Here we will show you how to add a database migration
- [Adding Entries to DB](https://icehrm.gitbook.io/icehrm/developer-guide/accessing-icehrm-db.md): Manipulating the database


---

# Agent Instructions: 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:

```
GET https://icehrm.gitbook.io/icehrm/developer-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
