> 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/submission-workflow/adjust.md).

# Adjust

Atomyx Submit supports a guided adjustment stage so that the customer can resolve straightforward issues without leaving the portal.

### Common adjustment actions

Typical adjustment options include:

* scale
* rotate
* mirror
* move or reposition

These actions help the customer align the artwork with the intended product boundaries and orientation.

### How adjustment works

The customer interacts with a preview canvas in the portal, but the important point is that the actual file changes are applied server-side.

Atomyx Submit uses Atomyx Prepare to perform the underlying PDF manipulation, so the resulting file stays aligned with what the customer is reviewing.

### Why this matters

This approach avoids a common problem in simpler upload tools where the preview changes but the actual production file does not.

With Atomyx Submit:

* the preview reflects the processed file state
* the submitted file matches the reviewed file
* customer corrections can be captured before production

### Best practice

Use adjustment tools for simple customer-friendly changes.

Do not try to turn the submission portal into a full design application. The goal is to help the customer fix practical submission issues, not recreate creative tooling.


---

# 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/submission-workflow/adjust.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.
