# Basic Knowledge Base Template

### Copy and Paste the contents of the code block below to get started with a basic knowledge base (you will need to add your own data though)

{% code overflow="wrap" %}

```
Guidebook
#PASTE HERE - Any guidebook information you have. Can be copy and pasted from a PDF, Online Gidebook, or text guidebook.

Listing Description
# PASTE HERE - Anythiing you've got on your AirBnB / OTA listings which might be useful and relevant.

Getting There
# Detailed instructions on how to get inside the rental.

Parking 
# Detailed instructions on how to park (if parking is offered). If not, state that parking is not offered.

Getting Inside
# Detailed instructions on how to get inside.

Check In & Check Out Times
# Information about check in and check out times

Luggage Dropoff
# Brief instructions on what guests should do if they're there early and would like to drop off their luggage

Pet Policy
# Brief ouline of the pet policy
```

{% endcode %}

The knowledge base above should provide a good starting point for the AI


---

# 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://docs.yada.ai/ai/listing-bot/basic-knowledge-base-template.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.
