> 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/work-with-consignments/view-a-consignment.md).

# View a Consignment

### Aim

View detailed information related to a consignment.

### Benefits

You can view all of the accumulated information stored against each inducted animal, plant or item that is a member of the consignment. Transfer history, custody records, and IoT information (e.g. temperature) can be viewed for all the items in the whole consignment.

### Steps

### View Consignment Library

{% tabs %}
{% tab title="Top Section" %}

| Step         | Action                                                                       |
| ------------ | ---------------------------------------------------------------------------- |
| 1            | On the homepage, view all consignments you have received by clicking: **In** |
| 2            | Display consignment list with **In** status                                  |
| 3            | On the homepage, view all consignments you have sent by clicking: **Out**    |
| 4            | Display consignment list with **Out** status                                 |
| {% endtab %} |                                                                              |

{% tab title="Countdown Timer" %}

| Step          | Action                                                                      |
| ------------- | --------------------------------------------------------------------------- |
| 1             | On the homepage, click **View all consignments**                            |
| 2             | Display all consignment list with **In**, **Out** or **In-Progress** status |
| 3             | Switch tabs to view the status of consignments                              |
| {% endtab %}  |                                                                             |
| {% endtabs %} |                                                                             |

### View Consignments

{% tabs %}
{% tab title="Consignment Status - In" %}

| Step         | Action                                                        |
| ------------ | ------------------------------------------------------------- |
| 1            | All **received** consignments are listed under the **In** tab |
| 2            | Click **View**                                                |
| 3            | Display **View Consignment**                                  |
| {% endtab %} |                                                               |

{% tab title="Consignment Status - Out" %}

| Step         | Action                                                                     |
| ------------ | -------------------------------------------------------------------------- |
| 1            | All consignments that have been completed are listed under the **Out** tab |
| 2            | Click **Complete**                                                         |
| 3            | Display **View Consignment** with time left                                |
| {% endtab %} |                                                                            |

{% tab title="Consignment Status - In Progress" %}

| Step          | Action                                                                                    |
| ------------- | ----------------------------------------------------------------------------------------- |
| 1             | All consignments received, but not sent yet out, are listed under the **In Progress** tab |
| 2             | Click **View**                                                                            |
| 3             | Display **View Consignment**                                                              |
| {% endtab %}  |                                                                                           |
| {% endtabs %} |                                                                                           |

### Complete Transfer on In-Progress consignment

| Step | Action                                                                                |
| ---- | ------------------------------------------------------------------------------------- |
| 1    | Click the **In-Progress** tab                                                         |
| 2    | Click **Complete**                                                                    |
| 3    | Display **View Consignment** (you will see the time left to complete the consignment) |
| 4    | Click **Transfer** to link to Transfer Settings page                                  |
| 5    | Proceed with Transfer process                                                         |

### Delete In-Progress consignment

| Step | Action                                                 |
| ---- | ------------------------------------------------------ |
| 1    | Click the **In-Progress** tab                          |
| 2    | Click on the **Trash** icon to **Delete**              |
| 3    | A **"Delete?"** popup will display                     |
| 4    | Click **No** to return to the consignment library page |
| 5    | Click **Yes** to confirm the deletion                  |
| 6    | A **"Deleted"** popup will display. Click **Close**    |

### Consignment Attachments - view and share

| Step | Action                                     |
| ---- | ------------------------------------------ |
| 1    | In View Consignment, under **Attachments** |
| 2    | A list of documents are listed             |
| 3    | Click **Doc Name** to view document in PDF |
| 4    | Click **Share** to display the Document ID |


---

# 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/work-with-consignments/view-a-consignment.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.
