> For the complete documentation index, see [llms.txt](https://ai-pin.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-pin.gitbook.io/whitepaper/completion/privacy-policy.md).

# Privacy Policy

## AI-PIN Privacy Policy

Last Updated: 04/01/2024

### Introduction

AI-PIN is committed to safeguarding the privacy of our users. This Privacy Policy outlines how we collect, use, disclose, and protect your personal information when you use our services. By accessing or using AI-PIN, you consent to the practices described in this Privacy Policy.

### Information We Collect

#### 1. Personal Information

We may collect personal information that you provide directly, such as name, email address, and other contact details when you register or interact with our services.

#### 2. Usage Information

We gather information about how you use AI-PIN, including your interactions with our Generative AI solutions. This data may include log files, device information, and analytics data.

### How We Use Your Information

#### 1. Providing Services

We use your personal information to deliver and enhance our Generative AI solutions. This includes personalizing content, improving user experience, and providing customer support.

#### 2. Communication

We may use your contact information to send you important updates, announcements, and marketing communications related to AI-PIN. You can opt-out of marketing communications at any time.

#### 3. Analytics and Improvements

We analyze usage patterns and feedback to enhance and optimize our services. This may involve the use of cookies and similar technologies to collect information about your interactions with AI-PIN.

### Information Sharing

We do not sell, trade, or otherwise transfer your personal information to third parties without your consent, except as outlined in this Privacy Policy. We may share information with trusted third-party service providers that assist us in delivering our services, provided they agree to keep your information confidential.

### Data Security

AI-PIN takes reasonable measures to protect your personal information from unauthorized access, disclosure, alteration, and destruction. We use industry-standard security protocols and continually review and enhance our security practices.

### Your Choices

You have the right to access, correct, or delete your personal information. You can update your preferences or unsubscribe from marketing communications at any time. If you have questions or concerns about your privacy, please contact us at <hello@ai-pin.io>

### Changes to this Privacy Policy

AI-PIN reserves the right to update or modify this Privacy Policy at any time. Any changes will be effective immediately upon posting the updated Privacy Policy on our website. Please review this Privacy Policy periodically for any updates.

### Contact Us

If you have questions, concerns, or feedback regarding this Privacy Policy, please contact us at <hello@ai-pin.io>

#### Thank you for choosing AI-PIN. Your privacy is important to us.


---

# 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://ai-pin.gitbook.io/whitepaper/completion/privacy-policy.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.
