# Change an item's type

Setting an item's type will change how it is displayed on the main Items page and on it's chart.

There are two item types - **Sum and Average.**&#x20;

If an item's type is **sum** (the default) the item will display a sum of all entry values.

If an item's type is **average** the item will display an average of all the entry values. A good example of an item that should use this type is "Weight". You are most likely not interested in viewing the sum of all your weight entries but rather the average.

To change an item's type, follow the steps below.&#x20;

## Step 1 - Tap on an item (anywhere but the number)&#x20;

![](/files/pb6T4k02hYDT8xOJGvWV)

## Step 2 - Tap the "Settings" button

![](/files/TsLDXgPQbZCouggKeCTS)

## Step 3 - Tap on the "Type" chooser and then make a selection

![](/files/7FAglgQZHu9uujRSc0rx)


---

# 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://www.druckapp.com/help/item-help/change-an-items-type.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.
