# Resources

In this section, you can add resources (ingredients) that your products consist of. For example, for coffee machines, it could be coffee beans, milk, cups, water, sugar, etc.

**How to add a new resource:**

1. Click Create
2. Enter resource name
3. Select resource unit. Available units are based on the unit system selected in [Company details](/personal-account/settings/company-details.md): metric or imperial

You can edit resources whenever you need.

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


---

# 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.smvend.io/personal-account/products/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.
