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

# Asycuda

Digicust integrates with Asycuda. Just upload customs cases to Digicust. Digicust processes the case and sends you the XML files with the customs case data you can upload to Asycuda.

Currently supported: Asycuda World Kosovo.

### Setup

1. The setup is easy. Navigate to your execution strategy settings and select "Events".

<figure><img src="/files/dEFSQ0kkgmcOxOUdYemF" alt=""><figcaption><p>Asycuda Setup</p></figcaption></figure>

2. Create a new event to send an email after case processing. Choose the email address you want to receive the Asycuda XML files to.
3. Check "Attach case information", select XML format, select "Remove empty tags", put file name mapping to reference and add the Asycuda mapping. Ask <support@digicust.com> for the current Asycuda mapping.
4. Save the execution strategy. Upload customs cases to said execution strategy and wait for cases to arrive in your email inbox.
5. Upload the case to Asycuda. For that purpose, in Asycuda, select New "Detailed Customs Declaration" and click on the import symbol. Locate the XML file and upload. Asycuda should automatically be populated with the customs case data.
6. 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 Asycuda!


---

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