> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/basespace/automate/yield-examples/yield-example-1.md).

# 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
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.connected.illumina.com/basespace/automate/yield-examples/yield-example-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.
