> For the complete documentation index, see [llms.txt](https://docs.erpbridge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.erpbridge.io/the-installation/0-prerequisites.md).

# 0 - Prerequisites

ERP Bridge Technical Requirements:<br>

* **Operating System**: 64-bit system, Windows Server 2016 or higher.
* **Browser Component**: “Microsoft Edge WebView2 - Evergreen bootstrap” must be installed.
* **Agent Network Access**: The ERP Bridge agent requires the ability to make outbound HTTP calls to the following endpoints:
  * [https://api.erpbridge.io](https://api.erpbridge.io/)
  * [https://agent-erp2hubspot.s3.eu-central-1.amazonaws.com](https://agent-erp2hubspot.s3.eu-central-1.amazonaws.com/)
  * [https://3740acp04l.execute-api.eu-central-1.amazonaws.com](https://3740acp04l.execute-api.eu-central-1.amazonaws.com/)
  * [https://logs.eu-central-1.amazonaws.com](https://logs.eu-central-1.amazonaws.com/)
  * [https://cognito-idp.eu-central-1.amazonaws.com](https://cognito-idp.eu-central-1.amazonaws.com/)
  * [https://a15ipmcwfdb1yi-ats.iot.eu-central-1.amazonaws.com](https://a15ipmcwfdb1yi-ats.iot.eu-central-1.amazonaws.com/)
  * <https://erpbridge-update-data-prod.s3.eu-central-1.amazonaws.com>
  * **Firewall Note**: If a firewall is enabled, ensure access is granted to these URIs.
* **Agent File System Access**: The agent requires permission to write files to disk within the temporary folder of the user account running the service.
* **MS SQL Server Connection**: A dedicated local SQL user with username and password must be used for authentication. Windows user authentication is not supported. Only specific fixed port are currently supported.
* **Database Management Systems (DBMS) Connection**: In collaboration with your ERP specialist, identify the tables relevant to the data you wish to transfer. Create database views to aggregate and transform these records as needed before integration with ERP Bridge.
* **HubSpot Application Installation**: The HubSpot application installation requires logging in with a HubSpot user that has Super Admin permissions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.erpbridge.io/the-installation/0-prerequisites.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
