# Data privacy

### Overview

To help you maintain control over your data, we provide options to limit the data captured by our Autolog API. Below are the key settings available to enhance privacy within your workflow.

#### 1. Disable notebook logging

By default, Autolog captures information from your notebook environment. To enhance privacy, you can disable this feature, ensuring that no data from your notebook is stored in Vectice.

#### 2. Disable dataset statistics

Autolog collects aggregated statistics related to datasets for performance insights. If you prefer to keep this information private, you can disable dataset statistics capture, preventing Autolog from storing dataset-related metadata.

#### 3. Disable model pickle capture

To protect your models, you can prevent Autolog from capturing and storing model pickle files. This ensures that your model artifacts remain within your controlled environment and are not automatically logged.

### How to Configure These Settings

To disable any of the above features, navigate to your organization settings and update your privacy preferences. By implementing these privacy controls, you can ensure that your sensitive data remains secure and in your control.

<figure><img src="/files/6ccFpZWaR9cYg4T5fynS" alt=""><figcaption></figcaption></figure>


---

# 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.vectice.com/25.1/it-and-security/data-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.
