> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/die-sipgate-app/wie-kann-ich-system-logs-in-der-sipgate-app-erstellen.md).

# How can I create system logs in the sipgate App?

If errors occur that cannot be explained immediately, we may ask you to send us the log data from your sipgate app. But where can you find the log data? - It is very easy and only takes a few steps.

{% tabs %}
{% tab title="macOS" %}

* Open the sipgate app.
* In the Apple menu bar, select **Help ➔ Export logs**.

![HC-Image-sipgate-app-send-logs-1-macOS.png](/files/af45d945422eb629a936495177dd893d083899a0)

* Save the ZIP file and attach it to your email to us as an attachment.

  \
  **Different**:\
  **Finder** open and click Macintosh HD ➔ Users>your own user account\
  The Library folder is hidden by default. With the key combination **CMD+Shift+.** it becomes visible.\
  Open Library ➔ Logs ➔ sipgate-desktop\
  send main.log, renderern.log and renderer\_old.log by email
  {% endtab %}

{% tab title="Windows" %}
**In the sipgate app**

* Open the sipgate app.
* In the app, select the three-dot menu "..." **Help ➔ Export logs.**
* Save the ZIP file and attach it to your email to us as an attachment.

**Copy files from the hard drive**

* Open the file explorer
* paste the following address into the file explorer: %USERPROFILE%\AppData\Roaming\sipgate-desktop\logs
* then send the main.log/renderer.log from the Logs folder

![image.png](/files/382624e9ead8597f7e3804e47096105f32209ecd)
{% endtab %}

{% tab title="Linux" %}

* In the sipgate app under **Help ➔ Export logs**
* Save the ZIP file and attach it to your email to us as an attachment.

![LinuxLogs.png](/files/9a7a2edc8f1dfe4d9cc8cb82b87c2294f9fccba0)
{% endtab %}
{% endtabs %}

If you use the **sipgate app in the browser** you can only send the system logs via the feedback form. You can find this by clicking on your user and then on Feedback.

![HC-Image-sipgate-app-send-logs-2.png](/files/aed7be402fb7b87941d904f1716b7ac589d29d4c)


---

# 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://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/die-sipgate-app/wie-kann-ich-system-logs-in-der-sipgate-app-erstellen.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.
