> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Report an issue

> Learn how to get help when Jumper isn't working as expected

## Overview

This guide outlines the essential information needed to report issues effectively, ensuring quick and accurate solutions for any challenges you encounter with Jumper.

<CardGroup cols={2}>
  <Card title="Read the FAQ" icon="book-open" href="/faq">
    Some of the most commonly asked questions
  </Card>

  <Card title="Make a Feature request" icon="lightbulb" href="https://jumper.canny.io/feature-requests">
    Have an idea of how we could make Jumper better?
  </Card>

  <Card title="Join the Discord" icon="discord" href="https://discord.getjumper.io">
    Ask your question to the community and get in contact with other users.
  </Card>

  <Card title="Send us an email" icon="at" iconType="regular" href="mailto:hello@getjumper.io">
    You can always reach us at [hello@getjumper.io](mailto:hello@getjumper.io)
  </Card>
</CardGroup>

## Accessing log files

To help us find the issue quicker, it may be needed for you to send us the log files along with a description of your issue.

<Tabs>
  <Tab title="macOS">
    You can access the log files via the `Help` menu item in the main `Jumper.app`.

    <img src="https://mintcdn.com/jumper/Len6emCb8JU3Twaf/images/help.avif?fit=max&auto=format&n=Len6emCb8JU3Twaf&q=85&s=77d9bf8a5b8925bcdc4f06f56fb82a92" alt="Help Pn" width="820" height="490" data-path="images/help.avif" />

    Or right-clicking the Jumper icon in the menu bar.

    Or navigating there from your terminal:

    ```
    cd ~/Library/Logs/Jumper
    ```

    Add all the logs to a ZIP archive and email them to [hello@getjumper.io](mailto:hello@getjumper.io).
  </Tab>

  <Tab title="Windows">
    Right-click the Jumper tray icon and choose **Reveal Logs**.

    <img src="https://mintcdn.com/jumper/ZF6foC_53S43Wc8P/images/windows-reveal-logs.webp?fit=max&auto=format&n=ZF6foC_53S43Wc8P&q=85&s=c239d6cfd8f55201bb538e7dd7cddbe5" alt="Windows tray icon menu with Reveal Logs" width="1524" height="904" data-path="images/windows-reveal-logs.webp" />

    Or navigating there from your terminal:

    ```
    C:\Users\YOUR-USER_NAME\.logs
    ```

    Add all the logs to a ZIP archive and email them to [hello@getjumper.io](mailto:hello@getjumper.io).
  </Tab>
</Tabs>
