> 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/editing-cloning-and-deleting-accounts.md).

# Editing, Cloning & Deleting Accounts

After you save an Account it will show up on your Balance Sheet.&#x20;

You can then Edit the Account (Asset or Liability) by simply clicking on its title which will open its Account Details screen where you can edit its values.&#x20;

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

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

{% hint style="info" %}
Linked Accounts will have some values that cannot be edited as they are being dynamically synced with the Financial Institution. They will be grayed out if un-editable. To edit those values the account must be Unlinked from its Financial Institution and converted to a Manual Account.
{% endhint %}

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

Additionally you can Edit, Clone or Delete an Account by clicking its triple dot menu.&#x20;

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

Cloning an Account is a powerful workflow feature especially when working in Sim Mode as it allows you to easily make changes and run forecasts without changing your Default Balance Sheet.&#x20;

When you Clone an Account you'll be asked to select which Balance Sheet it should be copied to.&#x20;

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

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

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

You can copy the Cloned Account to any Balance Sheet you've previously created including your Default Balance Sheet.&#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/balance-sheets/editing-cloning-and-deleting-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.
