> For the complete documentation index, see [llms.txt](https://guide.digicust.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.digicust.com/features/integrations/dbh.md).

# DBH

Digicust integrates natively with [DBH](https://www.dbh.de/zollsoftware/). Just upload customs cases to Digicust. Digicust processes the case and sends the filled out customs declaration to your DBH system.

Many of our clients use Digicust as a black box and just check warning messages within DBH before submitting the automatically created customs declaration to the authorities.

The DBH interface needs to be set up by DBH before getting started. If you are not using the interface already, ask your contact person at DBH or <support@dbh.de>.

### Setup

1. The setup is easy. Navigate to your execution strategy settings and select "Submission".<br>

   <figure><img src="/files/c7U7JkiFHxGvipVDkauA" alt=""><figcaption><p>DBH setup in execution strategy</p></figcaption></figure>
2. Customs cases are sent to DBH using REST protocol. Ask DBH for your API credentials. Then input the following:

| Field     | Description                                                                                                   | Example                                    |
| --------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| Endpoint  | URL of the DBH server                                                                                         | <https://ssl-gate.dbh.de/intercomm-t186xx> |
| Client ID | Your DBH client ID                                                                                            | t186xx                                     |
| Username  | The DBH username                                                                                              | t186xx.sstuser                             |
| Password  | The DBH password                                                                                              | \*\*\*\*\*\*\*\*\*\*                       |
| Template  | Reference number of the template (Kopiervorlage) within DBH to be used for fallback values. This is optional. |                                            |

3. Save the execution strategy. Upload customs cases to said execution strategy and wait for cases to arrive in DBH.
4. The case should be filled-out and ready to hand in if Digicust has all information necessary. If not, try [Configure Execution Strategies](/guides/configure-execution-strategies.md) or set up [Rules & Templates](/features/rules-and-templates.md).

Happy automating with Digicust and DBH!


---

# 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://guide.digicust.com/features/integrations/dbh.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.
