# Privacy

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

Kiln is local software that runs on your computer, not the cloud. Your dataset is stored locally on your own hard drive.

We don't have access to your dataset, and couldn't access it even if we wanted to.

All of Kiln's source code is on GitHub. Anyone can verify these privacy claims. Kiln's binary builds are built from the public source code, on public CI servers (Github Actions), and have verifiable checksums.

Requests to third party AI providers (like OpenAI or OpenRouter) are sent directly from your computer to those API providers. We can't see your keys or the data from those requests.

#### Desktop App Analytics

The Kiln desktop app collects analytics so we can understand how people are using it. This includes analytics like which pages are being visited, and which actions are taken in the app’s UI. Analytics are collected with [Posthog](https://posthog.com/).<br>

* The Kiln Python library does not collect analytics. Only the desktop app’s user interface collects analytics.
* Analytics never include your dataset information, such as inputs to models, output from models, project names, etc.
* Analytics never include your API keys.
* Analytics may be associated with your email address if you register your email address.

{% hint style="info" %}
If you opt-in to our email newsletter, we collect your email address to provide you the newsletter. You can unsubscribe any time.
{% endhint %}


---

# 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://docs.kiln.tech/docs/privacy.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.
