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

# Contact Support

> Get help from the WebLinq team and community

We're here to help you succeed with the WebLinq API. Choose the best support option for your needs.

## Support Options

<CardGroup cols={2}>
  <Card title="Email Support" icon="mail" href="mailto:support@weblinq.dev">
    Contact our support team directly: - Technical issues and bugs - Account and billing questions - Feature requests -
    Partnership inquiries
  </Card>
</CardGroup>

## Before Contacting Support

To help us resolve your issue quickly, please include:

<Steps>
  <Step title="Basic Information">
    * Your account email
    * API key (last 4 characters)
    * Subscription plan
  </Step>

  <Step title="Technical Details">
    * Request ID(s)
    * API endpoint used
    * Complete error message
    * Steps to reproduce
  </Step>

  <Step title="Code Sample">
    Provide a minimal code sample that demonstrates the issue:

    ```javascript theme={null}
    const response = await fetch('https://api.weblinq.dev/v1/web/content', {
      method: 'POST',
      headers: {
        'Authorization': 'Bearer xxxxx', // Replace with your key
        'Content-Type': 'application/json'
      },
      body: JSON.stringify({
        url: 'https://example.com',
        selectors: {
          title: 'h1',
          content: '.main-content'
        }
      })
    });
    ```
  </Step>

  <Step title="Additional Context">
    * What you've tried so far
    * Expected vs actual behavior
    * Screenshots (if relevant)
    * Browser/environment details
  </Step>
</Steps>

<Note>Enterprise customers receive 24/7 support with guaranteed response times based on issue severity.</Note>

## Feature Requests

Have an idea for improving WebLinq? We'd love to hear it!

<Card title="Submit Feature Request" icon="lightbulb" href="https://github.com/devhims/weblinq/issues/new?labels=enhancement">
  When submitting a feature request, please include: - Clear description of the feature - Use case and benefits -
  Potential implementation ideas - Impact on existing functionality
</Card>

## Community Guidelines

When interacting with our support channels:

<AccordionGroup>
  <Accordion title="Be Respectful">
    * Treat others with respect - Use inclusive language - Be patient with responses - Appreciate volunteer help
  </Accordion>

  {' '}

  <Accordion title="Be Clear">
    * Write clear descriptions - Include relevant details - Use proper formatting - Stay on topic
  </Accordion>

  <Accordion title="Be Helpful">
    * Share solutions when you find them - Help others if you can - Document workarounds - Provide feedback
  </Accordion>
</AccordionGroup>

## Status Updates

<Card title="System Status" icon="signal" href="https://status.weblinq.dev">
  Check our status page for: - Current system status - Incident reports - Scheduled maintenance - Historical uptime
</Card>

{' '}
