# 1. Wallet Owners

- [1. List](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/1.-wallet-owners/1.-list.md): Access the wallet owners (users) list via the service on this page.
- [2. Create](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/1.-wallet-owners/2.-create.md): To create a new wallet owner record, an API call must be made through the service on this page along with the required parameters.
- [3. Retrieve](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/1.-wallet-owners/3.-retrieve.md): To retrieve the details of a specific wallet owner, the service on this page should be used with the appropriate parameters.
- [4. Delete](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/1.-wallet-owners/4.-delete.md): To delete a registered wallet owner record, the service on this page must be called with the relevant parameters.
- [5. Update](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/1.-wallet-owners/5.-update.md): To update an existing wallet owner record, the service on this page must be used with the required parameters.
- [6. Query by Identity](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/1.-wallet-owners/6.-query-by-identity.md): The service on this page must be used with the required parameters to query the existing wallet owner record by the specified identity information.
- [7. Query by Tax Number](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/1.-wallet-owners/7.-query-by-tax-number.md): To access the wallet owner record by the specified tax number, this service must be used with the required parameters.


---

# 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://developer.paywall.one/payment-orchestration-integration-document/wallet-services/1.-wallet-owners.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.
