# 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 sending out emails with PDFs correctly.
* Updated the customer cards according to the guide.
* **Optional -** [Enable Order Confirmations](/freemium/pdf-order-confirmation/untitled.md) to be sent out via email PDFs.

If all of above is done, and you are ready to go-live, 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 'PDF Sent', as described in the [invoice process.](/freemium/user-guide/invoice-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/freemium/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.
