> ## Documentation Index
> Fetch the complete documentation index at: https://hc.saas-manager.biz.nuro.jp/llms.txt
> Use this file to discover all available pages before exploring further.

# Need help?

> Use the following resources if you have questions or issues with the AI Helpdesk API.

## Contacting Support

Reach out to the support team from within Admina:

1. Log in to Admina
2. Click the help icon (?) in the upper right
3. Select **Contact Support**
4. Enter your question and submit

## Troubleshooting

### Common Issues

#### Authentication Errors

* Verify the `X-API-Key` header is set correctly
* Check whether the API key has expired
* Confirm that the auth scheme is **`X-API-Key`** — not Bearer

#### Endpoint Errors

* Verify the URL (server: `https://assist.i.moneyforward.com`)
* Verify the HTTP method — the AI Helpdesk API supports **GET only**
* Confirm that all required path and query parameters are present

### Collecting Debug Information

Gather the following before reporting an issue:

1. Request URL
2. HTTP method
3. Request headers (with the API key redacted)
4. Query parameters
5. Response status code
6. Response body (the `{"ok": false, "error": ...}` message)

## Developer Resources

### API Documentation

* [API Reference](/en/api-reference/ai-helpdesk)
* [OpenAPI Specification](https://assist.i.moneyforward.com/api/v1/openapi.json)

### SDKs and Libraries

We currently do not provide official SDKs, but you can generate your own client libraries from the OpenAPI specification.

### Community

There is currently no official developer community channel.

## Feedback

We welcome your feedback and suggestions on the API. Please reach out to the support team — your input drives improvements to the service.
