# Account-less Mode Operations

All functions described in this section belong to the `ZkBobClient` instance and are available in account-less mode as well as full mode (when user account attached).

[Converting Token Amounts](/implementation/client-library-sdk/account-less-mode-operations/converting-token-amounts.md)

[Transaction Fees](/implementation/client-library-sdk/account-less-mode-operations/transaction-fees.md)

[Transaction Constraints](/implementation/client-library-sdk/account-less-mode-operations/transaction-constraints.md)

[Using the Delegated Prover](/implementation/client-library-sdk/account-less-mode-operations/using-the-delegated-prover.md)

[Getting the State](/implementation/client-library-sdk/account-less-mode-operations/getting-the-state.md)

[Gift Cards](/implementation/client-library-sdk/account-less-mode-operations/gift-cards.md)

[Client Library Status](/implementation/client-library-sdk/account-less-mode-operations/client-library-status.md)

[Helpers](/implementation/client-library-sdk/account-less-mode-operations/helpers.md)

[Versioning](/implementation/client-library-sdk/account-less-mode-operations/versioning.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/account-less-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.
