> For the complete documentation index, see [llms.txt](https://docs.twfsystems.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twfsystems.com/documentation/how-to-use/balance-sheets/liability-accounts.md).

# Liability Accounts

To add a new Liability account, click on the + button in Total Liabilities card. You can add either a Manual account or Synced Account (if applicable).&#x20;

<figure><img src="/files/BY6k0c5gNjsl7VfMl3ns" alt=""><figcaption></figcaption></figure>

Lets go ahead and add a Manual account. The Add Liability drawer opens where you can enter the following settings to get started:&#x20;

### Liability Details

1. **Title** <mark style="color:red;">(required)</mark> - enter a title for the Liability account
2. **Description or Goal** - if you want you can enter an optional description or goal for the account
3. **Asset Association** - select the Asset this Liability account is associated with otherwise select none.

{% hint style="info" %}
Select the Asset this Liability is associated with (if applicable) otherwise select none. The Liability Type field below will assume its associated Asset Type or it will default to Consumer if none selected. Affects Debt Payoff module.
{% endhint %}

4. **Liability Type** - the Liability will inherit its associated Asset Type, otherwise it will default to Consumer (if none selected for Asset association).&#x20;

<figure><img src="/files/y1irBYmoV78I3H8sGFKc" alt=""><figcaption></figcaption></figure>

### Liability Cost

5. Current Balance <mark style="color:red;">(required)</mark> - enter the current balance of the liability (or debt).

{% hint style="info" %}
The current balance of the Liability account. Affects Balance Sheet & Net Worth
{% endhint %}

5. Minimum Monthly Payment <mark style="color:red;">(required)</mark> - enter the minimum payment of the Liability.

{% hint style="info" %}
The minimum monthly payment of the Liability or debt. If none then enter 0.
{% endhint %}

5. Interest Rate (APR) <mark style="color:red;">(required)</mark> - enter the current interest rate of the Liability.

{% hint style="info" %}
The current interest rate of the Liability or debt. If none then enter 0.
{% endhint %}

5. Exclude from Debt Payoff - check this option to exclude this Liability account from the Debt Payoff module.&#x20;

{% hint style="info" %}
Check to remove this Liability account from the Debt Payoff module.
{% endhint %}

<figure><img src="/files/kk748emwFGzaUjV0x43d" alt=""><figcaption></figcaption></figure>

**Save or Cancel** - you must hit the Save button to save any changes you've made, or hit Cancel to exit without saving changes. This is to ensure accidental changes are not saved and that positive action is required on your part to make the changes.


---

# 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://docs.twfsystems.com/documentation/how-to-use/balance-sheets/liability-accounts.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.
