> For the complete documentation index, see [llms.txt](https://codecrafters-2.gitbook.io/codecrafters-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codecrafters-2.gitbook.io/codecrafters-docs/legal-and-security/terms-and-conditions.md).

# Terms & Conditions

**Last Updated:** July 7, 2025

Welcome to **CodeCrafters**. These Terms and Conditions (“Terms”) govern your access to and use of our website, services, courses, and other offerings provided by **CodeCrafters**. By using our platform, you agree to be bound by these Terms. If you do not agree, please do not use our services.

## 1. Definitions

* **“We”, “Us”, “Our”** refers to CodeCrafters.
* **“User”, “You”** refers to any person who accesses or uses the platform.
* **“Services”** includes software solutions, IT services, courses, training, digital marketing, and other offerings on the platform.

## 2. Eligibility

You must be at least 16 years old to use our platform. By signing up, you confirm that you are legally permitted to enter into this agreement.

## 3. Account Registration

* Users must provide accurate, complete, and current information during registration.
* You are responsible for maintaining the confidentiality of your account and password.
* We reserve the right to suspend or terminate your account if we detect suspicious or fraudulent activity.

## 4. Use of Services

* Our services (e.g., training, software development, digital marketing) are for educational and business purposes only.
* You may not misuse our services or use them for any unlawful or unauthorized purpose.
* Course content is for personal use only and cannot be resold or shared without permission.

## 5. Payment & Refunds

* All payments must be made through approved payment methods (e.g., UPI, bank transfer, card).
* Course enrollments and service bookings are non-refundable unless otherwise stated.
* In case of technical failure or duplicate payments, you may request a refund by contacting support.

## 6. Intellectual Poperty

* All course materials, content, designs, logos, and software belong to CodeCrafters.
* You may not copy, reproduce, or distribute any materials without written permission.
* Any custom-built software remains the intellectual property of CodeCrafters unless explicitly transferred.

## 7. Project Delivery & Timelines

* Timelines for service delivery will be shared after discussion and may vary based on project scope.
* CodeCrafters is not liable for delays caused by external dependencies or incomplete client inputs.

## 8. User Conduct

You agree to:

* Not engage in abusive, harassing, or illegal behavior.
* Not submit false or misleading information.
* Respect the privacy and rights of other users.

## 9. Termination

We reserve the right to suspend or terminate your access to our platform without notice if:

* You breach any of these terms.
* You misuse or abuse the platform or its content.

## 10.  Limitation & Liability

* CodeCrafters is not liable for indirect, incidental, or consequential damages arising from your use of the platform.
* We do not guarantee that our platform will be error-free or uninterrupted.

## 11. Modifications

We reserve the right to update or modify these Terms at any time. Continued use of the platform after changes constitutes your acceptance of the new Terms.

## 12. Privacy

Your use of our platform is also governed by our **Privacy Policy**, which outlines how we collect, use, and protect your data.

## 13. Governing Law

These Terms are governed by the laws of **India**, and any disputes shall be subject to the exclusive jurisdiction of the courts in **Vadodara, Gujarat**.

## 14. Contact Us

For questions or concerns about these Terms, contact us at:\
📧 **<info@codescrafter.online>**\
📞 **+91 9023362937**


---

# 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://codecrafters-2.gitbook.io/codecrafters-docs/legal-and-security/terms-and-conditions.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.
