> For the complete documentation index, see [llms.txt](https://docs.certinext.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certinext.io/documentation/signing-up/partner-signup.md).

# Partner Signup

Partner accounts in CERTInext are intended for resellers, distributors, and service providers who manage certificate sales for end customers and require pricing control, wallet-based billing, and commission tracking. These accounts are optimized for partner operations and support onboarding of sub-partners and customer referral workflows.

#### Partner Sign-Up Process

Follow the steps below to create a Partner account:

1. **Access the Sign-Up Page**\
   Open [https://us.certinext.io/](https://hub.emsign.com/) and click Sign Up.
2. **Select Partner Registration**\
   Choose Sign up as a Partner.

<figure><img src="/files/5xsXy2f0VcnFWNXkKADn" alt=""><figcaption></figcaption></figure>

3. **Provide Required Details**\
   Enter the following information:

* Full Name
* Email Address
* Mobile Number
* Organization Name
* Organization Type
* Country

4. **Accept Terms and Conditions**\
   Review and accept the Terms and Conditions to proceed.
5. **Account Activation**

* A confirmation message is displayed after submission.
* An activation email is sent to the registered email address.
* Click the activation link and set a password as per platform policy.

Once activated, the Partner account is ready for use, allowing partners to configure pricing, manage wallet credits, onboard sub-partners, and begin certificate sales through the CERTInext platform.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.certinext.io/documentation/signing-up/partner-signup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
