# Privacy Policy

Effective Date: 02/02/2025

Your privacy is important to us. This Privacy Policy explains how we handle your data when you use our application.

1. CodeBlock does not collect, store, or process any personal information. The app operates entirely within your browser, allowing you to edit custom code for use in your own website. No data is transmitted to external servers.
2. All functionalities of CodeBlock run locally on your device. The application does not track, log, or send any user activity or content outside your local environment. Additionally, CodeBlock uses local storage to save your designed size for the app and whether line wrapping is turned on.
3. Since CodeBlock does not collect any data, we do not share information with third-party services, advertisers, or analytics providers.
4. We may update this Privacy Policy from time to time. Any changes will be reflected on this page with an updated effective date.


---

# 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://codeblock.timothyricks.com/privacy-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.
