Help & Support
Get help with ArgentOS — support channels, community, and resources.
Getting Help
Documentation
You are here. Browse the sidebar for detailed guides on every aspect of ArgentOS.
CLI Help
Every command has built-in help:
argent --help
argent gateway --help
argent channels add --helpCommunity
- GitHub Issues: github.com/ArgentAIOS/argentos/issues -- Bug reports and feature requests
- GitHub Discussions: github.com/ArgentAIOS/argentos/discussions -- Q&A and community discussion
- Discord: Join the ArgentOS community server for real-time help
Enterprise Support
Enterprise license holders have access to priority support:
- Dedicated support channel
- Direct access to the ArgentOS team
- Priority bug fixes
- Custom feature development
Contact [email protected] for Enterprise support.
Reporting Bugs
When reporting a bug, include:
- ArgentOS version:
argent --version - System info:
argent status --json - Steps to reproduce: What you did
- Expected behavior: What should have happened
- Actual behavior: What actually happened
- Logs:
argent gateway logs --level error
Log Collection
# Collect diagnostic info
argent status --json > diagnostic.json
argent gateway logs --last 100 > gateway-logs.txtFeature Requests
Open a GitHub Discussion with the "Feature Request" category. Include:
- What you want to do
- Why the current solution does not work
- Your proposed approach (if you have one)
Contributing
ArgentOS is open to contributions:
- Fork the repo on GitHub
- Create a feature branch
- Submit a pull request
- Follow the coding style guide in CLAUDE.md
See the project README for contribution guidelines.
Quick Links
- Troubleshooting -- Common issues and solutions
- FAQ -- Frequently asked questions
- Getting Started -- New to ArgentOS? Start here