> For the complete documentation index, see [llms.txt](https://distance.gitbook.io/distance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://distance.gitbook.io/distance/getting-started/knowledge-base.md).

# Knowledge Base

### **Introduction**

The **Knowledge Base** is where you shape how AI agents understand and represent your business. Information added here guides how agents answer questions, describe services, support scheduling, and respond consistently across chat, SMS, and calls.

<div data-with-frame="true"><figure><img src="/files/nHpvjynJy7VYALiDS6fm" alt=""><figcaption></figcaption></figure></div>

Keeping this content accurate ensures reliable customer interactions and reduces the need for manual corrections during conversations.

***

### **Why the Knowledge Base matters**

**Centralize business context**. Provide AI agents with a single, structured source of information about your company, services, and policies.

**Improve response accuracy**. Help agents respond using verified and relevant information from your configured data.

**Maintain consistency**. Ensure your business is described and represented the same way across all conversations and channels.

**Reduce manual follow-ups**. Allow agents to answer common questions without requiring team intervention.

**Support reliable automation**. Give agents the context needed to handle real customer interactions across chat, SMS, and calls.

***

### **Organizing your Knowledge Base**

The **Knowledge Base** is designed to give AI agents the context they need to respond accurately and consistently.

Start with [**Business information**](/distance/getting-started/knowledge-base/business-information.md), where you define how your company is introduced and what it does, giving agents a clear understanding of your brand.

Next, use [**Custom questions**](/distance/getting-started/knowledge-base/custom-questions.md) to provide exact answers for specific inquiries, ensuring consistent responses for common scenarios.

Finally, set up [**Scheduling and services**](/distance/getting-started/knowledge-base/scheduling-and-services.md) to structure booking-related information so agents can accurately describe and support your offerings.

Finally, set your [**Timezone**](/distance/getting-started/knowledge-base/timezone.md), which defines your business’s primary time reference used across scheduling, automations, and other time-based actions.

Completing each section ensures agents respond with confidence, maintain context across conversations, and handle customer interactions smoothly, making your Knowledge Base a single, reliable source of truth.


---

# 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://distance.gitbook.io/distance/getting-started/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.
