# basket

The global basket object contains all information relevant to the customers basket, such as price & packages.

| Variables  | Type            | Description                                                                       |
| ---------- | --------------- | --------------------------------------------------------------------------------- |
| `id`       | string          | Internal ID of the basket.                                                        |
| `ident`    | string          | The identifier that can be passed to [Tebex.js](/developers/tebex.js/overview.md) |
| `ign`      | string          | The username of the customer.                                                     |
| `uuid`     | string          | The UUID of the customer.                                                         |
| `currency` | string          | The 3 digit currency code of the basket.                                          |
| `price`    | string          | The current price of the basket.                                                  |
| `packages` | array\[package] | An array of packages in the customers basket.                                     |
| `coupons`  | array\[coupon]  | An array of coupons in the customers basket.                                      |

### Request Variable

If you'd like access to a variable that is not currently available, [please let us know.](https://forms.monday.com/forms/8cbacdac7c30b725cd4617cbba0e5eeb?r=use1)


---

# 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.tebex.io/developers/templates/global-variables/basket.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.
