> For the complete documentation index, see [llms.txt](https://help.alumniq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alumniq.com/events/products.md).

# Products

## Create a new Product

From the View Event page, click the green **New Product** button

### Configuration

![Screen shot of product configuration](/files/-MKhM-WPXL1KV_Xkz-w3)

* **Name** is required.
* **Account** will send payments for this product into a different account than the one for the event.

  This can be left blank. If it isn't specified, payments for this product will go into the event account.

#### Setting up a Base Price

![Screen shot of product base price](/files/-MKhM-WS1mZWa2uPrbp8)

When creating a new event, there will a section that asks if you want to create a cover charge.

* **Name** and **Amount** are automatically populated.
* You can change these if you like.
* Making the fields blank will still create the fee behind the scenes with the pre-populated default values.

## View Product

### Fees

Setting up an product fee is the same process as setting up an [event fee](/events.md#eventfee).

### Options

![Screen shot of options section](/files/-LQG29eD8SnKpKd5NGAE)

Products can be customised using options. You might offer a t-shirt in a variety of colors, or a book with a fancy cover option. Use these options to allow attendees to custimize a product to their liking.

* To create an option, click on the green **New Option** button in the upper right corner of the Options area in the view product screen.
* The **Active** button shows the current status of the option. Clicking it will change it to inactive.
* The **Inactive** button will display if the option is inactive. Clicking it will change it to active.

  **Option Creation**

![Screen shot of option modal](/files/-MKhM-WWwfUgn5Ni45Hn)

* **Group** is used to keep collections of options together. Say one of the products is a shirt. One group of options could be "Color". All of the color options would have "Color" as a group.
* **Display Order** is the order in which options will be displayed within their groups on the registration form.
* Use **Fee** if there is an upcharge for an option.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.alumniq.com/events/products.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.
