# Denmark

The standard for e-invoicing in Denmark is PEPPOL BIS Billing 3.0. Most receivers are registered in peppol using GLN with ICD 0088. However they usually use their company registration number or CVR as identity, so unless we already have their GLN address as well, we need to look it up using [NemHandelsregisteret](https://registration.nemhandel.dk/NemHandelRegisterWeb/public/participant/cvrSearch). All Danish e-invoicing receivers should be in this registry. If we only have their name we need to find their CVR number as well using the [The Central Business Register](https://datacvr.virk.dk/data/).

An example of a valid receiver is [Det Nationale Forskningscenter for Arbejdsmiljø](https://datacvr.virk.dk/data/visenhed?enhedstype=virksomhed\&id=15413700\&openFiltertrue\&virksomhedsform=230\&virksomhedsstatus=null\&antal_ansatte=antal_100_199,antal_1000_999999\&type=Alle\&sortering=default\&virksomhedsmarkering=null\&kommune=null\&region=null\&personrolle=null\&language=da). We can check NemHandelregisteret by [searching based on their CVR number](https://registration.nemhandel.dk/NemHandelRegisterWeb/public/participant/cvrSearch?unitcvr=15413700). This gives us a couple of possible receiving endpoints with **GLN addresses** (Global Location Number). If you inspect these further, you will see that they support PEPPOL BIS Billing 3, which means they can receive Moment e-invoices on this address:

![](/files/-M23_WEg5gPePv53SbKR)

The e-invoicing address to use in Moment is thus a GLN address. For example:

Schemeid/ICD: **0088 - GLN**\
Address: **5798000399518**

The full PEPPOL address becomes `0088:5798000399518`. It is setup in Moment like this:

![](/files/-MbhI7gpv-iG_E59-N9z)


---

# 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.milientsoftware.com/help/financial/e-invoicing/countries/denmark.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.
