> For the complete documentation index, see [llms.txt](https://help.aglive.com/aglive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aglive.com/aglive/archived/transfer-a-consignment/with-envd-forms.md).

# With eNVD / Forms

{% tabs %}
{% tab title="Signature Saved" %}

| Steps        | Action                                                                    |
| ------------ | ------------------------------------------------------------------------- |
| 1            | On the **Transfer Settings** page, select **Consignee**                   |
| 2            | Select **Destination Location**                                           |
| 3            | Under Attachments, click **Add Form**                                     |
| 4            | Select the **Form Type**                                                  |
| 5            | Click **Next**                                                            |
| 6            | Under Answer Form, answer the questions                                   |
| 7            | Click **More** to view the full question and to view any explanatory note |
| 8            | Click **Save** at the end of the page                                     |
| 9            | A **"Save Form"** popup will display                                      |
| 10           | Enter the **Form Name**                                                   |
| 11           | Click **Save**                                                            |
| 12           | A **"Saved"** popup will display. Click **OK**                            |
| 13           | The form is added under Attachments                                       |
| 14           | Click **Add Form** to add another form, e.g. Health Declaration           |
| 15           | Under Additional File, click **Attach File**                              |
| 16           | A file can be added under Additional File                                 |
| 17           | Under Declaration, check **Apply Signature**                              |
| 18           | Once the **Transfer** button is enabled. Click **Transfer**               |
| {% endtab %} |                                                                           |

{% tab title="Signature Unsaved" %}

| Steps         | Action                                                                    |
| ------------- | ------------------------------------------------------------------------- |
| 1             | On the **Transfer Settings** page, select **Consignee**                   |
| 2             | Select **Destination Location**                                           |
| 3             | Under Attachments, click **Add Form**                                     |
| 4             | Select the **Form Type**                                                  |
| 5             | Click **Next**                                                            |
| 6             | Under Answer Form, answer the questions                                   |
| 7             | Click **More** to view the full question and to view any explanatory note |
| 8             | Click **Save** at the end of the page                                     |
| 9             | A **"Save Form"** popup will display                                      |
| 10            | Enter the **Form Name**                                                   |
| 11            | Click **Save**                                                            |
| 12            | A **"Saved"** popup will display. Click **OK**                            |
| 13            | The form is added under Attachments                                       |
| 14            | Click **Add Form** to add another form, e.g. Health Declaration           |
| 15            | Under Additional File, click **Attach File**                              |
| 16            | A file can be added under Additional File                                 |
| 17            | Under Declaration, check **Apply Signature**                              |
| 18            | A **"Mandatory"** popup will display                                      |
| 19            | Click **Create Signature**                                                |
| 20            | Draw your signature. Click **Save**                                       |
| 21            | Click **Clear** to reset canvas                                           |
| 22            | Click **“X”** to close the drawing canvas                                 |
| 23            | Click **Accept**                                                          |
| 24            | Your signature has been saved into your user profile                      |
| 25            | Click **Save**                                                            |
| 26            | Click **Next**                                                            |
| 27            | Under Declaration, check **Apply Signature**                              |
| 28            | Once the **Transfer** button is enabled. Click **Transfer**               |
| {% endtab %}  |                                                                           |
| {% endtabs %} |                                                                           |


---

# 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://help.aglive.com/aglive/archived/transfer-a-consignment/with-envd-forms.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.
