> 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/welcome-to-atomyx.md).

# Welcome to Atomyx

## Overview

The platform is made up of three core products:

* **Atomyx Manage** for structured data, workflow automation, and integration
* **Atomyx Submit** for guided artwork upload, validation, and approval
* **Atomyx Prepare** for automated PDF processing, preflight, and prepress

These products are supported by **Atomyx Vault**, which provides the shared identity, workspace, subscription, and API key layer across the platform.

You can use Atomyx products individually or combine them, depending on the workflow you need to build.

### Start here

If you're new to Atomyx, the best next step is:

* read the [**Platform Overview**](/platform-overview.md) if you want to understand how the products fit together
* go to [**Choose Your Product Path**](/choose-your-product-path.md) if you want to identify the right product for your use case
* go to **Getting Started with Atomyx** if you want to [create an account](https://vault.atomyx.io/sign-up), set up a workspace, and make your first API call


---

# 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/welcome-to-atomyx.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.
