# Examples

- [Notifications](https://manual.firstresonance.io/api/examples/notifications.md): Describes process for notifying users upon configurable events. For example, if a run of a specific procedure is completed, notify the production manager.
- [Runs](https://manual.firstresonance.io/api/examples/runs.md): The Runs API lets you create and update runs, as well as manage run and step status, schedule, and data.
- [Automatically updating fields in runs](https://manual.firstresonance.io/api/examples/automatically-updating-fields-in-runs.md): This is a guide showing how to update fields in runs from automated test equipment or analysis workflows.
- [Parts and Part Revisioning](https://manual.firstresonance.io/api/examples/parts-and-part-revisioning.md)
- [mBOMs](https://manual.firstresonance.io/api/examples/mboms.md)
- [Part Inventory and Kitting](https://manual.firstresonance.io/api/examples/part-inventory-and-kitting.md): This section describes using the API to create and manage part inventory, as well as add parts to kits, and then move them back to inventory to repeat the assembly process.
- [aBOM (As-built Bill of Materials)](https://manual.firstresonance.io/api/examples/abom-as-built-bill-of-materials-api.md): The As-built Bill of Materials is a tree-like structure that allows you to keep track of how parts are installed across multiple levels of your assembly.
- [Edit time-tracking session data](https://manual.firstresonance.io/api/examples/edit-time-tracking-session-data.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://manual.firstresonance.io/api/examples.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.
