> For the complete documentation index, see [llms.txt](https://help.pickyassist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickyassist.com/whatsapp-commerce/logistics-integration/logistics-core-module/shop-setup.md).

# Shop Setup

### Overview

Before you configure delivery, add at least one shop location.

This location is used by delivery partners to identify the pickup point.

### Add a shop location

Follow these steps:

1. Click **Add Shop Location**.

   <figure><img src="/files/lgKH5tFDRMqdbjTpr3FE" alt=""><figcaption></figcaption></figure>
2. Click **Add location from maps** and select the correct location.

   <figure><img src="/files/6RySVzRaXCrGgf7Lvfra" alt=""><figcaption></figcaption></figure>

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

   When you select a location, fields such as area, city, country, pincode, latitude, and longitude are filled automatically if it is available from Google Maps.
3. Enter the **Shop name** and **Phone number**.

   Verify the remaining fields so the delivery provider can find the location easily.

   <figure><img src="/files/fR5IGpj98p9RWNrG0GhU" alt=""><figcaption></figcaption></figure>
4. Click **Save**.

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

{% hint style="info" %}
If a third-party provider is connected, the system validates whether the location is serviceable. The shop location is still saved even if the provider does not service that area.
{% endhint %}

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

### Map preview

After you save the location, the system shows:

* the store name and address
* the store location on the map

<figure><img src="/files/bvv01GmHsfcABFYMewME" 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:

```
GET https://help.pickyassist.com/whatsapp-commerce/logistics-integration/logistics-core-module/shop-setup.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.
