# Income

An **Income** transaction records money coming into your accounts. For this type of transaction, you'll need to focus on one key detail that is unique to income:

* **To**: Select the account that is receiving the income (e.g., checking account, savings account).

There is no need to assign a category or specify a "From" account for income transactions. By accurately recording where your income is deposited, you ensure your budget reflects the growth of your available funds.

{% hint style="warning" %}
When using a **zero-based budget**, income transactions will trigger a warning in the **Budget Health Check** if the newly received funds are not allocated. This prompt is a helpful reminder to assign every dollar a job, ensuring that all incoming money is allocated to your budget categories, so you stay on top of your financial goals and maintain a balanced budget.
{% endhint %}

***

<div><figure><img src="/files/QEpqTSvq3dsowxk5zaTN" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/JDAQuhSJrhEcw0Z2QBAC" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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.beyondbudgetapp.com/transactions/income.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.
