> 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/global-knowledge-base.md).

# Global Knowledge Base

GuestReply operates a three-level knowledge base hierarchy that provides maximum flexibility and organization:

***Global Global Knowledge*** contains universal information that applies to all listings in your account, ensuring consistent guest experiences across your entire portfolio. This includes your booking policies, business operations, and hospitality guidelines.

## How to Add Global Knowledge

#### Step 1: Navigate to Knowledge Base

Navigate to [**Knowledge Base → Global**](https://app.guestreply.ai/knowledge-base/global)

#### Step 2: Create New Entry

Click **`Add Field`** and Create Knowledge

![](/files/70b2bdecab74938e6571dbbc14e4f043799185e7)

#### Step 3: Add Title and Description

1. Provide a clear, descriptive title
2. Enter a detailed description of the information

#### Step 4: Set Visibility

&#x20;Choose whether it should be:

* **Guest only** - visible only to guests with confirmed bookings
* **Public** - visible to anyone, including those without bookings

#### Step 4: Choose Scope

Determine if this:

* **Global knowledge** - Applies to all properties
* **Group knowledge** - Applies to specific property groups
* **Listing-specific** - Applies to individual properties only

#### Step 5: Assign Category

Select an existing category or create a new one to keep your knowledge base organized and easy to navigate.

![](/files/0af28bf4813af8194527dd14dae7ab7ad6124fbf)


---

# 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.guestreply.ai/readme/user-manual/knowledge-base/global-knowledge-base.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.
