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

# 1. Signing Up

> Lets get you into the Fusion platform in just a few minutes!

export const Image = ({src, branded = false, alt = ""}) => {
  const imgParts = src.split(".");
  const brandClass = branded ? " branded" : "";
  return <>
      <img className={"block dark:hidden" + brandClass} src={"/assets/images/" + imgParts[0] + "--light." + imgParts[1]} alt={alt} />
      <img className={"hidden dark:block" + brandClass} src={"/assets/images/" + imgParts[0] + "--dark." + imgParts[1]} alt={alt} />
    </>;
};

<Image src="welcome.png" alt="Welcome Graphic" />

We'd love to have you on board! Sign-up is simple and quick; [Register](https://admin.contentignite.com/register) with your email address and we will send you a confirmation email. Click the link in that email and you will be asked to enter your organisation's name before being taken to your brand new dashboard.

From here, you will be guided through the setup of your first publisher and any details we need from you as and when they are required. Our onboarding banner will stick around to help guide you until you are live and earning.

You can even have a tag live in a matter of minutes!

<span className="support-ref">Of course, our team will be on hand to help if you need it, they will reach out in the early stages, or can be contacted directly by raising a ticket here: [Get support](https://resource.contentignite.com/support).</span>
