# What's the weight and the volumetric weight?

Suppose you ship a 1000g package, but with a size of 30x35x30 (cm)

You might think of paying shipping based on weight, therefore 1000g, however, in this case, the volumetric weight is greater than the weight of the package (4500g, see image).

So I'm going to pay the volumetric weight and not the actual weight (Basically you are paying for air).

Each courier has its own formula for calculating the volumetric weight, so pay close attention to the volume of the objects when you ship.

<figure><img src="/files/9ZA5erFI2se1FAOHveYU" alt=""><figcaption><p>Click the image to zoom</p></figcaption></figure>


---

# 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://pandabuyes.gitbook.io/english-pandabuy-guide/order/whats-the-weight-and-the-volumetric-weight.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.
