> ## Documentation Index
> Fetch the complete documentation index at: https://sonarly-mintlify-how-see-the-visual-31327.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

> Common questions and troubleshooting

## Common questions

<AccordionGroup>
  <Accordion title="How does Sonarly integrate with my workflow?">
    Sonarly connects to your GitHub or GitLab repositories and automatically reviews pull requests. You'll see feedback directly in your PR comments.
  </Accordion>

  <Accordion title="What languages does Sonarly support?">
    Sonarly supports all major programming languages including JavaScript, TypeScript, Python, Java, Go, Ruby, and more.
  </Accordion>

  <Accordion title="How much does Sonarly cost?">
    We offer flexible pricing based on your team size. Visit our [pricing page](https://sonarly.com/pricing) for details or contact us for enterprise plans.
  </Accordion>

  <Accordion title="Is my code secure?">
    Yes. We take security seriously. Your code is encrypted in transit and at rest, and we never store your source code permanently. Read our [security policy](https://sonarly.com/security) for more details.
  </Accordion>

  <Accordion title="Can I customize the review rules?">
    Absolutely! You can configure review rules, severity levels, and which checks to run through your Sonarly dashboard.
  </Accordion>
</AccordionGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Sonarly isn't commenting on my PRs">
    Check that:

    * The Sonarly app is installed on your repository
    * Your repository has the correct permissions enabled
    * Your subscription is active

    If issues persist, contact support.
  </Accordion>

  <Accordion title="How do I disable Sonarly for a specific PR?">
    Add `[skip sonarly]` to your PR title or description to skip automated reviews for that PR.
  </Accordion>

  <Accordion title="Reviews are taking too long">
    Large PRs may take longer to review. For faster reviews, consider breaking up large changes into smaller PRs. If you're experiencing unusual delays, contact support.
  </Accordion>
</AccordionGroup>

## Need more help?

<Card title="Contact support" icon="headset" href="mailto:support@sonarly.com" horizontal>
  Reach out to our team at [support@sonarly.com](mailto:support@sonarly.com)
</Card>
