File tree Expand file tree Collapse file tree
.agent/services/accounting Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments