# How to find my tokens

If you know that you were sent any amount of a certain token but it is not shown in your wallet, there are several ways to go about it.

1. Find the token contract address and add it manually to the wallet. For instance, in the Temple wallet, you need to use the Manage section and click the “Add Token” button. [Read a detailed guide here](https://youtu.be/GoJPvlrHvQE).
2. If you do not know the contract address of the token, you can visit the [blockchain explorer](https://tzkt.io) page, paste your account address and see all assets owned by this account under the Tokens tab.


---

# 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.quipuswap.com/get-started/how-to-find-my-tokens.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.
