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

# Support

> Troubleshoot failed requests, billing questions, and integration problems before contacting support.

Start with the usage logs. They are the fastest way to understand failed requests, quota problems, model permission issues, and unexpected costs.

<Steps>
  <Step title="Check usage logs">
    Confirm the request reached Moxus AI and review the error message.
  </Step>

  <Step title="Verify API key settings">
    Check whether the key is enabled, expired, quota-limited, IP-limited, or model-limited.
  </Step>

  <Step title="Confirm the model name">
    Copy the model name from the model catalog instead of typing it manually.
  </Step>

  <Step title="Test with cURL">
    Reproduce the issue with a minimal request to separate client issues from API issues.
  </Step>
</Steps>

## Useful details

* Request time and request ID, if available.
* Base URL, endpoint, and model name.
* Error message or HTTP status code.
* Whether the same key works in the Playground.

## Related docs

* [FAQ](/en/overview/faq)
* [Dashboard and usage](/en/platform/dashboard-and-usage)
* [Account and API keys](/en/platform/account-and-keys)
