# Adobe Panel

- [autoEdit Adobe CEP Panel dev setup](https://autoedit.gitbook.io/documentation/adobe-panel/autoedit-adobe-cep-panel-dev-setup.md)
- [.debug file](https://autoedit.gitbook.io/documentation/adobe-panel/autoedit-adobe-cep-panel-dev-setup/.debug-file.md)
- [manifest.xml](https://autoedit.gitbook.io/documentation/adobe-panel/autoedit-adobe-cep-panel-dev-setup/manifest.xml.md)
- [Premiere.jsx](https://autoedit.gitbook.io/documentation/adobe-panel/autoedit-adobe-cep-panel-dev-setup/premiere.jsx.md)
- [Adobe Extensions HostList codes](https://autoedit.gitbook.io/documentation/adobe-panel/autoedit-adobe-cep-panel-dev-setup/adobe-extensions-hostlist-codes.md): List of codes for Adobe Extensions HostList codes, eg if want to make compatible also with After Effects, Audition etc and not just Premiere.
- [autoEdit Adobe CEP Panel integration overview](https://autoedit.gitbook.io/documentation/adobe-panel/autoedit-adobe-cep-panel-integration-overview.md)
- [Jsx functions for Adobe CEP autoEdit adobe Panel](https://autoedit.gitbook.io/documentation/adobe-panel/adobe-cep-jsx-functions-for-autoedit-adobe-panel.md)
- [Adding support for json to jsx](https://autoedit.gitbook.io/documentation/adobe-panel/adding-support-for-json-to-jsx.md): A not on using json in jsx. If your extension run along side other extensions that require a json library then you won't notice this as a problem, but otherwise you'd need to add your own.
- [Packaging Adobe CEP Extensions](https://autoedit.gitbook.io/documentation/adobe-panel/packaging-adobe-cep-extensions.md): Simple automated route
- [Packaging signing Adobe CEP Panel in details](https://autoedit.gitbook.io/documentation/adobe-panel/packaging-adobe-cep-extensions/packaging-signing-adobe-cep-panel-in-details.md): In more details


---

# 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://autoedit.gitbook.io/documentation/adobe-panel.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.
