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

# Support

## Developer

Hiera is developed by **German Morales**, ACP-620 certified Jira Administrator.

## Contact

* **Email**: <shv.support@germanmorales.org>
* **LinkedIn**: [German Morales](https://www.linkedin.com/in/germanmoralesv/)

## Response Time

Support requests are handled within **1-2 business days**, Monday through Friday, CET/CEST timezone.

## What to Include in Your Request

To help us resolve your issue as quickly as possible, please include the following information:

| Item                               | Example                                                    |
| ---------------------------------- | ---------------------------------------------------------- |
| **Jira site URL**                  | `yourcompany.atlassian.net`                                |
| **Project key**                    | `PROJ`                                                     |
| **Screenshot or screen recording** | Attach an image or video showing the issue                 |
| **Browser and version**            | Chrome 125, Firefox 128, Edge 125                          |
| **Error message**                  | Copy the exact text of any error dialog or console message |
| **Steps to reproduce**             | Describe what you did before the issue occurred            |

The more detail you provide, the faster we can diagnose and resolve the problem.

## Feature Requests

Feature requests are welcome. Send them to the same email address with the subject line "Feature Request" and a description of what you would like to see in Hiera. Popular requests are prioritized in the development roadmap.

## Marketplace

You can also leave feedback or reviews on the [Hiera Marketplace listing](https://marketplace.atlassian.com/apps/1914332338).


---

# 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://hiera.gitbook.io/hiera-docs/support.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.
