> For the complete documentation index, see [llms.txt](https://docs.hooded.cash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hooded.cash/using-hoodedcash/account-settings.md).

# Account Settings

Settings is where you manage your profile, your linked wallet, spending limits, and your data.

***

## Profile

* **Handle** is permanent once claimed and can't be changed. See [HoodedCash Handles](/using-hoodedcash/hoodedcash-handles.md).
* **Display name** is shown on your public creator profile and can be updated anytime.
* **Email** is fixed to the address you signed up with and is used for receipts and alert delivery.

***

## Connected wallet

Add or update the Robinhood Chain wallet address HoodedCash uses for payouts and on-chain activity. HoodedCash validates the address format before saving, so a malformed address is rejected immediately rather than silently stored.

***

## Spending limits

| Setting              | What it does                                                                        |
| -------------------- | ----------------------------------------------------------------------------------- |
| Daily limit          | Blocks further sends once your daily total reaches this amount. `0` means no limit. |
| Monthly limit        | Hard cap for the calendar month. `0` means no limit.                                |
| Require confirmation | Shows a confirmation modal before any payment over $0.50.                           |
| Auto top-up          | Automatically tops up your primary account when its balance runs low.               |

These limits apply to your own account. For limits on what an *agent* account can spend, see [Spend Policies](/agents-and-automation/spend-policies.md), which are enforced on-chain rather than as an account setting.

***

## Execution preferences

| Setting                     | What it does                                                                                          |
| --------------------------- | ----------------------------------------------------------------------------------------------------- |
| Stream results              | Shows a payment's progress as it happens instead of waiting for it to finish.                         |
| Save execution history      | Stores run outputs and receipts in your account for later reference.                                  |
| Share anonymised usage data | Opt in to sharing anonymised usage data to help improve the product. No input content is ever shared. |

***

## Exporting your data

**Export all data** downloads a single JSON file containing your accounts, transactions, alerts, API keys, and webhooks. This is a broader export than the transaction-only export described in [Selective Disclosure & Audit Export](/privacy-and-confidential-transfers/selective-disclosure.md) — use this one when you need a full account snapshot, and that one when you specifically need a decrypted transaction history for bookkeeping or a regulator.

***

## Deleting your account

Requesting deletion signs you out immediately and schedules your account and all its data for permanent removal within 30 days. Contact support before that window closes if you change your mind — after 30 days, the deletion is final.

***

## Next

* [Wallet & Topping Up](/using-hoodedcash/wallet-and-top-ups.md)
* [Selective Disclosure & Audit Export](/privacy-and-confidential-transfers/selective-disclosure.md)


---

# 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.hooded.cash/using-hoodedcash/account-settings.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.
