Testzugang: eigene Anfrageseite DE+EN und Einstiege auf der Startseite

Neue Seite /testzugang/ und Spiegel /en/trial-access/ mit Anfrageformular
fuer einen einwoechigen Testzugang. Pflicht ist eine dienstliche
E-Mail-Adresse, Freemail- und Wegwerf-Anbieter werden abgewiesen,
Behoerden- und Organisationsdomains werden erkannt und in der
Anfrage-Mail gekennzeichnet.

Spamschutz ohne Drittanbieter, also Honeypot-Feld und Zeitfalle statt
Captcha, damit kein externer Dienst eingebunden werden muss. Der Versand
laeuft ueber den bestehenden Endpunkt /api/contact, die Zusatzfelder
stehen strukturiert im Nachrichtentext.

Einstiege auf der Startseite DE+EN, also Knopf in der Navigation, zwei
Knoepfe im Kontakt-Abschnitt, Verlinkung der FAQ-Antwort zum Zugang und
ein Footer-Link. Der Hero-Knopf der sechs Loesungsseiten zeigt jetzt
ebenfalls auf die Testzugang-Seite. Sitemap und llms.txt ergaenzt.
Dieser Commit ist enthalten in:
AegisSight
2026-07-22 21:42:55 +02:00
Ursprung 8bffb169e0
Commit 893a3feb3d
14 geänderte Dateien mit 1094 neuen und 16 gelöschten Zeilen

Datei anzeigen

@@ -265,7 +265,7 @@
"name": "How do I get access to the AegisSight Monitor?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Access is granted on individual request; pilot access is available for qualified organisations. Contact: info@aegis-sight.de."
"text": "Through a free trial access at https://aegis-sight.de/en/trial-access/. The trial runs for one week, includes your own topic with the full feature set and ends automatically. A work email address is required."
}
}
]
@@ -289,6 +289,7 @@
<li><a href="#contact">Contact</a></li>
</ul>
<div class="nav-extras">
<a class="nav-cta" href="/en/trial-access/">Trial access</a>
<div class="lang-switcher" role="group" aria-label="Language">
<a class="lang-link" href="/" lang="de" hreflang="de" rel="alternate">DE</a>
<span class="lang-sep" aria-hidden="true">|</span>
@@ -311,6 +312,7 @@
<li><a href="#faq">FAQ</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<a class="nav-cta" href="/en/trial-access/">Request trial access</a>
<div class="lang-switcher" role="group" aria-label="Language">
<a class="lang-link" href="/" lang="de" hreflang="de" rel="alternate">DE</a>
<span class="lang-sep" aria-hidden="true">|</span>
@@ -648,8 +650,11 @@
<section class="section section-base" id="contact">
<div class="container cta-container">
<h2 class="section-title">Interested in AegisSight Monitor?</h2>
<p class="cta-text">Talk to us about your use case.</p>
<button class="btn btn-primary btn-lg" onclick="openContactModal()">Get in touch</button>
<p class="cta-text">Test the Monitor for one week with your own topic, or talk to us about your use case first.</p>
<div class="cta-buttons">
<a class="btn btn-primary btn-lg" href="/en/trial-access/">Request trial access</a>
<button class="btn btn-outline btn-lg" onclick="openContactModal()">Get in touch</button>
</div>
</div>
</section>
@@ -733,7 +738,7 @@
<details class="faq-item">
<summary>How do I get access to the AegisSight Monitor?</summary>
<p class="faq-answer">Access is granted on individual request; pilot access is available for qualified organisations. Contact: <a href="mailto:info@aegis-sight.de">info@aegis-sight.de</a>.</p>
<p class="faq-answer">Through a free trial access. It runs for one week, includes your own topic with the full feature set and ends automatically. A work email address is required. <a href="/en/trial-access/">Request trial access</a>.</p>
</details>
</div>
</section>
@@ -747,6 +752,7 @@
<p>Gladbacher Straße 3-5, 40764 Langenfeld, Germany</p>
</div>
<div class="footer-links">
<a href="/en/trial-access/">Trial access</a>
<a href="/en/legal-notice.html">Legal notice</a>
<a href="/en/privacy.html">Privacy policy</a>
<a href="#" id="cookie-settings-link">Cookie settings</a>

Datei anzeigen

@@ -191,7 +191,7 @@
</nav>
<h1>Disinformation Monitoring: Detect Manipulation in Open Sources Early</h1>
<p class="sol-lead">AegisSight helps government agencies, media regulators and newsrooms detect disinformation and foreign information manipulation (FIMI) in open sources early – with automatic fact-checking and traceable source assessment.</p>
<a class="sol-cta-btn" href="/en/#contact">Request access</a>
<a class="sol-cta-btn" href="/en/trial-access/">Request trial access</a>
</div>
</header>

Datei anzeigen

@@ -191,7 +191,7 @@
</nav>
<h1>OSINT and Situational Awareness Software for Automated Analysis</h1>
<p class="sol-lead">AegisSight Monitor is OSINT software from Germany that evaluates hundreds of open sources around the clock and automatically produces structured real-time situation reports – with source references, geographic mapping and automatic fact-checking.</p>
<a class="sol-cta-btn" href="/en/#contact">Request access</a>
<a class="sol-cta-btn" href="/en/trial-access/">Request trial access</a>
</div>
</header>

Datei anzeigen

@@ -191,7 +191,7 @@
</nav>
<h1>Social Media and Crisis Monitoring for Government</h1>
<p class="sol-lead">AegisSight gives government agencies and crisis teams an automatically updated situation report from social media and other open sources – GDPR-compliant, with automatic fact-checking and geographic mapping.</p>
<a class="sol-cta-btn" href="/en/#contact">Request access</a>
<a class="sol-cta-btn" href="/en/trial-access/">Request trial access</a>
</div>
</header>

394
en/trial-access/index.html Normale Datei
Datei anzeigen

@@ -0,0 +1,394 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<meta name="theme-color" content="#0A1832">
<meta name="author" content="AegisSight UG">
<title>Request Trial Access for Public Authorities | AegisSight Monitor</title>
<meta name="description" content="Test the AegisSight Monitor for one week with your own topic and the full feature set. For public authorities, newsrooms and security services, requested with a work email address.">
<link rel="canonical" href="https://aegis-sight.de/en/trial-access/">
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/testzugang/">
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/trial-access/">
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/testzugang/">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="AegisSight">
<meta property="og:title" content="Request Trial Access for Public Authorities | AegisSight Monitor">
<meta property="og:description" content="Test the AegisSight Monitor for one week with your own topic and the full feature set. Requested with a work email address.">
<meta property="og:url" content="https://aegis-sight.de/en/trial-access/">
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:locale" content="en_GB">
<meta property="og:locale:alternate" content="de_DE">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Request Trial Access for Public Authorities | AegisSight Monitor">
<meta name="twitter:description" content="Test the AegisSight Monitor for one week with your own topic and the full feature set.">
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://aegis-sight.de/en/trial-access/#webpage",
"url": "https://aegis-sight.de/en/trial-access/",
"name": "Trial access to the AegisSight Monitor",
"inLanguage": "en-GB",
"description": "Request a one week trial of the AegisSight Monitor. Access includes your own topic, the full feature set and a fixed usage allowance. A work email address is required.",
"isPartOf": { "@id": "https://aegis-sight.de/#website" },
"about": { "@id": "https://aegis-sight.de/#organization" }
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "AegisSight", "item": "https://aegis-sight.de/en/" },
{ "@type": "ListItem", "position": 2, "name": "Trial access", "item": "https://aegis-sight.de/en/trial-access/" }
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"inLanguage": "en-GB",
"mainEntity": [
{
"@type": "Question",
"name": "How do I get trial access to the AegisSight Monitor?",
"acceptedAnswer": { "@type": "Answer", "text": "Through the request form on this page. After a short review of your details you will receive your credentials by email. Trial access runs for one week and includes your own topic with the full feature set." }
},
{
"@type": "Question",
"name": "Why is a work email address required?",
"acceptedAnswer": { "@type": "Answer", "text": "The AegisSight Monitor is built for public authorities, newsrooms and security services. A work address tells us where the request comes from and allows us to tailor the trial to your actual task. Addresses from free email providers cannot be accepted." }
},
{
"@type": "Question",
"name": "What does trial access cost?",
"acceptedAnswer": { "@type": "Answer", "text": "Trial access is free of charge and ends automatically after one week. There is no obligation and nothing renews on its own." }
},
{
"@type": "Question",
"name": "What data is processed during the trial?",
"acceptedAnswer": { "@type": "Answer", "text": "The AegisSight Monitor evaluates publicly available sources only and runs entirely on servers in Germany. No data is transferred to third countries." }
}
]
}
</script>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="apple-touch-icon" href="/assets/images/logos/AegisSightLogo_NavyGold.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/lang-switcher.css">
<link rel="stylesheet" href="/cookie-consent.css">
<style>
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--white); margin: 0; }
.sol-hero { background: var(--navy); color: #E6ECF5; padding: calc(var(--nav-height) + 64px) 0 64px; }
.sol-container { max-width: 880px; margin: 0 auto; padding: 0 24px; }
.sol-breadcrumb { font-size: 0.85rem; color: #9FB0C8; margin: 0 0 18px; }
.sol-breadcrumb a { color: #9FB0C8; text-decoration: none; }
.sol-breadcrumb a:hover { color: var(--gold-light); }
.sol-hero h1 { font-size: 2.4rem; font-weight: 700; color: #FFFFFF; margin: 0 0 16px; line-height: 1.2; }
.sol-hero .sol-lead { font-size: 1.15rem; line-height: 1.7; color: #C6D2E4; margin: 0 0 28px; }
.sol-cta-btn { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 600; text-decoration: none; padding: 13px 28px; border-radius: 8px; transition: background .2s; border: none; cursor: pointer; font-size: 1rem; font-family: inherit; }
.sol-cta-btn:hover { background: var(--gold-light); }
.sol-body { padding: 56px 0; }
.sol-section { margin-bottom: 44px; }
.sol-section:last-child { margin-bottom: 0; }
.sol-section h2 { font-size: 1.6rem; font-weight: 700; color: var(--navy); margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
.sol-section p { margin: 0 0 14px; line-height: 1.75; color: var(--text); font-size: 1rem; }
.sol-section strong { color: var(--navy); font-weight: 600; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 8px; }
.feature-card { background: var(--base); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 22px 24px; }
.feature-card h3 { font-size: 1.08rem; font-weight: 600; color: var(--navy); margin: 0 0 8px; }
.feature-card p { font-size: 0.95rem; margin: 0; color: var(--text-light); line-height: 1.65; }
.step-list { counter-reset: step; list-style: none; margin: 0; padding: 0; }
.step-list li { position: relative; padding: 0 0 18px 52px; line-height: 1.7; color: var(--text); }
.step-list li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 34px; height: 34px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.95rem; }
.step-list li strong { display: block; color: var(--navy); margin-bottom: 2px; }
details.sol-faq { border: 1px solid var(--gray-100); border-radius: 8px; margin-bottom: 10px; padding: 0; background: var(--base); }
details.sol-faq summary { padding: 16px 20px; cursor: pointer; font-weight: 600; color: var(--navy); list-style: none; }
details.sol-faq summary::-webkit-details-marker { display: none; }
details.sol-faq .a { padding: 0 20px 16px; color: var(--text); line-height: 1.7; font-size: 0.97rem; }
/* Key facts below the title */
.tf-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; }
.tf-facts li { background: rgba(200,168,81,0.14); border: 1px solid rgba(200,168,81,0.4); color: var(--gold-light); border-radius: 100px; padding: 7px 16px; font-size: 0.9rem; font-weight: 500; }
/* Form */
.tf-form-wrap { background: var(--base); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 34px 36px; scroll-margin-top: calc(var(--nav-height) + 16px); }
.tf-form-wrap h2 { margin-top: 0; }
.tf-required-note { font-size: 0.88rem; color: var(--text-light); margin: 0 0 24px; }
.tf-form-wrap .form-group input,
.tf-form-wrap .form-group textarea,
.tf-form-wrap .form-group select { width: 100%; padding: 11px 14px; border: 1px solid var(--gray-200); border-radius: var(--radius); font-family: inherit; font-size: 0.95rem; color: var(--text); background: var(--white); transition: border-color .2s; }
.tf-form-wrap .form-group select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235A6478' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; padding-right: 38px; }
.tf-form-wrap .form-group input:focus,
.tf-form-wrap .form-group textarea:focus,
.tf-form-wrap .form-group select:focus { outline: none; border-color: var(--gold); }
.tf-form-wrap .form-group input[aria-invalid="true"] { border-color: #C0392B; }
.tf-note { display: block; font-size: 0.85rem; margin-top: 6px; line-height: 1.5; }
.tf-note-error { color: #C0392B; }
.tf-note-ok { color: #1E7A44; }
.tf-hint { display: block; font-size: 0.82rem; color: var(--text-light); margin-top: 6px; font-weight: 400; text-transform: none; letter-spacing: 0; }
.tf-consent { display: flex; align-items: flex-start; gap: 12px; margin: 6px 0 22px; }
.tf-consent input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; accent-color: var(--gold-dark); }
.tf-consent label { font-size: 0.9rem; color: var(--text-light); line-height: 1.6; font-weight: 400; text-transform: none; letter-spacing: 0; margin: 0; }
.tf-consent a { color: var(--gold-dark); font-weight: 600; text-decoration: underline; }
.tf-error { display: none; background: #FDECEA; border: 1px solid #E7B3AC; color: #A5281B; border-radius: var(--radius); padding: 13px 16px; font-size: 0.92rem; line-height: 1.6; margin-bottom: 18px; }
.tf-success { display: none; text-align: center; padding: 20px 0 6px; }
.tf-success h3 { color: var(--navy); font-size: 1.3rem; margin: 0 0 12px; }
.tf-success p { color: var(--text); line-height: 1.75; margin: 0 0 10px; }
.tf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.tf-privacy { font-size: 0.86rem; color: var(--text-light); line-height: 1.7; margin-top: 22px; }
.tf-privacy a { color: var(--gold-dark); text-decoration: underline; }
@media (max-width: 768px) {
.sol-hero h1 { font-size: 1.85rem; }
.sol-container { padding: 0 16px; }
.tf-form-wrap { padding: 26px 20px; }
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<a href="/en/" class="nav-logo">
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
</a>
<ul class="nav-menu">
<li><a href="/en/#features">Features</a></li>
<li><a href="/en/#solutions">Solutions</a></li>
<li><a href="/en/#demos">Live Reports</a></li>
<li><a href="/en/#trust">About Us</a></li>
<li><a href="/en/#contact">Contact</a></li>
</ul>
<div class="nav-extras">
<div class="lang-switcher" role="group" aria-label="Language">
<a class="lang-link" href="/testzugang/" lang="de" hreflang="de" rel="alternate">DE</a>
<span class="lang-sep" aria-hidden="true">|</span>
<span class="lang-active" lang="en" aria-current="true">EN</span>
</div>
<button class="mobile-menu-toggle" aria-label="Open menu" aria-expanded="false">
<span></span><span></span><span></span>
</button>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div class="mobile-menu" id="mobile-menu" aria-hidden="true">
<ul>
<li><a href="/en/#features">Features</a></li>
<li><a href="/en/#solutions">Solutions</a></li>
<li><a href="/en/#demos">Live Reports</a></li>
<li><a href="/en/#trust">About Us</a></li>
<li><a href="/en/#contact">Contact</a></li>
</ul>
<div class="lang-switcher" role="group" aria-label="Language">
<a class="lang-link" href="/testzugang/" lang="de" hreflang="de" rel="alternate">DE</a>
<span class="lang-sep" aria-hidden="true">|</span>
<span class="lang-active" lang="en" aria-current="true">EN</span>
</div>
</div>
<div class="mobile-overlay" id="mobile-overlay"></div>
<main>
<header class="sol-hero">
<div class="sol-container">
<nav class="sol-breadcrumb" aria-label="Breadcrumb">
<a href="/en/">Home</a> &rsaquo; Trial access
</nav>
<h1>Trial access to the AegisSight Monitor</h1>
<p class="sol-lead">Work with your own topic for one week, with the full feature set and live data. Trial access is free of charge, ends automatically and is intended for public authorities, newsrooms and security services.</p>
<ul class="tf-facts">
<li>7 days</li>
<li>Your own topic</li>
<li>Full feature set</li>
<li>Free, no renewal</li>
</ul>
<a class="sol-cta-btn" href="#request">Go to the request form</a>
</div>
</header>
<div class="sol-body">
<div class="sol-container">
<section class="sol-section">
<h2>What trial access includes</h2>
<p>You do not work in a demo environment but in the real system. We set up an account for you and configure the topic that actually matters to your work.</p>
<div class="feature-grid">
<div class="feature-card">
<h3>Your own topic</h3>
<p>You describe your use case and we configure the matching situation. Analysis runs on live sources from day one.</p>
</div>
<div class="feature-card">
<h3>Full feature set</h3>
<p>Situation report, automatic fact-checking, timeline, map and source overview are all available without restriction.</p>
</div>
<div class="feature-card">
<h3>Fixed usage allowance</h3>
<p>A usage allowance for research and refreshes is reserved for the trial week, sized for a well-founded assessment.</p>
</div>
<div class="feature-card">
<h3>Reports you can take away</h3>
<p>Situation reports can be exported as PDF and Word documents so you can share results internally.</p>
</div>
<div class="feature-card">
<h3>A person, not a ticket queue</h3>
<p>You can reach us directly during the trial week, for questions and for fine-tuning your topic.</p>
</div>
<div class="feature-card">
<h3>A clear end</h3>
<p>Access ends automatically after seven days. There is no obligation and nothing renews silently.</p>
</div>
</div>
</section>
<section class="sol-section">
<h2>How it works</h2>
<ol class="step-list">
<li><strong>Send your request</strong>Fill in the form on this page and briefly describe the topic you would like to monitor.</li>
<li><strong>Short review</strong>We look at your details and normally get back to you within two working days.</li>
<li><strong>Access is set up</strong>You receive your credentials by email, your topic is already configured and the analysis is running.</li>
<li><strong>Seven days of testing</strong>You work with the system and we are available for questions. Afterwards we discuss whether and how to continue.</li>
</ol>
</section>
<section class="sol-section">
<h2>Who trial access is for</h2>
<p>The AegisSight Monitor is built for organisations that need reliable situational awareness in real time. This includes <strong>public authorities</strong> and crisis teams, <strong>newsrooms</strong> with an investigative focus as well as <strong>security services</strong>, plant security and corporate security.</p>
<p>We need your <strong>work email address</strong> for the request. It tells us where the request comes from and allows us to tailor the trial to your task. Addresses from free providers such as Gmail, GMX or web.de cannot be accepted. If your organisation uses a domain that is not obviously governmental, that is not a problem. Simply describe your use case in the form.</p>
</section>
<section class="sol-section">
<div class="tf-form-wrap" id="request">
<h2>Request trial access</h2>
<p class="tf-required-note">All fields without the note "optional" are required.</p>
<div class="tf-error" id="tf-error" role="alert"></div>
<form id="trial-form" novalidate>
<div class="form-row">
<div class="form-group">
<label for="tf-name">Name</label>
<input type="text" id="tf-name" name="name" autocomplete="name" required>
</div>
<div class="form-group">
<label for="tf-org">Authority or organisation</label>
<input type="text" id="tf-org" name="organisation" autocomplete="organization" required>
</div>
</div>
<div class="form-row">
<div class="form-group">
<label for="tf-role">Role or department</label>
<input type="text" id="tf-role" name="role" autocomplete="organization-title" required>
</div>
<div class="form-group">
<label for="tf-phone">Phone <span class="tf-hint">optional</span></label>
<input type="tel" id="tf-phone" name="phone" autocomplete="tel">
</div>
</div>
<div class="form-group">
<label for="tf-email">Work email address</label>
<input type="email" id="tf-email" name="email" autocomplete="email" required aria-describedby="tf-email-note">
<span class="tf-note" id="tf-email-note"></span>
</div>
<div class="form-group">
<label for="tf-topic">Which topic would you like to monitor and what for</label>
<textarea id="tf-topic" name="topic" rows="5" required placeholder="Two or three sentences are enough. For example the situation in a specific region, an infrastructure topic or the monitoring of disinformation campaigns."></textarea>
</div>
<div class="form-row">
<div class="form-group">
<label for="tf-users">Planned number of users <span class="tf-hint">optional</span></label>
<select id="tf-users" name="users">
<option value="">Please select</option>
<option value="1 person">1 person</option>
<option value="2 to 5 people">2 to 5 people</option>
<option value="6 to 20 people">6 to 20 people</option>
<option value="more than 20 people">more than 20 people</option>
</select>
</div>
<div class="form-group">
<label for="tf-start">Preferred start <span class="tf-hint">optional</span></label>
<input type="text" id="tf-start" name="start" placeholder="e.g. as soon as possible">
</div>
</div>
<div class="tf-hp" aria-hidden="true">
<label for="tf-website">Website</label>
<input type="text" id="tf-website" name="website" tabindex="-1" autocomplete="off">
</div>
<div class="tf-consent">
<input type="checkbox" id="tf-consent" name="consent" required>
<label for="tf-consent">I agree that my details may be stored and processed in order to handle this request. Further information is available in the <a href="/en/privacy.html">privacy policy</a>.</label>
</div>
<button type="submit" class="sol-cta-btn" style="width:100%">Request trial access</button>
</form>
<div class="tf-success" id="tf-success">
<h3>Thank you for your request</h3>
<p>We have received your details and will normally get back to you within two working days.</p>
<p>If you have any questions in the meantime, you can reach us at <a href="mailto:info@aegis-sight.de">info@aegis-sight.de</a>.</p>
</div>
<p class="tf-privacy">Your details are used solely to handle this request and are not passed on to third parties. If no trial access comes about, we delete the data once the request has been dealt with. Details are set out in the <a href="/en/privacy.html">privacy policy</a>.</p>
</div>
</section>
<section class="sol-section">
<h2>Frequently asked questions</h2>
<details class="sol-faq"><summary>What does trial access cost?</summary><div class="a">Trial access is free of charge and ends automatically after one week. There is no obligation and nothing renews on its own.</div></details>
<details class="sol-faq"><summary>Why is a work email address required?</summary><div class="a">The Monitor is built for public authorities, newsrooms and security services. A work address tells us where the request comes from and allows us to tailor the trial to your task. Addresses from free email providers cannot be accepted for this purpose.</div></details>
<details class="sol-faq"><summary>My organisation uses a domain that does not look governmental. Is that a problem?</summary><div class="a">No. Districts, universities, emergency services and critical infrastructure operators use very different domains. What matters is that it is a work address. Describe your use case briefly in the form and we will sort out the rest.</div></details>
<details class="sol-faq"><summary>Can I set up my own topic?</summary><div class="a">Yes, that is exactly what trial access is for. You describe what you would like to monitor and we configure the matching situation before you start.</div></details>
<details class="sol-faq"><summary>What happens after the seven days?</summary><div class="a">Access ends automatically. We get in touch to discuss whether the Monitor fits your task and what regular access could look like.</div></details>
<details class="sol-faq"><summary>Is personal data processed during the trial?</summary><div class="a">The Monitor evaluates publicly available sources only and runs entirely on servers in Germany. No data is transferred to third countries.</div></details>
</section>
</div>
</div>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-info">
<p class="footer-company">AegisSight UG (haftungsbeschränkt)</p>
<p>Gladbacher Straße 3-5, 40764 Langenfeld, Germany</p>
</div>
<div class="footer-links">
<a href="/en/trial-access/">Trial access</a>
<a href="/en/legal-notice.html">Legal Notice</a>
<a href="/en/privacy.html">Privacy</a>
<a href="#" id="cookie-settings-link">Cookie Settings</a>
</div>
</div>
<p class="footer-copyright">&copy; <span id="footer-year">2026</span> AegisSight UG (haftungsbeschränkt). All rights reserved.</p>
</div>
</footer>
<script>document.getElementById('footer-year').textContent=new Date().getFullYear();</script>
<script src="/js/app.js"></script>
<script src="/js/trial-form.js"></script>
<script src="/cookie-consent.js"></script>
</body>
</html>