> 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.md).

# How To Use

- [Dashboard](https://docs.twfsystems.com/documentation/how-to-use/dashboard.md): Your Wealth Builder Dashboard gives you a high level overview of your progress converting Earned Income into Unearned Income and restructuring your Balance Sheet for cash flow.
- [Balance Sheets](https://docs.twfsystems.com/documentation/how-to-use/balance-sheets.md): Your Balance Sheet is everything you own (Assets) + or - everything you owe (Liabilities or Debts). The difference is your Net Worth.
- [Asset Accounts](https://docs.twfsystems.com/documentation/how-to-use/balance-sheets/asset-accounts.md): You can add unlimited Asset accounts as well at track individual Holdings of a Parent or Brokerage account.
- [Liability Accounts](https://docs.twfsystems.com/documentation/how-to-use/balance-sheets/liability-accounts.md): You can add unlimited Liability (Debts) accounts and associate them with Assets on your Balance Sheet
- [Editing, Cloning & Deleting Accounts](https://docs.twfsystems.com/documentation/how-to-use/balance-sheets/editing-cloning-and-deleting-accounts.md)
- [Adding & Managing Holdings](https://docs.twfsystems.com/documentation/how-to-use/balance-sheets/adding-and-managing-holdings.md): The Holdings feature gives you micro control over individual account settings affecting ND2 Capital Ratios and MOAC settings.
- [Adding Linked Accounts](https://docs.twfsystems.com/documentation/how-to-use/balance-sheets/adding-linked-accounts.md): You can add Linked accounts to automatically sync account balances and other values (if applicable)
- [Managing Linked Accounts](https://docs.twfsystems.com/documentation/how-to-use/balance-sheets/managing-linked-accounts.md)
- [Planning](https://docs.twfsystems.com/documentation/how-to-use/planning.md)
- [Goals & Preferences](https://docs.twfsystems.com/documentation/how-to-use/planning/goals-and-preferences.md): Set income and legacy goals, identify temperament, risk preferences and primary wealth strategy.
- [Freedom Number](https://docs.twfsystems.com/documentation/how-to-use/planning/freedom-number.md): Identify the "unearned" income needed monthly to cover your minimum core overhead (needs)
- [Lifestyle Number](https://docs.twfsystems.com/documentation/how-to-use/planning/lifestyle-number.md): Identify the “unearned” income needed monthly to fund your lifestyle overhead (luxuries)
- [Budgeting (ND1)](https://docs.twfsystems.com/documentation/how-to-use/planning/budgeting-nd1.md): Earned Income Rules Based System: Set your ND1 spending controls
- [Debt Payoff (CDE)](https://docs.twfsystems.com/documentation/how-to-use/planning/debt-payoff-cde.md)
- [Capital Ratios (ND2)](https://docs.twfsystems.com/documentation/how-to-use/planning/capital-ratios-nd2.md)
- [Compound Return (MOAC)](https://docs.twfsystems.com/documentation/how-to-use/planning/compound-return-moac.md)
- [How To Learn & Test MOAC](https://docs.twfsystems.com/documentation/how-to-use/planning/how-to-learn-and-test-moac.md): To understand the Compound Return module (aka MOAC) do the following tests:


---

# 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.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.
