# III.6.1 AZAccount

An AZAccount is like a key to the web3 world, where you have control over everything. AZAccount comprises the following key components:

* Authentication & Authorization: AZAccount serves as the user's passport, allowing them to decide what can be done on the AZC Social. Each account has secret key chains to protect its assets.&#x20;
* ERC-4337 Compatibility: AZAccount can transfer funds from one chain (e.g., BNB Chain) to pay gas fees on another chain (such as Ethereum or Solana). This enhances the flexibility and convenience of using cryptocurrencies.&#x20;
* AZID: AZID represents you on AZC Social. It acts like an ID card, showing control over your account on this social network. A small fee is required to obtain and maintain your AZID.&#x20;
* Organizational Account: In addition to personal accounts, we offer accounts for projects and organizations. These accounts enable multi-user management and special features like access control and verification of information from other social networks.


---

# Agent Instructions: 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://whitepaper.azcoiner.com/iii.-core-features/iii.6-azc-socialfi/iii.6.1-azaccount.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.
