first part of refactoring
This commit is contained in:
parent
f09ffc6b86
commit
6a6954023c
9 changed files with 140 additions and 172 deletions
|
@ -12,7 +12,7 @@ const FAQ: React.FC = () => {
|
|||
|
||||
<div className="faq-item">
|
||||
<h3>How does the AI assistant work?</h3>
|
||||
<p>The assistant uses machine learning algorithms to understand your input and provide contextually relevant answers or generate content based on the task you've described.</p>
|
||||
<p>The assistant uses machine learning algorithms to understand your input and provide contextually relevant answers or generate content based on the task you've described.</p>
|
||||
</div>
|
||||
|
||||
<div className="faq-item">
|
||||
|
@ -32,11 +32,11 @@ const FAQ: React.FC = () => {
|
|||
|
||||
<div className="faq-item">
|
||||
<h3>How can I provide feedback about the AI assistant?</h3>
|
||||
<p>Feedback can be provided through our feedback form, available on our website. We appreciate your input and use it to improve the AI assistant's performance.</p>
|
||||
<p>Feedback can be provided through our feedback form, available on our website. We appreciate your input and use it to improve the AI assistant's performance.</p>
|
||||
</div>
|
||||
|
||||
<div className="faq-item">
|
||||
<h3>Can I customize the AI assistant's responses?</h3>
|
||||
<h3>Can I customize the AI assistant's responses?</h3>
|
||||
<p>Customization options are limited in the current version, but we are working on features that will allow users to tailor responses to better suit their needs.</p>
|
||||
</div>
|
||||
|
||||
|
@ -74,10 +74,10 @@ const FAQ: React.FC = () => {
|
|||
<h3>What are the system requirements to use the AI assistant?</h3>
|
||||
<p>The AI assistant can be accessed through most modern web browsers. Ensure your browser is up-to-date for the best experience.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div className="faq-item">
|
||||
<h3>How can I access previous conversations?</h3>
|
||||
<p>Previous conversations can be accessed through the chat history feature available in the assistant's interface.</p>
|
||||
<p>Previous conversations can be accessed through the chat history feature available in the assistant's interface.</p>
|
||||
</div>
|
||||
|
||||
<div className="faq-item">
|
||||
|
@ -89,12 +89,12 @@ const FAQ: React.FC = () => {
|
|||
<h3>How do I update my profile or settings?</h3>
|
||||
<p>Profile and settings updates can be made through the account management section of the application. Ensure you save your changes before exiting.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div className="faq-item">
|
||||
<h3>Can the AI assistant be used offline?</h3>
|
||||
<p>Currently, the AI assistant requires an internet connection to function. Offline capabilities are being explored for future updates.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div className="faq-item">
|
||||
<h3>Who can I contact for technical support?</h3>
|
||||
<p>Technical support can be reached through our support contact page on the website. Our team is available to help with any technical issues you may encounter.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue