# RPC Calls

- [xcash-wallet-rpc](https://docs.xcash.tech/applications/rpc-calls/xcash-wallet-rpc.md): Use X-Cash RPC Wallet (xcash-wallet-rpc) to interact with a wallet through JSON-RPC commands
- [DPoPS Wallet RPC calls](https://docs.xcash.tech/applications/rpc-calls/xcash-wallet-rpc/dpops-wallet-rpc-calls.md): This page contains every Wallet RPC calls related to DPoPS functions.
- [xcash-daemon-rpc](https://docs.xcash.tech/applications/rpc-calls/json-rpc-methods.md): Use X-Cash RPC Daemon (xcash-daemon-rpc) to interact with a daemon through JSON-RPC commands
- [Other Daemon RPC Calls](https://docs.xcash.tech/applications/rpc-calls/json-rpc-methods/other-daemon-rpc-calls.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.xcash.tech/applications/rpc-calls.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.
