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

# Contacting support

{% hint style="info" %}
Scappman support is provided primarily in English.
{% endhint %}

### Gathering information necessary to open a support case

For our engineers to be able to help resolve issues quickly and efficiently, we require some basic information when opening a support case.&#x20;

* Your tenant name (shown in the Scappman portal)

<figure><img src="/files/ZVaDTo7TfTw5uR1VnVYs" alt=""><figcaption></figcaption></figure>

* The name(s) of the app(s) you are experiencing issues with

<figure><img src="/files/R2rdGTQx4WAfccyidT8r" alt=""><figcaption><p>Example of a failed deployment</p></figcaption></figure>

<figure><img src="/files/PsO9TgenJcZHCGYXLqBh" alt=""><figcaption><p>Example of a failed client side installation</p></figcaption></figure>

### Required log files

* Client-side logs for failed installations
  * **%ProgramData%\Microsoft\IntuneManagementExtension\Logs\IntuneManagementExtension.log**
  * **%ProgramData%\Microsoft\IntuneManagementExtension\Logs\AgentExecutor.log**
  * **%ProgramData%\Scappman\Logs\\\<Vendor>\\(logs)**
  * **%Windows%\Temp\\(specific Vendor log if it exists)**
* The resultant CSV generated by this [**troubleshooting script**](https://github.com/PatchMyPCTeam/CustomerTroubleshooting/blob/Release/PowerShell/Export-PMPCInstalledSoftware.ps1), run against a device which failed to install an app or update
  * This shows us the installed applications on a device, which allows us to understand better why installs, updates or uninstalls may fail.&#x20;

### Opening a support case

Once you have gathered all the necessary information, you can email everything to us, and our engineers will work to understand your issue and resolve it as quickly as possible.&#x20;

{% hint style="info" %}
Click here to email support: [**Support@scappman.com**](mailto:support@scappman.com)
{% endhint %}

### SLA

The primary method of support for Scappman is email, and most issues can be resolved over email.&#x20;

Scappman support is based primarily in EMEA time zones.

We aim to respond to all support requests within 8 working hours.


---

# 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://support.scappman.com/support/contacting-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.
