> For the complete documentation index, see [llms.txt](https://docs.firescope.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.firescope.io/en/key-features.md).

# key features

- [Inventory Management](https://docs.firescope.io/en/key-features/inventory-management.md)
- [Green Coffee Information Management (Single/Blend)](https://docs.firescope.io/en/key-features/green-coffee-information-management-single-blend.md)
- [Roasting Record Comparison](https://docs.firescope.io/en/key-features/roasting-record-comparison.md): You can compare up to 20 roasting records at once using the roasting comparison feature.
- [Roasting Record Search and Filter](https://docs.firescope.io/en/key-features/roasting-record-search-and-filter.md): Quickly locate the desired roasting records using search and filter options.
- [Profile](https://docs.firescope.io/en/key-features/profile.md)
- [Reference Curve and Real-Time Temperature Comparison](https://docs.firescope.io/en/key-features/reference-curve-and-real-time-temperature-comparison.md): The reference curve feature allows you to overlay previous roasting records, making it easier to accurately compare with your ongoing roasting session.
- [Roasting Graph Settings](https://docs.firescope.io/en/key-features/roasting-graph-settings.md)
- [BBP Recording](https://docs.firescope.io/en/key-features/bbp-recording.md): With BBP recording, you'll move beyond simply monitoring temperature during preheating. The system automatically records precise preheating time and temperature data between batches.


---

# 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://docs.firescope.io/en/key-features.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.
