> 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/invoicing/message-settings.md).

# Message Settings

Start by searching and opening **GEDI message settings** to get to the list of all message settings.

![](/files/-LXxnj_yQWdKkUrUmNni)

Once inside you'll see a list contains profiles and message codes. This is to enable certain thing for each profiles, e.g. Sending invoices. We will need to add a few things in the list as listed in the table below. Substitute **CREDIFLOW** for the profile name you've chosen.

| Code | Description                 |
| ---- | --------------------------- |
| 020  | Create Invoice              |
| 021  | Invoice                     |
| 022  | Create Credit Memo          |
| 023  | Credit Memo                 |
| 092  | Create notification         |
| 093  | Notification                |
| 080  | Message sent successfully   |
| 081  | Message sent unsuccessfully |
| 082  | Set status to succeeded     |
| 083  | Set status to failed        |
| 206  | Control invoice             |
| 207  | Control credit memo         |

It should look something close to this when everything is done.&#x20;

![](/files/-LrU8sh_wucpYnjLW2Wd)

{% hint style="success" %}
Now you've successfully created an invoicing flow.
{% 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.goldenedi.com/business-central/configuration/invoicing/message-settings.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.
