> 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/erp-bridge-wizard-on-premise/9-start-agent.md).

# 9 - Start Agent

This is the final step before to return again on the browser left before the on-premise part.

At this point you will see possible choices:

<details>

<summary>Start the service (with default)</summary>

With this configuration the service will start with the following default configuration:

* **Service user**: Local System
* **User domain**: N/D
* **Startup type**: Automatic

</details>

<details>

<summary>Use advanced configuration</summary>

Following this additional step you will be able to choose a custom service user with a custom domain

* **Service user**: You choose
* **User domain**: You choose
* **Startup type**: Automatic

</details>

{% hint style="info" %}
If you are not sure about the user to choose, the permissions and your company internal network domain, we suggest you to go with the first default way.
{% endhint %}

After choose the service configuration, the wizard will start the service and send informations collected during the wizard process to our cloud platform.

If the starting process gone successfully you will see 3 green check-marks: in this case the next step is to return back to the browser and continue with the next documentation page ([CLICK HERE TO GO](/the-installation/back-to-the-cloud.md)).

If you have some issue about the starting process you can try to find your error in this documentation page "[Agent service starting errors](broken://pages/yoOtR55lej0Px4KPG5dP)" or contact the technical support using this form:  [https://www.erpbridge.io/support](https://www.erpbridge.io/support/)

<figure><img src="/files/RJpRHqkkASphNNYHfkoQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/pAIh8uSO8Rd0WKUGZdrY" alt=""><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/watch?v=S6QBV1eVon4&t=282s>" %}


---

# 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/erp-bridge-wizard-on-premise/9-start-agent.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.
