# Point of sale account

A point of sale account is created by the organizer and assigned to event dates to sell tickets and get paid in cash.

## How do an organizer create a Point of sale account?

1. **Organizers go to the My points of sales section**
2. **Click on the "+" button**
3. Enter the:
   1. **Name of the point of sale**
   2. **Username**
   3. **Password**

The organizer can:

* **Edit the account**
* **Disable the account**
* **Delete  the account**

## How do an organizer assign a Point of sale to an event date?

1. Go to the edit event page
2. Locate the Points of sale field
3. Add the point of sale
4. Click on save

### How do a Point of sale sell tickets?

1. Log in with the point of sale account
2. Go to the Events on sale section
3. Click on Show event dates and tickets
4. Select the tickets quantity and click on Save order
5. Optionally fill in the attendee's name
6. Click on confirm payment and place order
7. Print the tickets


---

# 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/users/point-of-sale-account.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.
