> 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/5-download-wizard.md).

# 5 - Download Wizard

In this step you have to perform a critical action and a change of context, so please, pay more attention and make sure you understand what to do.

By clicking the "**Download the Wizard**" button, you will download a file: that's the **ERP Bridge Agent Wizard**.\
You need to bring that file to the server where the agent will run and perform the database connection.

When you will be logged inside the server where the agent will run with the downloaded file on the file system, you can proceed to the next step.

<figure><img src="/files/21nRBDghIf4VuIGDDlZa" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**You don't have access to the server right now?** No problem, don't go away! You can still see what's next by watching this video: [Youtube Link](https://www.youtube.com/watch?v=S6QBV1eVon4)
{% endhint %}

{% hint style="info" %}
**Do you want a real demo done by our experts?** No problem, request a **free** demo here: [https://www.erpbridge.io/get-a-free-demo](https://www.erpbridge.io/get-a-free-demo/)
{% endhint %}


---

# 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/5-download-wizard.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.
