Initial commit: konn3kt docs
This commit is contained in:
55
faq.html
Normal file
55
faq.html
Normal file
@@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>FAQ & Glossary - konn3kt Documentation</title>
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="layout">
|
||||
<main class="main-content">
|
||||
<header class="page-header">
|
||||
<h1 class="page-title">FAQ & Glossary</h1>
|
||||
<p class="page-subtitle">Common questions and ecosystem terminology.</p>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<h2>The konn3kt STANDARD Plan</h2>
|
||||
<p>The Standard plan provides every user with a comprehensive set of tools to manage their hardware:</p>
|
||||
<ul>
|
||||
<li><strong>Full History:</strong> Unlimited route browsing and playback.</li>
|
||||
<li><strong>Remote Tools:</strong> Live snapshots, terminal access, and vehicle controls.</li>
|
||||
<li><strong>Secure Storage:</strong> Cloud storage for your preserved routes and clips.</li>
|
||||
<li><strong>Unified View:</strong> Manage Comma devices and clones from a single interface.</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Glossary</h2>
|
||||
<div class="callout">
|
||||
<strong>IQ.Pilot</strong>
|
||||
<p>The advanced vehicle control software that powers your device. konn3kt is built to work exclusively with the IQ.Pilot ecosystem.</p>
|
||||
</div>
|
||||
<div class="callout">
|
||||
<strong>Dongle ID</strong>
|
||||
<p>A unique 16-character hexadecimal identifier for your device. This ID is <strong>preserved</strong> even if you switch between different management platforms.</p>
|
||||
</div>
|
||||
<div class="callout">
|
||||
<strong>Self-Hosted Node</strong>
|
||||
<p>An optional storage server you can run yourself. konn3kt can manage these nodes, allowing your device to upload data directly to your own hardware while still using the konn3kt dashboard for viewing.</p>
|
||||
</div>
|
||||
<div class="callout">
|
||||
<strong>Athena</strong>
|
||||
<p>The secure communication protocol used for live status updates and remote commands between konn3kt and your IQ.Pilot device.</p>
|
||||
</div>
|
||||
<div class="callout">
|
||||
<strong>User Flag</strong>
|
||||
<p>A marker created while driving (usually by tapping the device screen). These flags appear on your playback timeline so you can easily find interesting moments.</p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
<script src="assets/nav.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user