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

# Settings

The Settings page contains account controls and advanced trading preferences.

<div><figure><img src="/files/u58bQkJFZqoLl41tbkHx" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/dgcyQQHx5xkTveJ3CVyD" alt="" width="188"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Disabling biometric confirmation for trading is intended for advanced users only.
{% endhint %}

| Setting                                     | Description                                                                                                                                                                                          |
| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Disable biometrics confirmation for trading | Removes biometric confirmation from trading flow for faster execution. This creates a materially faster, near-real-time trading experience and is intended for advanced scalping-oriented workflows. |
| Change username                             | Updates the user’s public username.                                                                                                                                                                  |
| Log out                                     | Signs the user out of H4.                                                                                                                                                                            |
| Delete account                              | Permanently removes the account from H4.                                                                                                                                                             |
| Tutorial                                    | Re-runs the onboarding tutorial.                                                                                                                                                                     |


---

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

```
GET https://docs.h4.world/settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
