# Lodgify

## How to authenticate the integration

#### Step 1: Access Public API in Lodgify <a href="#step-1-access-public-api-in-lodgify" id="step-1-access-public-api-in-lodgify"></a>

Open your Lodgify account and navigate to [Settings -> Public API](https://app.lodgify.com/#/reservation/settings/publicApiToken) page.

![Navigate to Public API in Lodgify settings](/files/70bf74e6172d491b71c851c7e8606dd7b755ca9d)

#### Step 2: Copy Your API Key <a href="#step-2-copy-your-api-key" id="step-2-copy-your-api-key"></a>

On the API Key page, you'll see your personal API key. Copy this key as you'll need it to connect to GuestReply.

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

### Step 3:Connect Lodgify to GuestReply

Switch to the GuestReply app. After registering a new account, select Lodgify from the list of available PMS integrations, and then click on **Link Account**.

![Select Lodgify from the list of available integrations](/files/7bcfa143ddcaa490c809e806ed9da7232b5ccbc7)

### Step 4: Enter API Key and Connect

Enter the API Key you copied from Lodgify and click the **Connect** button to link your account.

![Enter API Key and connect your Lodgify account](/files/b1ab01d316d7c680980b3a2bd0dbfaace4162295)

**Integration Complete!** Once you click Connect, GuestReply will start to automatically import and sync your listings and conversations from your Lodgify account.

### What Data Does GuestReply Access?

#### Data we read from your PMS account:

* Account listings
* Account bookings
* Account conversations
* Account availability

#### Data we write to your PMS account:

* We only write new host messages. We do not adjust bookings or listing data.
* We set up webhooks to receive real-time notifications when new messages arrive or new bookings are made. This allows GuestReply to respond to your guests instantly without delays.

### Next steps

After connecting your Lodgify account:

1. **Configure sync settings** in your GuestReply dashboard.
2. **Test the integration** with a sample booking.
3. **Set up automated responses** for your guests.


---

# 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://help.guestreply.ai/readme/pms-connections/lodgify.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.
