# SQRT

The SQRT function in Shemate returns the square root of a number.

### Syntax:

```
sqrt(number)
```

### Parameters:

```
number (required): The number for which the square root will be calculated. The number must be positive.
```

### Usage example:

<figure><img src="https://lh7-us.googleusercontent.com/kXFAukjFGhHAkGcne20fF74KHmG9__I2lHHmHVwOG7ZluwgCkI7VYSeIp8vEUBB5ZCCYos6OCun3zwBAtPduD4WBzySxDzKcoFEN2ZQQOUiRaAU30ExjufpV1pZ7c3v6IsTuX32zrqDYl9GIYXAvoDk" 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://shedmate.gitbook.io/shedmate-help/setting-up-shedmate/costing-database-and-pricing-calculations/variables/mathematical-functions/sqrt.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.
