# Full Mode Operations

The methods described in this section are related to the customer wallet. It is necessary to [attach an account](/implementation/client-library-sdk/configuration/attaching-a-user-account.md) before using (an `InternalError` will throw if you invoke these methods in account-less mode).

[Balances and History](/implementation/client-library-sdk/full-mode-operations/balances-and-history.md)

[Shielded Addresses](/implementation/client-library-sdk/full-mode-operations/shielded-addresses.md)

[Account State](/implementation/client-library-sdk/full-mode-operations/account-state.md)

[Fee Estimations](/implementation/client-library-sdk/full-mode-operations/fee-estimations.md)

[Transaction Configuration](/implementation/client-library-sdk/full-mode-operations/transaction-configuration.md)

[Sending Transactions](/implementation/client-library-sdk/full-mode-operations/sending-transactions.md)

[Transaction Maintenance](/implementation/client-library-sdk/full-mode-operations/transaction-maintenance.md)

[Direct Deposits](/implementation/client-library-sdk/full-mode-operations/direct-deposits.md)

[Gift Cards Maintenance](/implementation/client-library-sdk/full-mode-operations/gift-cards-maintenance.md)

[Ephemeral Deposits](/implementation/client-library-sdk/full-mode-operations/ephemeral-deposits.md)

[Forced Exit](/implementation/client-library-sdk/full-mode-operations/forced-exit.md)

[Other Routines](/implementation/client-library-sdk/full-mode-operations/other-routines.md)


---

# 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://docs.zkbob.com/implementation/client-library-sdk/full-mode-operations.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.
