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

# Mobile App

#### Jump to:

1. [Where can I download the official Lunch Money mobile app?](#where-can-i-download-the-official-lunch-money-app)
2. [What can I do with the mobile app?](#what-can-i-do-with-the-mobile-app)
3. [Where can I share feedback for the mobile app?](#where-can-i-share-feedback-for-the-mobile-app)
4. [Are there any other mobile tools for Lunch Money?](#are-there-any-other-mobile-tools-for-lunch-money)

***

## Where can I download the official Lunch Money mobile app?

The official Lunch Money companion app is available for download on both iOS and Android:

{% embed url="<https://apps.apple.com/us/app/lunch-money/id6739028463>" fullWidth="false" %}

{% embed url="<https://play.google.com/store/apps/details?hl=en_US&id=com.lunchbaglabs.lunchmoney>" %}

## **What can I do with the mobile app?**

The official Lunch Money companion app lets you:

* Add new transactions on-the-go
* See detailed stats of your income and spending
* Dive into each category of your Spending Breakdown
* Review transactions quickly with a swipe
* Categorize, tag and add notes to transactions on-to-go
* See patterns of your spending with monthly stats and charts

<div><figure><img src="/files/6UC7iUh0d6jXy98JN3pR" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/g2nB6TKCrAXW9WzgvvGz" alt="" width="188"><figcaption></figcaption></figure></div>

## Where can I share feedback for the mobile app?

If you have any feedback or suggestions to share with us regarding the mobile app, please feel free to open an [in-app support ticket](/getting-started.md#step-7-getting-help), or use the dedicated [#📱-mobile-app](https://discord.com/channels/842337014556262411/1237256446786277478) channel on [Discord](https://lunchmoney.app/discord)!

## Are there any other mobile tools for Lunch Money?

Yes! We are committed to continuously improve our [developer API](https://lunchmoney.dev/) which has enabled many Lunch Money users to create and share their own mobile tools and companion apps with the larger community, including:

* [Lunch Sync](https://littlebluebug.com/wallet/index.html), an iOS app for syncing Apple Wallet transactions by [milanave](https://github.com/milanave)
* [Milk Money](https://milkmoney.club/), a mobile website for quickly adding transactions, by[ dareiff](https://github.com/dareiff)
* [A scriptable iOS Widget](https://github.com/amanb014/lunch-money-widget) for transaction status updates, by[ amanb014](https://github.com/amanb014)
* [Lonchera](https://lunchmoney.app/blog/2024-11-29-community-newsletter), a Telegram bot that helps manage transactions on-the-go, by [casidiablo](https://github.com/casidiablo)

You can view a full list of tools and projects by the community [here](https://github.com/lunch-money/awesome-lunchmoney).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.lunchmoney.app/miscellaneous/mobile-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
