> For the complete documentation index, see [llms.txt](https://docs.atomyx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atomyx.io/atomyx-submit/implementation/portal-configuration/manage-plugin-configuration.md).

# Manage Plugin Configuration

In this scenario Atomyx Manage workspace acts as the main place where the Submit portal is configured and connected into broader workflows.

### Accessing the plug-in

To configure Submit inside Manage:

1. open the Atomyx Manage workspace
2. go to **Settings > Plug-ins**
3. locate the Atomyx Submit plug-in
4. open its configuration panel

### What is configured here

The plug-in configuration panel typically controls:

* portal URL
* accepted file types
* maximum file size
* branding settings
* quick-check profile
* production preflight profile
* proof page template
* Prepare API connection details

Changes normally apply to new submission sessions.

### Connection to Atomyx Prepare

The plug-in configuration also controls how Submit connects to Atomyx Prepare, including:

* the API key used for processing
* the quick-check profile
* the production profile
* the proof-generation template

### Plug-in actions

When installed, the Submit plug-in contributes actions into the Manage automation framework.

Typical actions include:

* Request Artwork
* Check Submission Status
* Process Uploaded Files
* Approve Submission
* Reject Submission

These can be combined with triggers and flow conditions to automate submission handling.

### Contributed object model

The plug-in also contributes an **Artwork Version** object type used to track submission-related data such as:

* file version history
* preflight status
* processing history
* processed file and proof references

This allows Submit activity to be linked into wider business objects such as orders or jobs.

### Practical advice

Use the Manage plug-in layer to keep Submit part of a larger structured workflow, rather than treating it as a standalone upload tool disconnected from the rest of the platform.

### Related pages

* **Submit Architecture**
* **Portal Setup**
* **API Integration**
* **Preflight Configuration**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.atomyx.io/atomyx-submit/implementation/portal-configuration/manage-plugin-configuration.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.
