> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/documentation/guides/warehousing-and-logistics/transfer_order_comments_and_notes-1.md).

# Transfer Order Comments and Notes

Add internal notes and printed comments to transfer orders.

You are able to add additional information to a transfer order and posted transfer receipts/shipments, be that for internal or external use.

{% hint style="warning" %}
**Prerequisites**

Ability to create transfer orders.
{% endhint %}

### Transfer Documents Attachment Factbox

All transfer documents have an **Attachment** Factbox Section. Here you can add **Notes.**

{% hint style="info" %}
Type or copy/paste free text to the document. These notes are for internal use only and not suitable for printing or reporting on.
{% endhint %}

See also [How to add links to a record](https://docs.microsoft.com/en-gb/dynamics365/business-central/ui-how-add-link-to-record)

### Transfer Order Comments

Transfer orders have a **Transfer Comments** area, this is accessed from the document's page. Here you can add free text. Comments have a **Comment Type** that impacts how each line is used within Bevica.

| Comment Type            | Note                                                                                                |
| ----------------------- | --------------------------------------------------------------------------------------------------- |
| Internal                | These are internal comments and not published anywhere.                                             |
| Delivery Instr. (Sales) | Where available, these comments are transmitted to third party warehouses as delivery instructions. |
| Picking Instr. (Sales)  | Where available, these comments are transmitted to third party warehouses as picking instructions.  |
| Sales Documents         | These are not used on transfer documents.                                                           |
| Purchase Documents      | These are not used on transfer documents.                                                           |
| Gift Note               | These are not used on transfer documents.                                                           |


---

# 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://kb.bevica.com/documentation/guides/warehousing-and-logistics/transfer_order_comments_and_notes-1.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.
