> ## Documentation Index
> Fetch the complete documentation index at: https://docs.illumichat.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Help Center

> Answers to common questions

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="How do I reset my password?">
    1. Go to [app.illumichat.com/login](https://app.illumichat.com/login)
    2. Click **Forgot Password**
    3. Enter your email address
    4. Check your email for a reset link
    5. Click the link and set a new password
  </Accordion>

  <Accordion title="How do I change my email address?">
    Contact [support@illumichat.com](mailto:support@illumichat.com) to request an email change. For security, we verify these requests manually.
  </Accordion>

  <Accordion title="Is my data secure?">
    Yes. All data is encrypted in transit (TLS) and at rest. We don't train AI models on your conversations. See our [Privacy Policy](https://illumichat.com/legal/privacy-policy) for details.
  </Accordion>

  <Accordion title="Can I use Illumichat for my business?">
    Absolutely! Our Pro and Enterprise plans are designed for business use. The Widget feature lets you embed IllumiChat on your website, and the [SMS Integration](/features/sms) lets customers text your AI assistants directly.
  </Accordion>

  <Accordion title="How do I cancel my subscription?">
    Go to **Account Settings → Billing → Cancel Subscription**. You'll keep access until the end of your billing period.
  </Accordion>

  <Accordion title="What file types can I upload?">
    * **Images**: JPG, PNG, GIF, WebP
    * **Documents**: PDF, Word (.docx), text files
    * **Data**: CSV, Excel files

    Maximum file size is 10MB per file.
  </Accordion>

  <Accordion title="Why is the AI giving incorrect information?">
    AI models can sometimes make mistakes. For factual accuracy:

    * Enable **Web Search** for current information
    * Verify important facts independently
    * Provide more context in your prompts
  </Accordion>

  <Accordion title="How do I delete a conversation?">
    Hover over the conversation in the sidebar and click the **trash icon**. Deleted conversations cannot be recovered.
  </Accordion>

  <Accordion title="Can multiple people use one account?">
    No, accounts are for individual use. For team collaboration, create a workspace and invite your team -- Pro and Enterprise plans support multiple workspaces and shared assistants.
  </Accordion>

  <Accordion title="How does SMS Integration work?">
    SMS Integration connects your Twilio account to an Illumichat assistant. When someone texts your Twilio phone number, your assistant generates an AI response and sends it back via SMS. You provide your own Twilio credentials (BYOK), so messaging costs are billed directly by Twilio. See the [SMS Integration guide](/features/sms) for setup instructions.
  </Accordion>

  <Accordion title="Do I need a paid Twilio account for SMS?">
    A free Twilio trial account works for testing, but trial accounts can only send messages to verified phone numbers. For production use, upgrade to a paid Twilio account and purchase a phone number with SMS capability.
  </Accordion>
</AccordionGroup>

## Troubleshooting

### Chat is slow or not responding

1. **Check your internet connection**
2. **Try a different browser** (Chrome, Firefox, Safari, Edge)
3. **Clear browser cache** and refresh the page
4. **Disable browser extensions** that might interfere
5. **Check [status.illumichat.com](https://status.illumichat.com)** for outages

### File upload failing

* Ensure file is under 10MB
* Check that the file type is supported
* Try a different file format
* Refresh the page and try again

### Can't log in

* Verify you're using the correct email
* Check if Caps Lock is on
* Try resetting your password
* Clear browser cookies for illumichat.com
* Try incognito/private browsing

### Widget not appearing on my site

* Verify the domain is authorized in widget settings
* Check the widget ID in your embed code
* Ensure the script is placed before `</body>`
* Check browser console for JavaScript errors

### SMS not working

* Verify Twilio credentials using the **Test Credentials** button
* Check that SMS is **enabled** in your assistant's SMS settings
* Confirm webhook URLs are set correctly in the [Twilio Console](https://console.twilio.com)
* Ensure your Twilio account has sufficient balance
* See the full [SMS Troubleshooting guide](/features/sms#troubleshooting)

## Contact Support

Still need help? Reach out:

<CardGroup cols={2}>
  <Card title="Email" icon="envelope" href="mailto:support@illumichat.com">
    [support@illumichat.com](mailto:support@illumichat.com)
  </Card>

  <Card title="Response Time" icon="clock">
    We typically respond within 24 hours
  </Card>
</CardGroup>

When contacting support, please include:

* Your account email
* Description of the issue
* Screenshots if applicable
* Browser and device you're using
