> For the complete documentation index, see [llms.txt](https://help.realviewhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.realviewhub.com/getting-started/create-services-and-packages.md).

# Create Services and Packages

## &#x20;<a href="#h_a8eee18fc3" id="h_a8eee18fc3"></a>

This guide provides instructions on how to set up core services and combine them into customizable packages within the Realview Hub application.

### Prerequisites <a href="#h_a6b734e052" id="h_a6b734e052"></a>

* Access to the Realview Hub application.

### Steps <a href="#h_b6af382522" id="h_b6af382522"></a>

### Part 1: Creating and Configuring Core Services <a href="#h_4ebb545953" id="h_4ebb545953"></a>

1. Navigate to the Services Tab:
   * From the main navigation, select the Services tab.
2. Add Core Services:
   * Add each core service that your business offers. You can add an unlimited number of core services.
3. Configure Service Pricing:
   * For each core service, configure its pricing model:
     * Tier-Based Pricing: Based on square footage.
     * Flat-Rate Pricing: A fixed price.

### Part 2: Creating and Customizing Packages <a href="#h_9d9f48667c" id="h_9d9f48667c"></a>

1. Navigate to the Packages Tab:
   * Once your core services are created, select the Packages tab.
2. Create a New Package:
   * Initiate the process to create a new package.
3. Add Core Services to the Package:
   * Select and add the relevant core services that will be included in this package.
4. Override Individual Service Prices (Optional):
   * Within the package configuration, you have the option to adjust and override the price of individual core services specifically for that package.
5. Apply a Package Discount (Optional):
   * Apply a discount to the entire package. This can be configured as either:
     * A percentage discount.
     * A fixed dollar amount discount.

### Tips <a href="#h_fed43b4729" id="h_fed43b4729"></a>

* Service Flexibility: You can create as many core services as your business requires.
* Pricing Models: Choose the most appropriate pricing model (tier-based or flat-rate) for each individual service.
* Package Customization: Leverage the ability to override core service prices within a package to create tailored offerings.
* Discount Options: Utilize both percentage and fixed dollar amount discounts to offer flexible package promotions.

### Conclusion <a href="#h_4a5fdd6619" id="h_4a5fdd6619"></a>

By following these steps, you can effectively create and configure core services and then combine them into flexible, customizable packages within Realview Hub, complete with individual service price overrides and package-wide discounts.


---

# 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.realviewhub.com/getting-started/create-services-and-packages.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.
