# Security

<figure><img src="/files/sIJLnuA7wbpW5WUpdLlc" alt=""><figcaption></figcaption></figure>

If you don't want the chatbot to responsd to any certain set of words, you can add them in banned words list. If the user types in that words, chatbot won't simply respond & give fallback message :&#x20;

"This message contains banned content"

<figure><img src="/files/ABtjHJRxgdzq3y7D8TPs" alt=""><figcaption></figcaption></figure>

Similarly if there is any IP address you want to ban from using your chatbot you can add the IP address in the security tab.

**Note**: This feature is available for Essential and Business plans.

#### Data Privacy & Security

AI BotKit is fully GDPR compliant and takes your data privacy very seriously. Here’s how we ensure the security and confidentiality of your data:

* **End-to-End Encryption:** All messages are encrypted, ensuring that only you can access your conversations. No one else, including us, can view your messages.
* **Data Access & Portability:** In compliance with GDPR, you have full access to all your chatbots and conversation data. You can download this data anytime.
* **Knowledge Base Security:** Your knowledge base is **never stored in our database**. It is securely stored in Pinecone Vector Database, which also follows strict security standards.
* **Trusted AI Model:** We use the **ChatGPT-5 series models** as our LLM, guaranteeing high-quality responses while maintaining security and confidentiality.

With AI BotKit, your data remains safe, private, and under your control at all times.


---

# 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://aibotkit.gitbook.io/documentation/troubleshooting-and-faqs/security.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.
