import { IconCardsGrid, LinkGroupCardsGrid } from "../../../src/components/ColumnsCards";

# Installation

Extensions and apps for Microsoft Dynamics 365 Business Central are provided either via Microsoft Marketplace or by installing a .app file, depending on the deployment method. In this section, you will learn more about the installation and deployment of 365 business development apps for Microsoft Dynamics 365 Business Central.

<IconCardsGrid
  items={[
    {
      href: "/en-us/installation/install-onprem",
      iconClass: "fa-duotone fa-thin fa-server",
      eyebrow: "On-Premise",
      title: "Installation",
    },
    {
      href: "/en-us/installation/install-cloud",
      iconClass: "fa-duotone fa-thin fa-cloud",
      eyebrow: "Online (SaaS)",
      title: "Installation",
    },
    {
      href: "https://downloads.365businessdev.com/",
      iconClass: "fa-duotone fa-thin fa-download",
      eyebrow: "Download",
      title: "Runtime Packages",
    },
  ]}
/>
