> ## Documentation Index
> Fetch the complete documentation index at: https://docs.megaport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Setting Up a Megaport Account

> This help topic describes how to set up a new Megaport account.

export const Video = ({url, text, duration}) => {
  const errorPrefix = '\x1b[31;1;4mERROR\x1b[0m: Video -';
  if (typeof url !== 'string') {
    url = String(url);
  }
  if (typeof text !== 'string') {
    text = String(text);
  }
  if (!url || url === 'undefined') {
    console.error(`${errorPrefix} the \`url\` property is required — rendering an empty string instead`);
    return <></>;
  }
  if (!text || text === 'undefined') {
    console.error(`${errorPrefix} the \`text\` property is required — rendering an empty string instead`);
    return <></>;
  }
  return <div className="video-callout">
      <Callout icon="youtube" iconType="brands" color="#0284c7">
        <strong>
          Video:{' '}
          <a href={url} target="_blank" rel="noopener noreferrer">
            {text}
            <span className="sr-only"> (opens in a new tab)</span>
          </a>
        </strong>
        {}
        {duration && <> ({duration})</>}
      </Callout>
    </div>;
};

To set up a new Megaport account, you create a company profile, add technical support contact details, set up a billing account, and assign a user role to a finance contact for invoice purposes. After you complete these steps, you can provision new services, test connectivity, and verify service pricing.

<Note>
  If you work with a Megaport partner, the partner will set up your account and help you manage it. For more information, see [Partner-Managed Accounts](/partner/managed).
</Note>

<Video url="https://youtu.be/wn1TBffeHFA" text="Adding and Modifying Users in the Megaport Portal" duration="7:33" />

Before you set up a new account, make sure you have this information:

* **Billing currency** -- A list of currencies for the billing market(s). You can specify a currency for each region, or globally.
* **Billing markets** -- A list of markets where you want to provision services (you can add to this list at a later time).
* **Company details** -- A registered company name and address.
* **Billing contact details** -- The full name, email address, and phone number of the billing contact.
* **Tax details** -- The tax or VAT registration number as required per region (for example, a Tax ID Number, New Zealand Business Number, Business Registration Number, or Australian Business Number).
* **Purchase order number** (optional) -- An PO number for tracking. This number will appear on all invoices related to its market.
* **Technical Support contact details** -- The phone number and email address of your internal support team contact.

If you want to advertise your services on the Megaport Marketplace, this profile information will be required to complete your profile:

* Company logo
* Company biography
* Company headquarters address
* Contact email address, web site, and phone number
* Services offered by your company (selected via the Megaport Marketplace)
* Social media details: Facebook, Twitter, Google, and LinkedIn (optional)

Megaport Marketplace connects your business to Megaport's global ecosystem of enterprise customers. Service providers can promote their business and end users can efficiently multi-source their organization's IT needs and find the best solution regardless of location. For more information about Megaport Marketplace, see [Megaport Marketplace Overview](/marketplace/overview).

## What's next?

Once you have set up your account, you can add a Port, a Megaport Cloud Router (MCR), and Megaport Virtual Edge (MVE), and connect to the Megaport network. For more information, see [Creating a Port](/connections/creating-port), [MCR Overview](/mcr), [MVE Overview](/mve), or [Creating a VXC](/connections/overview#create_vxc).
