# Support

## Support

Get help and report issues for Intune Assistant

## [Support](#support)

Need help with Intune Assistant? We're here to assist you!

### [Getting Help](#getting-help)

For support, bug reports, and feature requests, please visit our GitHub repository and create an issue.

**GitHub Issues**: <https://github.com/srozemuller/IntuneAssistant/issues>

### [What to Include](#what-to-include)

When creating an issue, please provide:

#### [For Bug Reports](#for-bug-reports)

* **Description**: Clear description of the issue
* **Steps to reproduce**: What you were doing when the issue occurred
* **Expected behavior**: What you expected to happen
* **Screenshots**: If applicable, add screenshots to help explain the problem
* **Environment**: Browser version, operating system, etc.

#### [For Feature Requests](#for-feature-requests)

* **Description**: Clear description of the feature you'd like to see
* **Use case**: Why would this feature be useful?
* **Alternative solutions**: Any workarounds you've considered

#### [For Questions](#for-questions)

* **Context**: What are you trying to accomplish?
* **What you've tried**: Any solutions you've already attempted

This project is maintained by volunteers. Response times may vary based on availability and complexity of the issue.

### [Before Creating an Issue](#before-creating-an-issue)

Please check if your issue already exists by searching through [existing issues](https://github.com/srozemuller/IntuneAssistant/issues?q=is%3Aissue).

***

Thank you for using Intune Assistant! Your feedback helps make the project better for everyone.

[Frequently Asked Questions\ \ Common questions and answers about Intune Assistant](/getting-started/frequently-asked-questions.md)


---

# 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://docs.intuneassistant.cloud/support/support.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.
