# $ratio

### Aliases

`$r` , `$R`

### Parameter

`<item1>`is the parameter where you turn place the first item to compare(This should be the more expensive item)

`<item2>`is the parameter where you turn place the second item to compare(This should be the cheaper item)

### Description

Checks the price ratio of `<item1>` `<item2>`

Returns how much `<item2>` equals the price of `<item1>`

### Notice

* Please make sure you **quote ("") the first item**, but *quoting the second one is optional*
* You can also connect the word together using underscores (\_) or join them without anything(not suggested), then you don't need quoting

### Examples

![Checking the ratio of summoning eye and wheat](/files/-M8jifVMj-eHUvzDBjJZ)


---

# 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.robothanzo.dev/price-checking/ratio.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.
