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

# Getting Help

> Resources and channels for getting support

Need help? Here are all the ways to get assistance with HelloLeo.

## Share with Leo

The fastest way to get help is to ask Leo directly.

### How to Share with Leo

1. **From Error Messages**
   * Click the **Share with Leo** button on any error
   * Leo will analyze the error and suggest fixes

2. **From Chat**
   * Describe your issue in the chat
   * Include error messages or screenshots
   * Ask specific questions

3. **From Code**
   * Share code snippets that aren't working
   * Ask Leo to review and fix issues
   * Request explanations of errors

### What to Include

When sharing with Leo, include:

* **Error messages** - Full error text
* **Context** - What you were trying to do
* **Code snippets** - Relevant code sections
* **Steps to reproduce** - How to trigger the issue

## Community Support

### Discord Community

Join our Discord server for community support:

* **Link**: [https://discord.gg/RBJnhMa8p6](https://discord.gg/RBJnhMa8p6)
* **Get help** from other users
* **Share your projects** and get feedback
* **Learn tips and tricks** from the community

### What to Post

When asking for help:

* **Clear description** of your issue
* **Error messages** or screenshots
* **What you've tried** already
* **Relevant code** or configuration

## Documentation

### Integration Guides

Check integration-specific documentation:

* [Odoo Integration](/integrations/odoo)
* [Airtable Integration](/integrations/airtable)
* [Notion Integration](/integrations/notion)
* [Klaviyo Integration](/integrations/klaviyo)
* And more...

### Feature Guides

Learn about HelloLeo features:

* [Chat Interface](/features/chat-interface)
* [Live Preview](/features/live-preview)
* [Integrations](/features/integrations)
* [Network Monitor](/features/network-monitor)

### Prompting Guides

Improve your prompts:

* [How Leo Works](/prompting/how-leo-works)
* [Best Practices](/prompting/best-practices)
* [Common Patterns](/prompting/common-patterns)
* [What to Avoid](/prompting/what-to-avoid)

## Self-Service Resources

### Network Monitor

Debug API issues:

1. Open **Network Monitor** in your project
2. Review API calls and responses
3. Identify failed requests
4. Check error messages

### Troubleshooting Guides

* [Common Issues](/troubleshooting/common-issues) - Solutions to frequent problems
* [Debugging Tips](/troubleshooting/debugging-tips) - Debugging techniques

### Example Projects

Learn from examples:

* [Customer Portal with Odoo](/examples/customer-portal-odoo)
* [Content Dashboard with Contentful](/examples/content-dashboard-contentful)
* [Data Visualization with Airtable](/examples/data-visualization-airtable)
* [Marketing Automation with Klaviyo](/examples/marketing-automation-klaviyo)

## Reporting Issues

### Before Reporting

1. **Check documentation** - Issue might be covered
2. **Search Discord** - Someone may have asked before
3. **Try debugging** - Use Network Monitor and DevTools
4. **Test in isolation** - Reproduce with minimal code

### What to Include

When reporting an issue:

* **Description** - What's happening vs. what should happen
* **Steps to reproduce** - Detailed steps to trigger the issue
* **Error messages** - Full error text and stack traces
* **Screenshots** - Visual evidence of the issue
* **Environment** - Browser, OS, project details
* **Network Monitor** - API call details if relevant

## Best Practices for Getting Help

### Be Specific

Instead of: "It doesn't work"
Say: "When I try to fetch orders from Odoo, I get a 401 error"

### Provide Context

Include:

* What you're trying to accomplish
* What you've already tried
* What error messages you're seeing
* Relevant code or configuration

### Be Patient

* Community members are volunteers
* Complex issues may take time to resolve
* Try suggested solutions before asking again
* Thank those who help you

## Escalation Path

If you need urgent help:

1. **Try self-service** - Check documentation first
2. **Ask Leo** - Use "Share with Leo" feature
3. **Community** - Post in Discord
4. **Support** - Contact support for critical issues

## Contributing

### Help Others

* Answer questions in Discord
* Share your solutions
* Improve documentation
* Report bugs you find

### Feedback

We welcome feedback:

* Feature requests
* Documentation improvements
* Bug reports
* General feedback

<CardGroup cols={2}>
  <Card title="Common Issues" icon="alert-circle" href="/troubleshooting/common-issues">
    Solutions to frequent problems
  </Card>

  <Card title="Debugging Tips" icon="bug" href="/troubleshooting/debugging-tips">
    Learn debugging techniques
  </Card>
</CardGroup>
