> 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.md).

# Features

- [Integrations](https://guide.digicust.com/features/integrations.md)
- [Riege Scope](https://guide.digicust.com/features/integrations/riege-scope.md)
- [BEO](https://guide.digicust.com/features/integrations/beo.md)
- [FORMAT](https://guide.digicust.com/features/integrations/format.md)
- [DHF Zolaris](https://guide.digicust.com/features/integrations/dhf-zolaris.md)
- [AEB](https://guide.digicust.com/features/integrations/aeb.md)
- [LDV](https://guide.digicust.com/features/integrations/ldv.md)
- [DBH](https://guide.digicust.com/features/integrations/dbh.md)
- [Dakosy](https://guide.digicust.com/features/integrations/dakosy.md)
- [SFTP](https://guide.digicust.com/features/integrations/sftp.md)
- [Web Hooks](https://guide.digicust.com/features/integrations/web-hooks.md)
- [Asycuda](https://guide.digicust.com/features/integrations/asycuda.md)
- [Tariff Classification](https://guide.digicust.com/features/tariff-classification.md)
- [Auto-fix tariff numbers](https://guide.digicust.com/features/tariff-classification/auto-fix-tariff-numbers.md)
- [Automatic classifications](https://guide.digicust.com/features/tariff-classification/automatic-classifications.md)
- [Bulk material classifications](https://guide.digicust.com/features/tariff-classification/bulk-material-classifications.md)
- [AI-Generated Goods Descriptions](https://guide.digicust.com/features/ai-generated-goods-descriptions.md)
- [Rules & Templates](https://guide.digicust.com/features/rules-and-templates.md)
- [Upload Scenarios](https://guide.digicust.com/features/upload-scenarios.md)
- [Document Splitting](https://guide.digicust.com/features/document-splitting.md)
- [Data Extraction](https://guide.digicust.com/features/data-extraction.md)
- [Emails](https://guide.digicust.com/features/data-extraction/emails.md)
- [Invoices](https://guide.digicust.com/features/data-extraction/invoices.md)
- [Waybills](https://guide.digicust.com/features/data-extraction/waybills.md)
- [Packing Lists](https://guide.digicust.com/features/data-extraction/packing-lists.md)
- [Delivery Notes](https://guide.digicust.com/features/data-extraction/delivery-notes.md)
- [Export Declarations](https://guide.digicust.com/features/data-extraction/export-declarations.md)
- [Temporary Storage Documents](https://guide.digicust.com/features/data-extraction/temporary-storage-documents.md)
- [ATR Certificates](https://guide.digicust.com/features/data-extraction/atr-certificates.md)
- [EUR1](https://guide.digicust.com/features/data-extraction/eur1.md)
- [Weighing Certificates](https://guide.digicust.com/features/data-extraction/weighing-certificates.md)
- [Excel Files](https://guide.digicust.com/features/data-extraction/excel-files.md)
- [Data Enrichment & Customs Coding](https://guide.digicust.com/features/data-enrichment-and-customs-coding.md)
- [Freight Cost Distribution](https://guide.digicust.com/features/data-enrichment-and-customs-coding/freight-cost-distribution.md)
- [Preference Check](https://guide.digicust.com/features/data-enrichment-and-customs-coding/preference-check.md)
- [Procedure Detection](https://guide.digicust.com/features/data-enrichment-and-customs-coding/procedure-detection.md)
- [Automatically Add Negative Codings](https://guide.digicust.com/features/data-enrichment-and-customs-coding/automatically-add-negative-codings.md)
- [Document Type Codes](https://guide.digicust.com/features/data-enrichment-and-customs-coding/document-type-codes.md)
- [Special Unit Measures](https://guide.digicust.com/features/data-enrichment-and-customs-coding/special-unit-measures.md)
- [Currency Conversion](https://guide.digicust.com/features/data-enrichment-and-customs-coding/currency-conversion.md)
- [Address Normalization](https://guide.digicust.com/features/data-enrichment-and-customs-coding/address-normalization.md)
- [Master Data](https://guide.digicust.com/features/master-data.md)
- [Material Data](https://guide.digicust.com/features/master-data/material-data.md)
- [Stakeholder Data](https://guide.digicust.com/features/master-data/stakeholder-data.md)
- [Data Validation](https://guide.digicust.com/features/data-validation.md)
- [Stakeholder Validation](https://guide.digicust.com/features/data-validation/stakeholder-validation.md)
- [Consistency Check](https://guide.digicust.com/features/data-validation/consistency-check.md)
- [Custom Events](https://guide.digicust.com/features/custom-events.md)
- [Splitting Customs Cases](https://guide.digicust.com/features/splitting-customs-cases.md)


---

# 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.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.
