> For the complete documentation index, see [llms.txt](https://docs.goldenedi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goldenedi.com/business-central/configuration/getting-started/initialising.md).

# Initialising

## Assisted Setup

To start the initialisation process you need to navigate to the "Assisted Setup" page.

![Searching for the Assisted Setup page](/files/-LVbg4ZD2rtXyx1-MKIP)

Once you are in the Assisted Setup page you can press 'Initialise Golden EDI' to open the guided process.

![The guided setup for initialising Golden EDI](/files/-LVbgicCRpmUOdntH4bJ)

## Initialise

#### Terms & Agreements

The first page you are greeted with will ask you to accept our Terms & Agreements, which you can find [here](https://goldenedi.com/privacy). So to continue just check the checkbox and then click the "Next" button.

![First page of the setup](/files/-LVbhbuUguJat7dHhDRX)

#### Initialise

The second page will automatically load all the necessary basic information for your system. So all you have to do now is click 'Next' to continue.

![Second page of the setup](/files/-LVbiAMQ4Vq-sVyLSjCq)

#### Finished

Now we are done with the setup and we can now close it by clicking the "X" button in the top right corner. There are a few steps left in the setup but we do not need to do them right now.

![Third page of the setup](/files/-LVbijIY3o1LzkInk5ni)

## Success!

Now we have loaded the necessary basic information and we are now done with the first step in the process of setting up Golden EDI!

You can now continue on with the next step in the [Getting Started](/business-central/configuration/getting-started.md) guide.


---

# 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.goldenedi.com/business-central/configuration/getting-started/initialising.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.
