# Checkout

You can customize the checkout page in this section:

## Timeleft&#x20;

Once an attendee clicks on the Checkout button in the Cart page, he will be redirected to the checkout page. To prevent that the tickets quantity is surpassed in some cases, tickets are reserved before attendees pay their order depending on the number of tickets they choose for every event in their cart. The timeleft setting specifies how long these ticket reservations are taken into account before they expire.&#x20;

![](/files/-MJIlEEArnxKn1aFujk0)

If an attendee stays on the Checkout for a period longer than the one you specified, the order is automatically deleted and the tickets are instantly released

![](/files/-MJIlSAoEurUXCqDWOk4)

## Show tickets left count on cart modal

![](/files/-MJIm4v7uwT6yS5e3Yul)


---

# 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://mtrsolution.gitbook.io/eventic/settings/checkout.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.
