# Privacy Policy

Effective Date: 01/29/2025

**1. Introduction**\
Welcome to **Fluid Builder**. Your privacy is important to us. This Privacy Policy explains how we handle your data when you use our application.

**2. No Data Collection**\
Fluid Builder does not collect, store, or process any personal information. The app operates entirely within your browser, allowing you to create CSS variables and export them as custom code for use in your own website. No data is transmitted to external servers.

**3. Local Processing**\
All functionalities of Fluid Builder run locally on your device. The application does not track, log, or send any user activity or content outside your local environment.

**4. Third-Party Services**\
Since Fluid Builder does not collect any data, we do not share information with third-party services, advertisers, or analytics providers.

**6. Changes to This Privacy Policy**\
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://fluidbuilder.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.
