> 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/certificate-lifecycle-management/ordering-a-certificate/as-a-customer/ordering-ev-code-signing-certificates/phase-1-steps/step-2-organization-information.md).

# STEP 2 - Organization Information

<figure><img src="/files/2hlptF66IG6sTH08dV0K" alt=""><figcaption></figcaption></figure>

&#x20;*This screen asks you to enter the legal details of the organization that owns the certificate. The information you enter here will appear in the certificate itself, so it must exactly match your organization's official registration documents.*

&#x20;

#### Option: Select an Existing Organization

If your organization has already been verified in CERTInext, it will appear at the top of this screen as a pre-verified option. Selecting a pre-verified organization speeds up the issuance process

•     *If your organization is listed under "pre-verified organizations," click on it to select it and skip filling the fields below.*

•    *If no pre-verified organization is listed, click "+ Add a new organization" and fill in all the fields below.*

&#x20;

#### Fields to fill in (when adding a new organization):

**Organization Name**

The full legal name of your organization as it appears in your government registration documents.

*Enter your organization's exact legal name. Do not use abbreviations unless they are part of the official name (e.g., "ABC Inc." not "ABC").*

**Organization Unit**

A department or division within your organization, such as "IT Department" or "Software Engineering." This field is optional.

*Enter the relevant department name, or leave blank if not applicable.*

**Business Category**

A dropdown that identifies the legal type of your organization. Options typically include "Private Organization," "Government Entity," or "Business Entity."

*Select the category that best describes your organization's legal structure. Most businesses should select "Private Organization."*

**Street Address 1**

The first line of your organization's official registered street address.

*Enter the building number and street name (e.g., "123 Main Street"). This must match your official business registration.*

**Street Address 2**

An optional second line for your address, such as a suite, floor, or building name.

*Enter suite or floor details if applicable, or leave blank.*

**Country**

The country where your organization is legally registered.

*Select your country from the dropdown. For US-based organizations, select "United States of America (USA)."*

**State / Province**

The state or province of your organization's registered address.

*Select your state or province from the dropdown (e.g., "California").*

**Locality**

The city or town of your organization's registered address.

*Enter your city or town name (e.g., "San Jose").*

**Postal Code / Post Office Box Number**

The ZIP code or postal code of your organization's registered address.

*Enter your postal code (e.g., "38852").*

&#x20;

**⚠  IMPORTANT NOTE**

•  All address details must match your official government-registered business address exactly. Any mismatch may cause your application to be delayed or rejected during verification.

•  New organizations require validation before certificates can be issued. This typically takes 1-3 business days.

•  Do not use a P.O. Box as your primary Street Address 1. Use your physical street address.

&#x20;

*Click the orange "Next" button to proceed.*


---

# 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/certificate-lifecycle-management/ordering-a-certificate/as-a-customer/ordering-ev-code-signing-certificates/phase-1-steps/step-2-organization-information.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.
