# Terms and Conditions

Effective Date: 02/02/2025

**1. Introduction** Welcome to **CodeBlock App**. By using this free application, you agree to the following terms and conditions. If you do not agree, please discontinue use of the app.

**2. Use of the Application** CodeBlock is provided "as-is" and is intended to help users create CSS variables and export them as custom code into their own websites. There is no cost to use this application.

**3. No Warranty** CodeBlock is provided without any warranties, express or implied. We do not guarantee that the application will be error-free, uninterrupted, or meet your specific requirements.

**4. Limitation of Liability** Under no circumstances shall the creator(s) of CodeBlock be liable for any direct, indirect, incidental, consequential, or special damages arising from or related to the use of this application. This includes, but is not limited to, loss of data, website malfunctions, or security vulnerabilities.

**5. User Responsibility** You are solely responsible for how you use the custom code generated by CodeBlock. We do not provide support for issues related to third-party software or website implementations.

**6. Modifications to the Terms** We reserve the right to modify these Terms & Conditions at any time. Continued use of the application after changes are made constitutes acceptance of the new terms.


---

# 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/terms-and-conditions.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.
