> 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.md).

# Portal Configuration

While Atomyx Submit can be used standaone, it is usually implemented as part of a wider ordering or ERP workflow, so portal setup is not only about the customer-facing interface. It also includes processing behaviour, callbacks, branding, product parameters, and how the portal is configured inside Atomyx Manage.

### In this section

* **Prerequisites** covers what must already be in place before you begin
* **Portal Setup** covers the main portal-level settings
* **Branding and Language** covers visual identity and customer-facing text
* **API Integration** covers how the portal exchanges data with your ERP or ordering platform
* **Preflight Configuration** covers quick-check and production profile strategy
* **Manage Plug-in Configuration** covers how Submit is configured and used inside Atomyx Manage

### Recommended reading order

If you are setting up Submit for the first time, read these pages in order:

1. Prerequisites
2. Portal Setup
3. API Integration
4. Preflight Configuration
5. Manage Plug-in Configuration
6. Branding and Language

### Related pages

* **Submit Quick Start**
* **Submit Architecture**
* **Submit Troubleshooting**
* **Authentication and API Keys** in Vault


---

# 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.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.
