> For the complete documentation index, see [llms.txt](https://help.tpwallet.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tpwallet.io/en/wallet-operation/tp-card/limit.md).

# TP Card Limit Manage

1. Open the TP Card interface, click \[Manage], and then click \[Limit Manage] under \[Card Manage].

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMJyYRLFVRsMrfcXuRV%2Fuploads%2FJCxqkYuvQ5CFgV8e3xO8%2F1.png?alt=media&#x26;token=20de2d4b-591e-45df-b6ef-f3b20dc28121" alt=""><figcaption></figcaption></figure>

2. Please note: The minimum amount for setting limits is 10, and currently, only EUR24 token type can be configured. More token types will be supported in the future. After setting the limit, click \[Confirm] to display the transaction details page. You will see that the \[Approve Amount] has changed. Click \[Confirm Auth] and sign to complete the limit setting operation.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMJyYRLFVRsMrfcXuRV%2Fuploads%2F6ktCluY7MuWbPW2L85fs%2F2.png?alt=media&#x26;token=fdabfdf3-5af5-46ad-a5f9-fd1d48936297" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.tpwallet.io/en/wallet-operation/tp-card/limit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
