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

# Support

> Get help with integration issues and contact information for Suki platform support

Suki Support is available 24/7 to help you with any issues you may have.

## Self help

If you are having an issue with your integration, you can try the following:

<Steps>
  <Step title="Check the FAQs for Common Questions">
    * Refer to our [General FAQs](/documentation/references/faqs/general) for answers to common questions.
    * Refer to our [API FAQs](/api-reference/faqs/authentication) for answers to common questions about the Suki APIs.
    * Refer to our [Web SDK FAQs](/web-sdk/faqs/general) for answers to common questions about the Suki Web SDK.
    * Refer to our [Mobile SDK FAQs](/mobile-sdk/faqs/general) for answers to common questions about the Suki Mobile SDK.
    * Refer to our [Headless Web SDK FAQs](/headless-web-sdk/faqs/general) for answers to common questions about the Suki Headless Web SDK.
    * Refer to our [Dictation SDK FAQs](/dictation-sdk/faqs/general) for answers to common questions about the Suki Dictation SDK.
  </Step>

  <Step title="Ask the AI Assistant">
    Our documentation is powered by AI. If you're stuck, ask the AI assistant for help. Click the **Ask AI** button at the bottom-right of the page, or the sparkle icon on a code block, to open the assistant panel.
  </Step>

  <Step title="Use Docs in Your AI Tools to Improve Your LLM's Responses">
    Add this documentation to your AI tools so they use the docs more effectively. Refer to [AI-optimized documentation](/documentation/references/ai-optimized-documentation) for the contextual menu, copy options, and one-click AI integrations on every page.

    From your project, run:

    ```bash theme={"theme":{"light":"github-dark","dark":"material-theme-darker"}}
    npx skills add https://developer.suki.ai
    ```

    Or connect the documentation MCP server in your editor. Refer to [Documentation MCP](/documentation/references/mcp) for setup steps.
  </Step>
</Steps>

<Note>
  **Pricing:**

  For pricing details, contact our [Sales team](https://www.suki.ai/contact-us/) or reach out to your Suki Customer Success or Program Manager directly.
</Note>

<Info>
  **Demo:**

  Looking for a demo? Contact our [Sales team](https://www.suki.ai/contact-us/) to schedule a demo or visit our site at [Suki.ai](https://www.suki.ai/).
</Info>

## Suki support help desk

If our FAQs and AI assistant were not able to provide answers, or you are having an issue in production, you can reach Suki through any of these channels:

* **Email**: <a href="mailto:support@suki.ai">[support@suki.ai](mailto:support@suki.ai)</a>
* **Support ticket**: Submit a [Suki SDK Support ticket](https://forms.suki.ai/SukiSupport/form/SukiSDKSupport/formperma/T3z7hYJ7Ph-J7JrWSN08QJn32BYjarkxqm8Lm8XFPow) for technical issues or questions.
* **Customer Success or Program Manager**: Reach out to your assigned Suki contact directly.
* **Slack**: Use the dedicated Slack channel created for your integration team.

To help us resolve your issue faster, include the following details in your email or support ticket:

* **Full error message**: The complete text of the error, including any associated error codes.

* **SDK or API version**: The exact version of the Suki SDK and API you are using.

* **Partner ID**: Your assigned partner identifier.

* **Timestamp**: The UTC timestamp of when the issue occurred.

* **User identifier field**: The field your tokens use to identify the user (e.g., `sub`, `email`).

<Tip>
  **Always use the GA APIs and keep your SDKs up to date**

  We regularly update the Suki SDKs and APIs with new features and performance improvements. For the best experience, we recommend always using the latest version of the SDKs and APIs.
</Tip>

## Next steps

<Icon icon="file-lines" iconType="solid" /> Refer to our [FAQs](/documentation/references/faqs/general) for answers to common questions.
