> For the complete documentation index, see [llms.txt](https://help.whautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.whautomate.com/product-guides/appointments/setup-virtual-online-session-services.md).

# Setup Virtual/Online Session Services

## How to add Virtual/Online Session services in Whautomate

Step 1: Go to the **Whautomate** app, click the **Catalogue** menu and select the **Services** menu option

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

Step 2: Select the **Add Service** button as shown in the picture given below 👇

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

Step 3: Select the service type **Appointment** option and then fill in the required details below-mentioned

(i) Enter the service name (Eg. Teleconsultation)

(ii) Enter service Duration (Minutes) Eg. 15

(iii) Categories (Optional)

(iv) Select the Staff's who are providing this service

(v) Select the appointment type as **Virtual/Online Session**

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

Step 4: Fill in the Pricing details like **Selling Price, Tax, Cost Per Item**, etc;

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

Step 5: **Online Booking**

(i) Activate the "**Allow Online Appointment**" feature to make this service visible on WhatsApp and the Online Booking page, allowing clients to conveniently book this service online

(ii) Enable the "**Accept Payment Online**" option to facilitate online payment for booking this service.

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

(iii) **Advance Settings:**&#x20;

**Advance Booking Limit for Clients**

> You have the ability to establish an Advance Booking Limit for clients, specifying the number of days in advance. For instance, by setting it to '60', clients can book appointment slots up to 60 days into the future.

**Block Time After Appointment**&#x20;

> You can set a "Block Time After Appointment" in minutes. For instance, if you set it to '30', your time slot will be reserved for 30 minutes after your appointment concludes.

After filled all the details Click the **Save** button.

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


---

# 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, and the optional `goal` query parameter:

```
GET https://help.whautomate.com/product-guides/appointments/setup-virtual-online-session-services.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
