# Getting Started

Welcome to InstaBudget Knowledge Base.

If you have any questions that are not answered here, feel free to email me at [support@instabudget.app](mailto:instabudget.app).

### Create a Budget

First thing you will need to create is a budget. This will contain all of the accounts that are considered under the same budget. You could create one for you and your partner, one for your side hustle, or anything, really.

![Configuring a new Budget in InstaBudget.](/files/-MTrDr6Nqz0qep4M5Zcq)

The number format can be changed later and controls how dates and amounts will be displayed throughout InstaBudget.

The currency is the currency used for your budget. You can, however, have accounts in currencies different from the budget's currency.

### Add an Account

Once you have set up your budget, you will need to add at least an account.

{% hint style="info" %}
You can either have accounts that you manage manually or import transactions automatically from your bank.
{% endhint %}

![Adding new account to InstaBudget](/files/-MTrEhyyAyv-dYOKPqk4)

Name your account as you wish. The balance and date should correspond to your account's balance on that specific date.

The account type mostly matters for accounts that are considered liabilities meaning a loan or credit of sorts.&#x20;

{% hint style="info" %}
When you create a liability account, the opening balance will be considered an existing debt, which will show up in your budget. You can then overtime allocate income money to pay back this debt.
{% endhint %}


---

# 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://help.instabudget.app/master.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.
