# The add to cart & order process

In this section, we are going to highlight the order process.

An order can be defined as the purchase of tickets. An order can be placed and paid online, or via the Point of sales and in this case paid in cash.

## How is an order placed in Eventic?

1. Attendees choose an event and click on the Tickets button
2. A pop up with the event tickets information shows where the attendee chooses the tickets number to buy
3. Next, attendees click on the Add to cart button
4. Attendees continue to add tickets to the cart or simply move to Checkout
5. The Checkout form contains the billing information and the payment method
6. Once the Pay Now button is clicked, the attendee is redirected to the secure payment gateway form
7. Upon payment success, the attendee is redirected to the order confirmation page&#x20;
8. An confirmation email containing the tickets (PDF) is sent to the attendees


---

# 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/orders/the-add-to-cart-and-order-process.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.
