> ## Documentation Index
> Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Logistics and Shipping Overview

Tracking shipments and processing documentation is faster and more accurate with Textify, which efficiently organizes shipment details, supporting smooth logistics and supply chain management.

## Supported Document Types

* **ArrivalNotice**: Shipping and logistics arrival notifications, delivery confirmations
* **BillofLading**: Transportation documents for cargo and freight shipments

## Template Features

### Arrival Notice Template

Extracts the following information from arrival notifications:

* Shipment tracking numbers
* Arrival dates and times
* Delivery location and recipient
* Package contents and dimensions
* Delivery status and confirmation

### Bill of Lading Template

Extracts the following information from shipping documents:

* Shipper and consignee details
* Cargo description and quantity
* Origin and destination addresses
* Shipping terms and conditions
* Transport method and carrier information

## Usage Examples

### Arrival Notice Analysis

```json theme={null}
{
  "fileExtension": "PDF",
  "docuType": "ArrivalNotice",
  "fileData": "base64-encoded-arrival-data"
}
```

### Bill of Lading Analysis

```json theme={null}
{
  "fileExtension": "JPG",
  "docuType": "BillofLading",
  "fileData": "base64-encoded-shipping-data"
}
```

## Response Format

Both templates return structured logistics data with confidence scores and extracted shipping information.
