# Savings categories

## What are savings categories?

Luna was originally built without savings categories in mind (and if the primary purpose is to help you reduce spending, you don't really need to use it).&#x20;

However, some people want to keep track of how much they are saving and you can do that by creating a savings category.

<figure><img src="/files/z484ZHGSsQ6p7mh9f9n5" alt="" width="375"><figcaption><p>Savings categories</p></figcaption></figure>

## How do they work?

{% hint style="info" %}
This category will appear on the home screen and acts a little differently than the weekly/monthly categories.
{% endhint %}

The amount for these categories is more of a "goal" and when you add expenses to this category its actually a good thing. It means you are "funding" this category rather than taking way from it. So you'll see the right hand column represents how much you have "funded" into the category.

## How to create a savings category

<figure><img src="/files/UjgShYK9N6QCu110zoUL" alt="" width="375"><figcaption><p>Creating savings categories</p></figcaption></figure>

## How savings categories work with accounts

Luna has a feature that allows you to [track accounts](/features/account-tracking.md) like bank accounts and credit cards.

Transactions in savings categories can be linked to an account BUT they will not impact the account balance. This is because most people tracking savings aren't actually spending the money (or moving it around) but instead just making a note of it.

{% hint style="info" %}
If you want this to function differently, feel free to open a feedback item on the [feedback board](/getting-started/the-feedback-board.md)!
{% endhint %}

If you select a savings category and an account at the same time, we'll display a warning that it won't impact this accounts balance.

<figure><img src="/files/eLvK96GZO0Y9BKpm4LHE" alt="" width="375"><figcaption><p>Savings account warning</p></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://guide.lunabudgeting.com/features/budgeting/savings-categories.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.
