# 10. Installer Desktop

The installer is a desktop application that allows you to download the agent, from an AWS S3 bucket, that will communicate with HubSpot. At start-up, it is run as an administrator and presents a Wizard which takes care of:

* setting up the agent among the Windows System Services;
* obtaining table names, table column names and their dataType which are selected by the user by entering the connection parameters;
* retrieve user installations via an authenticated HTTP GET request.

\
Finally, it executes a Bearer Token-authenticated HTTP POST request to the ERP Bridge API to send the schema for the database tables that the user has selected. Authentication to ERP Bridge takes place via the AWS Cognito service.


---

# Agent Instructions: 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:

```
GET https://docs.erpbridge.io/security/10.-installer-desktop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
