# Panel debug ports

## Overview

To review all panel-related processes, connections, and interactions, you can access the visible and invisible panels of Premiere Pro, After Effects, and Media Encoder.

{% hint style="warning" %}
You need to use a chromium based browser like Edge, Chrome, Brave, ... as well as Safari to access the panel.\
\
\&#xNAN;*Firefox is not supported*
{% endhint %}

### After Effects

| Panel                                | URL                     |
| ------------------------------------ | ----------------------- |
| Visible panel (log)                  | <http://localhost:4717> |
| Invisible panel (log)                | <http://localhost:8867> |
| Invisible panel (API endpoint)**\*** | <http://localhost:4712> |

### Premiere Pro

| Panel                                | URL                     |
| ------------------------------------ | ----------------------- |
| Visible panel (log)                  | <http://localhost:4716> |
| Invisible panel (log)                | <http://localhost:8866> |
| Invisible panel (API endpoint)**\*** | <http://localhost:4713> |

### Media Encoder

| Panel                 | URL                     |
| --------------------- | ----------------------- |
| Visible panel         | doesn't exist           |
| Invisible panel (log) | <http://localhost:4715> |

**\*** can't be accessed via the browser


---

# 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.helmut.de/helmut4-releases/support/debug-or-log-collection/helmut4-client/panel-debug-ports.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.
