# How to Copy JSON Payload

This example is using Google Chrome

1. Click `F12` or `Ctrl + Shift + I` to open the DevTools
2. Navigate to the `Network` tab
3. Enter `interactions` in Filter and select `Fetch/XHR`
4. Go back to Discord and click on the Button you want
5. Now you should see a new row show up in `Network` tab with name `interactions`, click on it.
6. Navigate to the `Payload` tab
7. Click on `view source` that next to the `Request Payload`&#x20;
8. Select all the text in the payload and copy it
9. Done. that's it!

{% hint style="danger" %}
DevTools will only start recording network requests once it is open, so you must open DevTools first before clicking the button; otherwise, the request won't show up.
{% endhint %}

![](https://i.imgur.com/c9mJVUm.png)

{% embed url="<https://youtu.be/yyEZJugjX-8>" %}


---

# 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.tokenu.net/helpdesk/how-to-copy-json-payload.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.
