# SUMLIST

The SUMLIST function calculates the sum of all values from a given list. It iterates through the list, adds each item together, and returns the total sum of all the values in the list

### Syntax:

```
SUMLIST (List to be added up)
```

### Parameters:

```
List to be added up: List you want to sum the elements
```

### Usage examples:

Sums the length property of all baytypes within the shed object:

SUMLIST(shed.baytypes.\*.length)

<figure><img src="/files/lp8ReSeK2U7OEebnhM9L" 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/sumlist.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.
