Skip to content

Commit

Permalink
Fixed error and completed GND FAQ section
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevin-Thomas committed Jul 18, 2024
1 parent 6379341 commit e7e4913
Showing 1 changed file with 36 additions and 22 deletions.
58 changes: 36 additions & 22 deletions gnd-app/src/app/faq-page/faq-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,60 +23,75 @@ <h1>GND FAQ</h1>
platform.
</p>
<h3>What is GND?</h3>
<p>GND is a GDPR violation detection application designed to help users identify potential GDPR compliance issues in their documents. By uploading files, GND scans and detects any violations, providing detailed results to help you ensure data protection compliance.</p>
<p>
GND is a GDPR violation detection application designed to help users
identify potential GDPR compliance issues in their documents. By uploading
files, GND scans and detects any violations, providing detailed results to
help you ensure data protection compliance.
</p>
<h3>How do I upload a file for scanning in GND?</h3>
<p>
To upload a file for scanning:
1. Open the GND app.
2. Click the "Upload" button or drag and drop your file into the designated area.
3. The app will automatically begin scanning the uploaded file for GDPR violations.
4. Once the scan is complete, you will receive a detailed report of any detected violations.
To upload a file for scanning: 1. Open the GND app. 2. Click the "Upload"
button or drag and drop your file into the designated area. 3. The app
will automatically begin scanning the uploaded file for GDPR violations.
4. Once the scan is complete, you will receive a detailed report of any
detected violations.
</p>

<h3>What types of files can I upload to GND?</h3>
<p>
GND supports a variety of file types, including:

- PDF
- Excel
- Word
</p>
<p>GND supports a variety of file types, including: - PDF - Excel - Word</p>

<h3>How long does it take for GND to scan a file?</h3>
<p>
The scan duration depends on the size and complexity of the file. Typically, most files are scanned within a few minutes. Larger files or those with complex content may take slightly longer.
The scan duration depends on the size and complexity of the file.
Typically, most files are scanned within a few minutes. Larger files or
those with complex content may take slightly longer.
</p>
<h3>How accurate is GND in detecting GDPR violations?</h3>
<p>
GND utilizes advanced algorithms and up-to-date regulatory information to ensure high accuracy in detecting GDPR violations. However, we recommend reviewing the results and consulting with a GDPR expert for critical compliance decisions.
GND utilizes advanced algorithms and up-to-date regulatory information to
ensure high accuracy in detecting GDPR violations. However, we recommend
reviewing the results and consulting with a GDPR expert for critical
compliance decisions.
</p>

<h3>Is there a tutorial on how to use GND?</h3>
<p>
Yes, GND includes a help button that provides a comprehensive tutorial on how to use the app. The tutorial covers everything from uploading files to understanding the scan results.
Yes, GND includes a help button that provides a comprehensive tutorial on
how to use the app. The tutorial covers everything from uploading files to
understanding the scan results.
</p>

<h3>How can I get support if I encounter issues with GND?</h3>
<p>
If you encounter any issues or have questions, you can reach out to our support team via the "Support" section within the app. Additionally, you can email us at support@gndapp.com for further assistance.
If you encounter any issues or have questions, you can reach out to our
support team via the "Support" section within the app. Additionally, you
can email us at support&#64;gndapp.com for further assistance.
</p>

<h3>Is my data secure with GND?</h3>
<p>
Yes, we take data security very seriously. All uploaded files are processed in a secure environment, and we implement strict data protection measures to ensure your information remains confidential and secure.
Yes, we take data security very seriously. All uploaded files are
processed in a secure environment, and we implement strict data protection
measures to ensure your information remains confidential and secure.
</p>

<h3>How do I interpret the scan results?</h3>
<p>
The scan results will highlight any detected GDPR violations and provide details on the nature of each violation. The report will include recommendations for addressing these issues to help you achieve compliance.
The scan results will highlight any detected GDPR violations and provide
details on the nature of each violation. The report will include
recommendations for addressing these issues to help you achieve
compliance.
</p>

<h3>Can I download the scan results?</h3>
<p></p>

<h3>Is GND free to use?</h3>
<p></p>

<p>
Yes, GND is completely free to use. There are no premium plans or hidden
costs. You can use all the features of GND without any charges.
</p>
</div>

<div class="grid-gdpr">
Expand Down Expand Up @@ -162,4 +177,3 @@ <h3>What are some best practices for GDPR compliance?</h3>
</p>
</div>
</div>

0 comments on commit e7e4913

Please sign in to comment.