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

# 365 business Proxy Application

Welcome to the documentation for 365 business Proxy Application!  
This guide provides everything you need to securely and efficiently integrate local resources into **Microsoft Dynamics 365 Business Central**—whether from the cloud or On-Premises environments.

## What is 365 business Proxy Application?

The 365 business Proxy Application is a powerful extension for Dynamics 365 Business Central.  
It enables secure access to local devices and systems—while fully complying with the [Universal Code Initiative](https://www.microsoft.com/en-us/dynamics-365/blog/it-professional/2022/10/28/the-dynamics-365-business-central-universal-code-initiative-is-live).

Whether you're connecting to file systems, printers, storage lifts, scales, or card readers—the extensible plugin system allows seamless and flexible integrations with minimal effort.

<Callout type="info" title="Note">
The 365 business Proxy Application is designed to integrate local resources into your processes with minimal setup.<br/>
    Need a custom integration for a device or machine? <a href="https://365businessdev.com/kontakt/" target="_blank">Feel free to contact us</a>.
</Callout>

## Highlights

- **Rich set of built-in plugins**  
  Directly access local file systems, printers, scales, and more from within Business Central.

- **Secure and reliable communication**  
  All traffic is TLS encrypted. SignalR provides a persistent connection—no need for complex firewall adjustments.

- **Flexible and customizable**  
  Thanks to its open documentation and plugin-based architecture, custom integrations can be implemented quickly and easily.

- **Quick and easy setup**  
  Setup takes only a few steps—this guide walks you through the process.

## Get Started

The following pages will help you get started quickly and confidently.  
Learn more about setup, client registration, plugin installation, and integrating into your workflows.

If you have any questions, our [Support Team](https://365businessdev.atlassian.net/servicedesk/customer/portal/20) will be happy to assist you

<IconCardsGrid
  items={[
    {
      href: "/en-us/365-business-proxy-application/proxy-application-whatis",
      iconClass: "fa-duotone fa-thin fa-map",
      eyebrow: "Overview",
      title: "What is Proxy Application?",
    },
    {
      href: "/en-us/365-business-proxy-application/get-started",
      iconClass: "fa-duotone fa-thin fa-ballot-check",
      eyebrow: "Step-by-step instructions",
      title: "Get Started",
    },
    {
      href: "/en-us/365-business-proxy-application/plugins",
      iconClass: "fa-duotone fa-thin fa-book-open-cover",
      eyebrow: "Setup",
      title: "Plugins & Functions",
    },
  ]}
/>

<LinkGroupCardsGrid className="mt-6"
  items={[
    {
      title: "Concept",
      description: "Find out more about the basics:",
      links: [
        {
          href: "/en-us/365-business-proxy-application/proxy-application-whatis",
          label: "What is 365 business Proxy Application?",
          iconClass: "fa-solid fa-pen-ruler",
        },
        {
          href: "/en-us/365-business-proxy-application/proxy-application-client-whatis",
          label: "What is 365 business Proxy Application Client?",
          iconClass: "fa-solid fa-sitemap",
        },
        {
          href: "/en-us/365-business-proxy-application/plugins",
          label: "What are 365 business Proxy Application plugins?",
          iconClass: "fa-solid fa-arrow-up-right-from-square",
        },
      ],
    },
    {
      title: "Setup",
      description: "Find out more about the facility:",
      links: [
        {
          href: "/en-us/365-business-proxy-application/setup",
          label: "Setting up in Microsoft Dynamics 365 Business Central",
          iconClass: "fa-solid fa-screwdriver-wrench",
        },
        {
          href: "/en-us/365-business-proxy-application/proxy-application-client-installation",
          label: "Install 365 business Proxy Application Client",
          iconClass: "fa-solid fa-gear",
        },
        {
          href: "/en-us/365-business-proxy-application/plugins/install",
          label: "Install the 365 business Proxy Application plugin",
          iconClass: "fa-solid fa-arrow-up-right-from-square",
        },
      ],
    },
    {
      title: "Plugins & functions",
      description: "Find out more about the plugins & functions:",
      links: [
        {
          href: "/en-us/365-business-proxy-application/plugins/file",
          label: "File plugin - file system access",
          iconClass: "fa-solid fa-files",
        },
        {
          href: "/en-us/365-business-proxy-application/plugins/zip",
          label: "Zip plugin - Create and extract ZIP archives",
          iconClass: "fa-solid fa-file-zipper",
        },
        {
          href: "/en-us/365-business-proxy-application/plugins/print",
          label: "Print plugin - Printer access",
          iconClass: "fa-solid fa-user-plus",
        },
        {
          href: "/en-us/365-business-proxy-application/plugins/image",
          label: "Image Plugin - Read, scale and resize images from the file system",
          iconClass: "fa-solid fa-images",
        },
        {
          href: "/en-us/365-business-proxy-application/plugins/custom",
          label: "Your individual plugin",
          iconClass: "fa-solid fa-scanner-image",
        },
        {
          href: "#",
          label: "KAPTURA plugin - Control KAPTURA 3D scanner",
          iconClass: "fa-solid fa-scanner-image",
        },
        {
          href: "#",
          label: "Haenel Lift plugin - Control the Haenel warehouse lift",
          iconClass: "fa-solid fa-shelves",
        },
      ],
    },
  ]}
/>


