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

# Access and Installation

export const HomeWrapper = ({children}) => {
  return <div className="max-w-[1440px] mx-auto w-full">{children}</div>;
};

export const Banner = ({title, subtitle}) => {
  return <div className="bg-black text-white text-center px-8 py-12 mb-8">
      <h1 className="text-4xl font-bold mb-3">{title}</h1>
      <p className="text-lg m-0">{subtitle}</p>
    </div>;
};

<Banner title="Access and Installation" subtitle="Get help with account issues, software setup, and system requirements." />

<HomeWrapper>
  <CardGroup className="homecards_container" cols={3}>
    <Card title="System requirements" href="/help-articles/access-and-installation/system-requirements/system-requirements-guide" cta="See All">
      Find the minimum and suggested computing configurations for optimal performance and an enjoyable experience with nTopology.
    </Card>

    <Card title="Accounts and Licensing" href="/help-articles/access-and-installation/accounts-and-licensing/flexnet-licensing-error-39-147" cta="See All">
      Get help with account management and questions concerning licensing.
    </Card>

    <Card title="Setup and Install Troubleshooting" href="/help-articles/access-and-installation/setup-and-install-troubleshooting/getting-started-with-ntop" cta="See All">
      Learn solutions to common issues regarding installation, software setup, accounts, and system updates.
    </Card>
  </CardGroup>
</HomeWrapper>
