# Go-live

Before you go-live, you should have done these steps;

* Configures business Central according to the guide
* Made a test case to make sure you are connected to our cloud service
* Signed the license agreement in Scrive that we sent you a link to earlier

If all of above is done, and you are ready to go-live, login to our [portal](https://portal.goldenedi.com/) using the credentials we sent you earlier. \
Click the '**Ready to go Live'** button in the left panel.

After this our support will follow up on your connection and turn off the **test mode**. Wait for our confirmation by e-mail that this is done.

Once you have our go-live confirmation, go back to 'Job Queue Entries' in  Business Central, and **restart** the '**GEDIQUEUE'** and '**GEDIDELETE'** job queues to start processing queued messages in our app.

{% hint style="info" %}
If you for some reason wants to stop or pause the automatic processing in the future, you should set 'Job Queue Entry' 'GEDIQUEUE' and 'GEDIDELETE' to 'Set On Hold'. You can restart it whenever you want to enable it again.
{% endhint %}

{% hint style="danger" %}
The user that restarts the Job Queue Entry must have user permissation set 'SUPER' or 'GEDI ADMIN FULL'.
{% endhint %}

Follow up on your first invoices after this and make sure their GEDI status reaches 'EDI Posted', as described in the [invoice process.](/basic-invoice/user-guide/process.md)


---

# 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.goldenedi.com/basic-invoice/installation-guide/go-live.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.
