Skip to content

Commit cec860f

Browse files
authored
docs: add troubleshooting section with support links to QuickFile agent (#76)
Add troubleshooting section directing users to: - Support Portal (https://support.quickfile.co.uk/) - Community Forum (https://community.quickfile.co.uk/) - API Documentation (https://api.quickfile.co.uk/) Also includes common issues guidance for authentication, rate limiting, and API changes.
1 parent 4140635 commit cec860f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.agent/services/accounting/quickfile.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,29 @@ This agent provides access to QuickFile UK accounting software through the MCP s
148148
- API calls are authenticated via MD5 hash
149149
- Default rate limit: 1000 calls/day
150150

151+
## Troubleshooting
152+
153+
If you encounter issues with QuickFile operations, check these resources:
154+
155+
| Resource | URL | Purpose |
156+
|----------|-----|---------|
157+
| Support Portal | https://support.quickfile.co.uk/ | Official help articles and FAQs |
158+
| Community Forum | https://community.quickfile.co.uk/ | User discussions and solutions |
159+
| API Documentation | https://api.quickfile.co.uk/ | Technical API reference |
160+
161+
**Common issues:**
162+
- **Authentication errors**: Verify credentials in `~/.config/.quickfile-mcp/credentials.json`
163+
- **Rate limiting**: Default 1000 calls/day - check usage in QuickFile dashboard
164+
- **API changes**: Check API docs for deprecations or new endpoints
165+
151166
## Related Agents
152167

153168
- `@aidevops` - For infrastructure operations
154169
- `@code-standards` - For code review
155170

156171
## Reference
157172

173+
- [QuickFile Support Portal](https://support.quickfile.co.uk/)
174+
- [QuickFile Community Forum](https://community.quickfile.co.uk/)
158175
- [QuickFile API Documentation](https://api.quickfile.co.uk/)
159176
- [AGENTS.md](../AGENTS.md) - Full documentation

0 commit comments

Comments
 (0)