# Example 1

![](/files/RlCMmzBBoFRAPDJs8YlS)

### 1a: Yield Requested

A biosample manifest is uploaded with a prep request required yield of 105 Gbp.

|                     | **Required** | **Expected** | **Actual** | **Pending** |
| ------------------- | ------------ | ------------ | ---------- | ----------- |
| 1a: Yield Requested | +105         | +105         | 0          | +105        |
| Total               | 105          | 105          | 0          | 105         |

### 1b: Partial Yield Received

80 Gbp of QC-passed FASTQ data sets are received. The actual yield is increased and the amount still pending is changed to 25 GBP to reflect the remaining balance. The expected yield does not change because it represents the total amount expected from the lab and includes actual yield and pending yield.

|                            | **Required** | **Expected** | **Actual** | **Pending** |
| -------------------------- | ------------ | ------------ | ---------- | ----------- |
| 1a: Yield Requested        | +105         | +105         | 0          | +105        |
| 1b: Partial Yield Received |              |              | +80        | –80         |
| Total                      | 105          | 105          | 80         | 25          |

### 1c: Balance of Yield Received

The remaining 25 Gbp of FASTQ data sets are received. Actual yield is updated with the received amount. The full amount expected from the lab has been received, so there is no more pending yield.

|                               | **Required** | **Expected** | **Actual** | **Pending** |
| ----------------------------- | ------------ | ------------ | ---------- | ----------- |
| 1a: Yield Requested           | +105         | +105         | 0          | +105        |
| 1b: Partial Yield Received    |              |              | +80        | –80         |
| 1c: Balance of Yield Received |              |              | +25        | –25         |
| Total                         | 105          | 105          | 105        |             |


---

# Agent Instructions: 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:

```
GET https://help.connected.illumina.com/basespace/automate/yield-examples/yield-example-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
