# $calculate

### Aliases

`$calc` , `$c` , `$C`

### Parameter

`<math>`is the parameter where you turn SkyBlock items into actual numbers(items represent the number which is their price)

### Description

This command allow you to calculate math while making SkyBlock items representing their price as a number, where `<math>` is the thing to calculate

### Notice

* Auto correction is supported here, but when it is off by 6 or more letters, the request fails
* This does not support multiplication and division prioritization, but if you bracket things up using brackets `()`, things will get prioritized

### Examples

![A successful return, proofing multiplication and division prioritization doesn't work](/files/-M8YOphTQGxfMb5yT8Qr)

![A successful return, proofing bracketing stuff up does raise the prioritization level](/files/-M8YPFT95Ijqw0oWtdzu)

![A failed return, where the item is not in the database / auto correction is off by 6 letters or more](/files/-M8YY7xt9fMtjGps1Our)


---

# 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/calculate.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.
