> For the complete documentation index, see [llms.txt](https://guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guardian.hedera.com/accounts-and-profiles.md).

# Accounts & Profiles

- [Account APIs](https://guardian.hedera.com/accounts-and-profiles/account-apis.md)
- [Registering New Account](https://guardian.hedera.com/accounts-and-profiles/account-apis/registering-new-account.md)
- [User Login](https://guardian.hedera.com/accounts-and-profiles/account-apis/user-login.md)
- [User Session](https://guardian.hedera.com/accounts-and-profiles/account-apis/user-session.md)
- [User Listing](https://guardian.hedera.com/accounts-and-profiles/account-apis/user-listing-except-root-authority-and-auditor.md)
- [Returns All Root Authorities](https://guardian.hedera.com/accounts-and-profiles/account-apis/returns-all-root-authorities.md)
- [Standard Registries Aggregated](https://guardian.hedera.com/accounts-and-profiles/account-apis/standard-registries-aggregated.md)
- [User Balance](https://guardian.hedera.com/accounts-and-profiles/account-apis/user-balance.md)
- [Change Password](https://guardian.hedera.com/accounts-and-profiles/account-apis/change-password.md)
- [Refresh Access Token](https://guardian.hedera.com/accounts-and-profiles/account-apis/refresh-access-token.md)
- [Profile APIs](https://guardian.hedera.com/accounts-and-profiles/profile-apis.md)
- [User Account Information](https://guardian.hedera.com/accounts-and-profiles/profile-apis/user-account-information.md)
- [Setting User Credentials](https://guardian.hedera.com/accounts-and-profiles/profile-apis/setting-user-credentials.md)
- [Setting User Credentials Asynchronously](https://guardian.hedera.com/accounts-and-profiles/profile-apis/setting-user-credentials-asynchronously.md)
- [User Account Balance](https://guardian.hedera.com/accounts-and-profiles/profile-apis/user-account-balance.md)
- [Restoring User Profile](https://guardian.hedera.com/accounts-and-profiles/profile-apis/restoring-user-profile.md)
- [List Recovery Topics](https://guardian.hedera.com/accounts-and-profiles/profile-apis/list-recovery-topics.md)
- [Validate DID Document](https://guardian.hedera.com/accounts-and-profiles/profile-apis/validate-did-document.md)
- [Validate DID Keys](https://guardian.hedera.com/accounts-and-profiles/profile-apis/validate-did-keys.md)
- [Returns List of Keys](https://guardian.hedera.com/accounts-and-profiles/profile-apis/returns-list-of-keys.md)
- [Creates a Key](https://guardian.hedera.com/accounts-and-profiles/profile-apis/creates-a-key.md)
- [Deletes a Key](https://guardian.hedera.com/accounts-and-profiles/profile-apis/deletes-a-key.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:

```
GET https://guardian.hedera.com/accounts-and-profiles.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.
