# How do i offer my services from different locations?

{% hint style="info" %}
This is perfect if you have a business that has multiple locations offering the same service
{% endhint %}

## Steps to create a service with multiple locations

1. In your Shopify admin dashboard Look at the left hand side.
2. Click on **products**.
3. **Select the product** you wish to modify.

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

4. Scroll to **Variants** and click '+ Add options like size or color.'
5. Enter an **option name**, for example, 'Location'
6. Specify the **option values**, such as "New York", "Paris" and so on.

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

7. **Save** your changes.
8. Back in your shopify admin dashboard look at the left panel and click on **Apps.**
9. Click on **Cowlendar** and then **Click on My Services.**
10. Click on **New service.**

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

11. When **selecting the product only connect it to 1 variant,** for our example we could have clicked "City A".

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

12. **Repeat this process** for each location you have set up as a variant in Shopify.

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


---

# 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://penida.gitbook.io/cowlendar-help/how-to.../how-do-i-offer-my-services-from-different-locations.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.
