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

# Dashboard

{% hint style="info" %}
You must have completed the Onboarding pages to have a completed Dashboard including adding at least 1 Asset account and 1 Liability Account to your Balance Sheet.
{% endhint %}

After you log in, you'll see your Dashboard displaying the following modules:

1. **Net Worth** - displays your total Assets and Liabilities per your active selected Balance Sheet
2. **Budgeting** - displays your current Earned Income (money you work for) along with currently selected ratios for Bills, Giving, Wealth, Debt Accelerator and any custom accounts you've setup
3. **Debt Payoff** - displays your current Debt (Liabilities) along with your Current and Accelerator payoff schedules, per your selected active Balance Sheet
4. **Capital Allocation** - displays your total Wealth account along with your current selected ratios for T1 (liquidity), T2 (cash flow assets) and T3 (speculations) capital allocations, per your selected active Balance Sheet
5. **Compound Return** - displays your current Unearned Income (money that works for you) along with your Freedom Number and Lifestyle Number progress plotted along with your Unearned Income and Balance growth projections, per your selected active Balance Sheet

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

You can access the individual modules to change their respective settings by clicking anywhere on the specific module card or via the side menu under "Plan".

If you are debt free (congratulations!) you can check the "I am debt free" box to prevent error messages on the Debt Payoff module card.&#x20;


---

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