# iOS Widgets

## Homescreen widgets

Luna comes with a few homescreen widgets.

There is a weekly widget that shows just your weekly categories and a monthly widget that shows your monthly spend.

{% hint style="info" %}
The weekly shows JUST weekly. The monthly shows the combined weekly and monthly categories. Income and savings categories are ignored.
{% endhint %}

<figure><img src="/files/IKNFFVr2h0KnjqjMOLLq" alt="" width="375"><figcaption><p>Weekly budget widget</p></figcaption></figure>

## Lockscreen widget

The lockscreen widget shows you your spending at a glance.

{% hint style="info" %}
TIP: Clicking this widget automatically opens the new transaction window. It is the fastest way to log a transaction (we recommend building this habit)
{% endhint %}

<figure><img src="/files/Yf8jYu5XH0sv2jGaRO1n" alt="" width="375"><figcaption><p>Lockscreen widget</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/ios-widgets.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.
