# Work with Batch Resources

For a general overview of batch resources, refer to [Introduction to Batch Resources](/clarity-lims/api-and-database/api-docs/cookbook/work-with-batch-resources/introduction-to-batch-resources.md).

When working with batch resources, you can do the following:

* [Introduction to Batch Resources](/clarity-lims/api-and-database/api-docs/cookbook/work-with-batch-resources/introduction-to-batch-resources.md)
* [Update UDF/Custom Field Information with Batch Operations](/clarity-lims/api-and-database/api-docs/cookbook/work-with-batch-resources/update-udf-custom-field-information-with-batch-operations.md)
* [Retrieve Multiple Entities with a Single API Interaction](/clarity-lims/api-and-database/api-docs/cookbook/work-with-batch-resources/page-4.md)
* [Select the Optimal Batch Size](/clarity-lims/api-and-database/api-docs/cookbook/work-with-batch-resources/page-3.md)


---

# 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/clarity-lims/api-and-database/api-docs/cookbook/work-with-batch-resources.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.
