> For the complete documentation index, see [llms.txt](https://bob-e-ai-docs.gitbook.io/resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bob-e-ai-docs.gitbook.io/resources/asap-principles.md).

# ASAP Principles

### **Our core values**

We deliver AI Agents that not only enhance customer interactions but also prioritise accuracy, seamless integration, accessibility and privacy.

<figure><img src="/files/5o8S9HHcl69poWpbAIWo" alt=""><figcaption></figcaption></figure>

We believe that through this approach, businesses can harness the power of AI technology while instilling trust, maintaining compliance and delivering exceptional online user experiences.

Our Powerhouse Digital studio develops AI Agents that adhere to our **ASAP Principles**, which prioritise the Accuracy of Information, Seamless Integration, Accessibility For All and Privacy of Data.

These core values form the foundation of our approach, ensuring that our AI Agents deliver exceptional experiences while upholding the highest standards of performance, user-friendliness, and data protection.

### **Accuracy of information**

At the forefront of our development process is the commitment to accuracy. Our AI Agents are designed to provide precise and reliable information to users, ensuring that their queries are met with relevant and helpful responses specifically related to your content. By leveraging advanced natural language processing algorithms and machine learning techniques, we strive to deliver chatbots that accurately understand user intent and deliver accurate answers in real-time.

### **Seamless integration**

With platform simplicity, we understand the importance of seamless integration of chatbots into your website. Our AI Agents are developed with API compatibility in mind. This integration enables businesses to provide a consistent and cohesive customer experience, irrespective of the touchpoints customers choose to engage with.

### **Accessibility for all**

Accessibility is a key aspect of our AI Agent development process. We believe in creating chatbots that are user-friendly and accessible to a wide range of users, including those with diverse needs. Our AI Agents are designed with intuitive interfaces, clear instructions, and support for multiple languages, making them accessible and inclusive to all users.

### **Privacy of data**

Privacy and data protection are of utmost importance in today’s digital landscape. Our AI Agents are developed with robust security measures and strict adherence to data protection regulations. We implement encryption protocols, secure storage practices, and anonymisation techniques to safeguard user information, ensuring that customer interactions remain confidential and their personal data is protected.


---

# 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://bob-e-ai-docs.gitbook.io/resources/asap-principles.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.
