# Back office user roles

Merchants can have multiple users in their Txn back office. User invitations and permissions are managed through Txn. Contact your sales or integration manager at Txn to set up users for you.

<table data-full-width="false"><thead><tr><th>User Role</th><th>Manage API keys</th><th>Manage users</th><th>Withdraw funds</th><th>Exchange funds</th><th>View transactions</th></tr></thead><tbody><tr><td>Owner</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>Spender</td><td>—</td><td>—</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>Trader</td><td>—</td><td>—</td><td>—</td><td>✓</td><td>✓</td></tr><tr><td>Viewer</td><td>—</td><td>—</td><td>—</td><td>—</td><td>✓</td></tr></tbody></table>


---

# 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.txn.io/getting-setup/back-office-user-roles.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.
