<?php
$PAGE_TITLE = "Epoxy Installation Guides | Epoxy.com";
$HEAD_EXTRA = <<<'HTML'
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href="https://www.epoxy.com/epoxy-installation-guides.php" />

<meta name="description" content="Modern epoxy installation guides for coating and flooring systems. Find surface preparation, mixing, application, and product-specific installation instructions." />
<meta name="robots" content="index, follow" />

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebPage",
  "name": "Epoxy Installation Guides",
  "url": "https://www.epoxy.com/epoxy-installation-guides.php",
  "description": "Epoxy installation guides and how-to resources for epoxy flooring and coating systems including product-specific installation instructions and planning resources."
}
</script>
HTML;

include $_SERVER['DOCUMENT_ROOT'].'/includes/header.php';
?>

<article class="container">

<h1>Epoxy Installation Guides</h1>
<h2>How to Install Epoxy Resin Systems</h2>

<hr />

<p>
This page is designed to help you select the correct installation instructions for your project.
</p>

<p>
Start with the basics if you are planning a job, or go directly to your product or system-specific installation guide.
</p>

<hr />

<h2>Start Here: Before You Install</h2>

<p>Proper installation begins before the epoxy is ever mixed.</p>

<ul>
  <li><a href="/surfaceprep.aspx">Surface Preparation</a></li>
  <li><a href="/do.aspx">Do’s of Epoxy Installation</a></li>
  <li><a href="/donot.htm">Don’ts of Epoxy Installation</a></li>
  <li><a href="/job-supplies.aspx">Job Supplies and Planning</a></li>
  <li><a href="/epoxy_calculators/">Material Calculators</a></li>
</ul>

<hr />

<h2>Product Installation Instructions</h2>

<p>Use these guides for direct application of coating systems.</p>

<ul>
  <li>
    <a href="/technical-resources/product-1-installation-instructions.php">
      Product #1 All Purpose Epoxy Coating Installation Instructions
    </a>
  </li>

  <li>
    <a href="/technical-resources/product-2-installation-instructions.php">
      Product #2 Chemical Resistant Epoxy Coating Installation Instructions
    </a>
  </li>

  <li>
    <a href="/technical-resources/product-633-installation-instructions.php">
      Product #633 Novolac Epoxy Coating Installation Instructions
    </a>
  </li>
</ul>

<p>
These pages provide step-by-step instructions including surface preparation, priming, mixing, application, recoat windows, and cure schedules.
</p>

<hr />

<h2>Flooring System Installation Guides</h2>

<p>Use these when installing complete flooring systems.</p>

<ul>
  <li>
    <a href="/Chip%20Flooring%20Install.pdf">
      Epoxy Chip Flooring System (#315) Installation Guide
    </a>
  </li>

  <li>
    <a href="/epoxy-quartz-floor-chemical-resistant-single-broadcast-installation.aspx">
      Quartz Broadcast Flooring Systems
    </a>
  </li>
</ul>

<p>
These systems include multiple layers and aggregates and require different installation methods than coating-only systems.
</p>

<hr />

<h2>Specialty Installation Guides</h2>

<ul>
  <li>
    <a href="/Epoxy_Electostatic_Dissipating_High_Build_Floor_Coating.aspx">
      ESD / Conductive Epoxy Flooring Systems
    </a>
  </li>

  <li>
    <a href="/injection.aspx">
      Epoxy Injection for Crack Repair
    </a>
  </li>
</ul>

<hr />

<h2>Environmental & Installation Conditions</h2>

<ul>
  <li>
    <a href="/technical-resources/cold-weather-epoxy-decision-guide.aspx">
      Cold Weather Epoxy Decision Guide
    </a>
  </li>

  <li>
    <a href="/technical-resources/cold-weather-epoxy-heater-planning.aspx">
      Heater Planning and Cure Control
    </a>
  </li>

  <li>
    <a href="/technical-resources/cold-cure-epoxy.aspx">
      Cold Cure Epoxy Options
    </a>
  </li>
</ul>

<hr />

<h2>Performance & System Selection</h2>

<ul>
  <li>
    <a href="/technical-resources/EpoxyCostVsValue.aspx">
      Epoxy Cost vs Value
    </a>
  </li>

  <li>
    <a href="/technical-resources/seamless-epoxy-vs-vinyl-tile-flooring.aspx">
      Epoxy vs Tile and Vinyl Flooring
    </a>
  </li>

  <li>
    <a href="/technical-resources/which-novolac-epoxy-is-best.aspx">
      Novolac Epoxy Selection Guidance
    </a>
  </li>
</ul>

<hr />

<h2>Tools and Planning Resources</h2>

<ul>
  <li>
    <a href="/epoxy_calculators/">
      Epoxy Material Calculators
    </a>
  </li>
</ul>

<hr />

<h2>Technical Support</h2>

<p>
If you are unsure which system or installation method is correct, contact Epoxy.com Technical Support before starting your project.
</p>

</article>

<?php include $_SERVER['DOCUMENT_ROOT'].'/includes/footer.php'; ?>