> For the complete documentation index, see [llms.txt](https://docs.stammer.ai/stammer.ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stammer.ai/stammer.ai-docs/support/faq/data-security.md).

# Data/Security

### **Could you elaborate a bit on the data security aspects of your solution, specifically the «self-contained bots» point? Does this point mean that no information given as input to the chatbot (either as questions asked in the chat widget or in the knowledge base) will be stored or used by OpenAI to train their new models?**

The data is stored on our encrypted server and only the contextual bits that are found from the semantic search are sent to open AI to generate the response and because we're using the API in openAI's policy says that any data sent to and from through their API is not used to train their models.

### **Are there also any other vital points regarding security or data security that I should know about since I operate in the EU/ Norway?**

We have our policy which complies with all general and known laws.

### **How is it with agreement and contract, do you offer a standardized set that I can use/present to my clients?**

We do not offer this since we have clients across the globe and contract terms vary from country to country.

### What happens to the data I upload?

1. Securely stored on our servers and databases
2. Summarized and processed for use by our language models
3. Accessible only to you and not viewed by our staff, except for troubleshooting purposes when you open a support ticket
4. Protected by our privacy and security measures

We prioritize the confidentiality and integrity of your data throughout its lifecycle on our platform.


---

# 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://docs.stammer.ai/stammer.ai-docs/support/faq/data-security.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.
