# How can I access my Passport JSON?

### What is JSON, and why is it important for Human Passport?

JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy to read and write for humans and machines. For Human Passport, JSON is essential because it allows seamless data exchange between systems, enabling smooth communication between apps and other external services.

You can specifically use this JSON to [access testnet tokens](https://faucets.pk910.de/) via one of our partner integrations.&#x20;

### How can I retrieve a JSON file from Passport.xyz?&#x20;

1. Connect your wallet to <https://app.passport.xyz/> .&#x20;
2. Once connected, scroll down the dashboard page until you see the **Collected Stamps** section.
3. Click on ***Passport Details*** located on the right-hand side of the **Collected Stamps** section.
4. Your JSON details will pop up.&#x20;
5. To download the file, click on the ***Download*** button on the pop-up.

<figure><img src="/files/UyrmP9AaOD809qV2z3hb" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://support.passport.xyz/passport-knowledge-base/common-questions/how-can-i-access-my-passport-json.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.
