# Logs

ExpanDrive logs connections and connection attempts to any of the integration types supported. These logs are saved locally and can be useful in troubleshooting connection issues.

## Locating ExpanDrive Logs

ExpanDrive logs are stored in the following locations:

* Windows: `%AppData%/ExpanDrive/logs`
* Linux: `$XDG_CONFIG_HOME/ExpanDrive/logs` OR `~/.config/ExpanDrive/logs`
* Mac: `~/Library/Logs/ExpanDrive`

When our support team requests log files for troubleshooting, we recommend zipping the requested logs and then sending the zipped file.


---

# 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.expandrive.com/logs.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.
