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

# Privacy Policy

We respect your privacy and are committed to protecting your personal information.

This policy outlines the types of information we collect from you and how we use it.

**Information Collection**

* Personal Identification Information: We may collect personal information such as your Name when you use on our site, place an order, subscribe to our newsletter, or fill out a form.<br>
* Non-personal Identification Information: We may collect non-personal information about your visit, including your browser name, the type of computer, and technical information about your means of connection to our sites, such as the operating system and the Internet service providers utilized.

**How We Use Collected Information**

Bloclance.com may use users' personal information for the following purposes:

* To improve customer service
* To personalize user experience
* To process transactions
* To send periodic emails regarding your order or other products and services

**How We Protect Your Information**

\
We adopt appropriate data collection, storage, processing practices, and security measures to protect against unauthorized access, alteration, disclosure, or destruction of your personal information and data stored on our site.

**Changes to the privacy policy**

We may update this Privacy Policy from time to time. When we do, we will post an updated version on this page, unless another type of notice is required by applicable law.

**How to contact us**

Please contact <support@bloclance.com> if you have any questions or concerns not already addressed in this Privacy Policy.


---

# 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.bloclance.com/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.
