> For the complete documentation index, see [llms.txt](https://help.guestreply.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.guestreply.ai/readme/user-manual/knowledge-base/listing-group-knowledge-base.md).

# Listing Group Knowledge Base

&#x20;**Group Knowledge Base** allows you to create custom groups and assign specific listings to them, then add knowledge information that applies to all listings within that group. This is especially useful for listings in the same building, neighborhood, or with similar amenities.

## **How to Add Group Knowledge**

#### Step 1: Navigate to Listing Groups

Go to [Knowledge Base → Listing Groups](https://app.guestreply.ai/knowledge-base/listing-groups)

#### Step 2: Create a New Group

Click `Create Group` and give it a descriptive name (e.g., "Downtown Building A")

![](/files/f20b293cc8d82b4448eb7e1f3129dee69d211c95)

#### Step 3: Add Listings to the Group

1. Click the **gear icon** next to your group name to manage listings
2. Select properties that share common characteristics

![](/files/19cfd4ffe9eb6f48313a168468b8f0a04535fbfb)

#### Step 4: Access the Knowledge Interface

Click on the **group name** to access the knowledge management interface

![](/files/c9f6fbb42e9d59728297195fde056632c9acc552)

#### Step 5: Add Group Knowledge

Click **Add Field** to create shared knowledge that will apply to all listings in this group

![](/files/13854a571c741057882dfd337193b26890b3a90c)

#### Step 6: Manage Categories

Use categories to organize related knowledge entries and make information easier to find

<figure><img src="/files/PRCGQOKU3FHO5VVjo98T" 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, and the optional `goal` query parameter:

```
GET https://help.guestreply.ai/readme/user-manual/knowledge-base/listing-group-knowledge-base.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.
