> For the complete documentation index, see [llms.txt](https://bundus.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bundus.gitbook.io/help/services/create-a-service.md).

# Create a service

Create a service for work you charge clients for, such as delivery, setup, styling, or event coordination. Saving it to your catalogue means you do not have to enter its name and usual price again for every job.

### Create the service

1. From the left menu, open **Services**, then select **Items**.
2. Select **Create service**.
3. Enter the service **Name**.
4. Enter a short **Description** if you want to explain what the service includes. This field is optional.
5. Enter the **Default unit amount**. Bundus uses your business’s default currency.
6. Add up to five images if they will help customers understand the service. The first image is used in lists, and all uploaded images can appear on your storefront.
7. Leave **Publish Immediately** turned on if the service should be available for new orders. Turn it off if you want to finish preparing the service before making it available.
8. Select **Create service**.

![The Create service panel completed with a service name, description, amount, and publication setting](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-8c0eb854e1bb7d855773c1dd69dff1b34b5e919c%2F01-service-form.jpg?alt=media)

### What happens next

Bundus closes the form and displays **Service added**. A service created with **Publish Immediately** turned on appears under **Active** and can be selected when you prepare a booking or quote.

![The Services page showing active services and their default amounts](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-45e087ebc20affb4d4cb4620b598439000dbba84%2F02-service-added.jpg?alt=media)

### If something does not work

#### I cannot create the service

Check the two required fields marked with an asterisk: **Name** and **Default unit amount**. The description and images are optional.

### Related guides

* [Create your first booking](/help/getting-started/create-your-first-booking.md)


---

# 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://bundus.gitbook.io/help/services/create-a-service.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.
