# Extra Options

**Service Extras** allow you to create optional add-ons that customers can select when booking a service.

You can manage all extra services from: **Services → Service Extras**

### 1. List Extra Services

The Service Extras page displays all created extra services in a list.

<figure><img src="/files/hyPV2EBZWCcgQ42nxPWL" alt=""><figcaption></figcaption></figure>

From this screen, you can:

* View all extra services with their name, duration, quantity, price, and status.
* Filter extras by status (Active / Inactive).
* Click an extra service to view or edit its details.
* Select one or multiple extra services and delete them in bulk.

<figure><img src="/files/ms33B9YffUlJpc1aYmYH" alt=""><figcaption></figcaption></figure>

### 2. Add New Extra Service

You can create a new discount by clicking the **New Extra** button.

<figure><img src="/files/OTPKpjLsW8cAa3RCR5cn" alt=""><figcaption></figcaption></figure>

This section includes two tabs: **General** and **Available.**

#### 2.1 General

The General tab is used to define the basic information of the extra service.

<figure><img src="/files/ah5lIvBfQNrgWNPlwU3X" alt=""><figcaption></figcaption></figure>

* **Upload Image:** An optional image to represent the extra service.
* **Extra Name:** The display name of the extra service.
* **Extra Duration:** The additional time added to the main service when this extra is selected.
* **Extra Price:** The extra cost that will be added to the booking.
* **Max Quantity:** The maximum number of times this extra can be selected in one booking.
* **Description:** A short description of the extra service.
* **Active:** Enable or disable the extra service. When disabled, the extra will not be available for customers to select.

#### 2.2 Available

The Available tab allows you to control which services can use this extra.

<figure><img src="/files/5eTFZ7dIxgWgDNJWF99R" alt=""><figcaption></figcaption></figure>

You can:

* Search for services by name.
* Select one or multiple services where this extra will be available.
* Enable **This Extra is available for all Services** to apply the extra to every service automatically.


---

# 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.yaycommerce.com/bookster/addons/extra-options.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.
