# Green Coffee Information Management (Single/Blend)

## Creating and Managing Single Coffee Information

1. Navigate to the left menu and select "Green Coffee -> Single" to enter the Single Management page. This is where you can create, view, and delete information about single green coffees.

<figure><img src="/files/KF5HZZjxEwNz3vGvxLUn" alt=""><figcaption></figcaption></figure>

2. Click the "Create" button on the top right.
3. A modal will pop up, allowing you to enter basic information about the coffee:
   * **Coffee name**: Enter the name excluding country, variety, and process.
   * **Initial inventory of coffee**: Input the current inventory, serving as the base for calculating stock changes during roasting.
   * **Initial inventory of beans**: Input the current bean inventory, acting as the baseline for stock changes based on roasting output.

<figure><img src="/files/4vRUFXwJQvWtfFEXK4L2" alt=""><figcaption></figcaption></figure>

4. Click "Show more" at the bottom to add additional information such as region, farm, harvest, moisture content, density, purchase source, and price.

<figure><img src="/files/p1iiOjJDa05QyasRUqwN" alt=""><figcaption></figcaption></figure>

5. Once you've filled in the details, click "Submit" at the bottom.
6. You can modify or delete the created information on the individual page of each single coffee. Refer to the Inventory Management page for details on stock records.

<figure><img src="/files/52pEfoYrUwQ3ItrTyJUB" alt=""><figcaption></figcaption></figure>

## Creating and Managing Blend Information

1. Choose "Green Coffee -> Blend" from the left menu to go to the Blend Management page. This is where you can create, view, and delete information about coffee blends.

<figure><img src="/files/VtidyS1AvUIDwoTyJRxN" alt=""><figcaption></figcaption></figure>

1. Click the "Create" button on the top right.
2. When the blend creation window appears, enter the blend name and blending method.
3. To add coffees to the blend, press the "Add Coffee" button, find and select the desired coffees.

<figure><img src="/files/XEDR4PlH9ZuqmORtkheo" alt="" width="563"><figcaption></figcaption></figure>

4. Enter the percentage of each coffee in the blend, then press the "Create" button.
5. You can delete the information created on the individual page of each blend. (Editing is not possible.) Refer to the Inventory Management page for details on stock records.

<figure><img src="/files/W7BY7Qdph4V3IXt3EHB5" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To see how green coffee information management works with other features to help you manage your roast smoothly on Firescope, [check out our video](https://www.youtube.com/watch?v=MV9zqd-bxJc)!
{% endhint %}


---

# 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://docs.firescope.io/en/key-features/green-coffee-information-management-single-blend.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.
