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