import { Callout } from "zudoku/ui/Callout";

# Requirements

To use the **365 business Print Agent Config**, communication with various **365 business API services** is required.  
To ensure proper functionality, it may be necessary to configure appropriate **firewall settings**.

## Required Resources

The following **DNS names**, **ports**, and **protocols** are used for communication:

<div className="endpoint-table-wrap">
  <table className="endpoint-table">
    <thead>
      <tr>
        <th>DNS Name</th>
        <th>Port</th>
        <th>Protocol</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><code className="url-nowrap">api.365businessapi.com</code></td>
        <td>443</td>
        <td>HTTPS</td>
        <td>API endpoint for automatic updates.</td>
      </tr>
      <tr>
        <td><code className="url-nowrap">printagent.365businessapi.com</code></td>
        <td>443</td>
        <td>HTTPS</td>
        <td>API endpoint for functionality and license validation.</td>
      </tr>
      <tr>
        <td><code className="url-nowrap">license.365businessapi.com</code></td>
        <td>443</td>
        <td>HTTPS</td>
        <td>API endpoint for license verification and management.</td>
      </tr>
      <tr>
        <td><code className="url-nowrap">status.365businessdev.com</code></td>
        <td>443</td>
        <td>HTTPS</td>
        <td>Endpoint used for health checks.</td>
      </tr>
      <tr>
        <td><code className="url-nowrap">docs.365businessdev.com</code></td>
        <td>443</td>
        <td>HTTPS</td>
        <td>Documentation accessible via the Print Agent Config.</td>
      </tr>
      <tr>
        <td><code className="url-nowrap">365businessdev.atlassian.net</code></td>
        <td>443</td>
        <td>HTTPS</td>
        <td>Support portal for technical inquiries and support tickets.</td>
      </tr>
    </tbody>
  </table>
</div>

<Callout type="info" title="Info">
Please ensure that outbound HTTPS connections to the endpoints listed above are allowed by your infrastructure.
</Callout>

