> 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/guides/getting-started.md).

# Getting started

## Step 1: Create your account

Navigate to [app.digicust.com](https://app.digicust.com) and sign up with your email or social account. You will be prompted to fill out basic information about your company that we need in order to automate customs clearance for you.

## Step 2: Configure your first execution strategy

Execution strategies define how customs cases are being processed. We understand that our clients' needs vary and Dexter is designed to be flexible in the way you can integrate it.

Navigate to "Settings" and click "My Strategy". You will end up in the configuration page of your execution strategy:

<figure><img src="/files/NfqhuKyssTUeYHURiONZ" alt=""><figcaption><p>Execution Strategy configuration page</p></figcaption></figure>

We did the basic configurations for you. You can come back at any later point. For now, click save.

## Step 3: Upload your first customs case

Navigate to Customs Cases and hit "Create New". Now, set a reference to find your case again later, choose the newly created execution strategty and choose your first customs document you want to process. That might be an invoice, waybill, delivery note, packing list or any other relevant customs document - or even multiple customs documents in one single PDF file. Then, hit "Upload"!

<figure><img src="/files/DofA3jOqKtN8ELLms01m" alt=""><figcaption><p>Upload a customs case</p></figcaption></figure>

Your case is now being processed. Depending on your plan and the size of the documents, this can take around 15 minutes. Outside our business hours, cases might be processed the next morning only.

## Step 4: Your first case is processed

Congrats! You have processed your first customs case. To increase the automation degree, configure your execution strategy and/or upload master data.


---

# 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/guides/getting-started.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.
