> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/documentation/tags.md).

# Tags

## Grouping expenses with tags

Add a hashtag to lines you want to group together, then total or average their answers:

```
$20 lunch #food   | $20.00
$30 dinner #food  | $30.00
total of #food    | $50.00
average of #food  | $25.00
```

Only tagged lines above the calculation are included. They don’t need to be next to each other.

Unlike a heading such as `# Food`, a tag such as `#food` has no space after the `#`.

By default, divider lines start a fresh set of tags for the next section.
