# How To Add & Manage Services

In FlowBookings, you can easily add new services or customize existing ones.&#x20;

Follow these instructions to create a service in FlowBookings:&#x20;

1. Go to the **Services** page and click on the **New Service** button.&#x20;
2. Fill in the service information such as service name, category, duration, buffer time, price, maximum capacity, image, and more.&#x20;
3. Switch to the Working Hours tab and set the working hours and breaks for the service.&#x20;

{% hint style="info" %}
**Note:** The Working Hours by default are set from the Global Working Hours. Only change the working hours if you want to explicitly set them for a service.&#x20;
{% endhint %}

4. Once you're done, click on the **Save Changes** button.&#x20;

<figure><img src="/files/3GvnXvG9TiU34pP979CE" alt=""><figcaption></figcaption></figure>

Once your service is created, it'll be visible on the Services page.&#x20;

You can also delete or customize Services from FlowBookings by clicking on the three dots next to the service and clicking on Edit or Delete.&#x20;

Lastly, if you don't want a service to be displayed on the booking form but don't want to delete it, you can temporarily disable it.&#x20;

When editing a service, click on the Status toggle at the top. By toggling off the Status, the service is disabled and will no longer display on your booking forms.&#x20;

This will display the status of the service as inactive on the Services page.&#x20;


---

# 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.flowbookings.io/knowledgebase/product-tour/services-overview/how-to-add-and-manage-services.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.
