# AI Policy

## Building Jam AI

Jam AI is designed to help teams move faster by automating repetitive tasks and enhancing the clarity of bug reports. Whether you're generating ticket descriptions, capturing detailed reproduction steps, or need help debugging, Jam AI keeps you focused on solving issues rather than spending time documenting them. Learn more about our approach below.

### **Our Approach**

Jam's AI features are powered by third-party AI models that help you create and resolve bugs faster. Key features — including automatic ticket creation, reproduction step generation, and debugger — leverage AI to speed up your workflow. We're continually working to improve Jam AI by developing smarter models that better understand debugging patterns and technical documentation.

### Data and privacy

We know how important it is to keep your data safe. Our AI model development process is built to protect your privacy and confidential information.

For all customer data, we:

* Encrypt data at rest and in transit
* Implement security measures to prevent unauthorized access
* Provide granular user access controls and permissions
* Give you the ability to manage AI features per team

When working with third-party AI providers, we:

* Do not allow them to train their models on customer data uploaded or created with Jam
* Limit how long vendors can store data — third-party providers may process data temporarily to enable AI features
* Take steps to de-identify and anonymize content, removing sensitive information from processed text

For general information about security at Jam visit [security-privacy-and-compliance-policy](https://jam.dev/docs/company/security-privacy-and-compliance-policy "mention")


---

# 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://jam.dev/docs/company/ai-policy.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.
