# Retrieve NFT Butler Log Files

If you encounter any issues support stuff might ask you to send your Butler log files in order to see if the app was crashing and how we can improve it in future releases. The log files will ***not*** contain any secret information such as your private keys. They will basically report what was happening in your Butler app which helps us troubleshoot the issue.

**Mac**

1. Open Finder and click Go --> Go To folder
2. Copy/paste the following location `~/Library/Logs/NFTbutler/`&#x20;

![](/files/SSjeUDYUDseAVnfDhGv3)

3. Send `main.log` & `renderer.log` in your open support ticket (only post it in support tickets if you were asked to do so by official support stuff)

![](/files/nMK6tK1jiNNOpb9I4ntu)

**Windows**

1. Enable showing hidden folders and files: <https://support.microsoft.com/en-us/windows/view-hidden-files-and-folders-in-windows-97fbc472-c603-9d90-91d0-1166d1d9f4b5><br>

   <figure><img src="/files/ldD3Sh4hufKnFiLfPjeY" alt=""><figcaption></figcaption></figure>
2. Explorer --> `C:\Users\<Username>\AppData\Roaming\NFTbutler\logs`

   <figure><img src="/files/WxSdghc1FC98wGg1xQQD" alt=""><figcaption></figcaption></figure>
3. Send `main.log` & `renderer.log` in your open support ticket (only post it in support tickets if you were asked to do so by official support stuff)


---

# 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.nftbutler.io/nft-butler/more-resources/faq/retrieve-nft-butler-log-files.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.
