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

# Debugging

> Troubleshoot and fix issues with the Première Copilot API.

If the extension is not responding, launch the API manually to identify the issue.

### 1. Copy the API Path

Choose the path corresponding to your installation:

<Tabs>
  <Tab title="aescripts">
    **Mac:**

    ```bash theme={null}
    /Library/Application Support/Adobe/CEP/extensions/PremiereGPTaescripts/js/libs/PremiereCopilotAPI/
    ```

    **Windows:**

    ```bash theme={null}
    C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\PremiereGPTaescripts\js\libs\PremiereCopilotAPI\
    ```
  </Tab>

  <Tab title="Beta">
    **Mac:**

    ```bash theme={null}
    /Library/Application Support/Adobe/CEP/extensions/PremiereGPTBeta/js/libs/PremiereCopilotAPI/
    ```

    **Windows:**

    ```bash theme={null}
    C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\PremiereGPTBeta\js\libs\PremiereCopilotAPI\
    ```
  </Tab>

  <Tab title="DaVinci">
    **Mac:**

    ```bash theme={null}
    /Library/Application Support/Blackmagic Design/DaVinci Resolve/Workflow Integration Plugins/DavinciGPT/js/libs/PremiereCopilotAPI/
    ```

    **Windows:**

    ```bash theme={null}
    C:\ProgramData\Blackmagic Design\DaVinci Resolve\Support\Workflow Integration Plugins\DavinciGPT\js\libs\PremiereCopilotAPI\
    ```
  </Tab>
</Tabs>

### 2. Access the Folder

* **Mac:** Open **Finder**, press `Cmd + Shift + G`, paste the path, and hit `Enter`.
* **Windows:** Paste the path into the **File Explorer** address bar and hit `Enter`.

### 3. Run and Report

Double-click **PremiereCopilot** (Mac) or **PremiereCopilot.exe** (Windows). A terminal window will open.

**If any error appears:**

* Take a screenshot of the terminal window.
* Send it **immediately** to **[admin@premierecopilot.com](mailto:admin@premierecopilot.com)** or in Discord.

<Tip>
  If the window closes too fast to see the error, record a quick video of your screen to capture the message.
</Tip>
