# Transaction types

* **Standard Transaction Types**: Xumm accepts all mainnet XRPL transaction types.
  * Exception: Transaction types for non-voted in amendments may be unavailable
  * Payment Channel signature types (non-transaction, receipt) are not yet supported (to be added in Xumm 2.5.0)
* **Pseudo-Transaction Types**: One pseudo-transaction type: `SignIn` - [User identification payloads](/environments/backend-sdk-api/user-identification-payloads.md)
* **Limited Transaction Types:**: Some transaction types, such as setting a Regular Key or setting a Signer List (multisign), require special permission for user security reasons:
  * Setting a Regular Key
  * Setting a Signer List (multisign)


---

# 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.xaman.dev/concepts/limitations/transaction-types.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.
