Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.argentos.ai/llms.txt

Use this file to discover all available pages before exploring further.

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 --help

Community

GitHub Issues

Bug reports and feature requests.

GitHub 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:
1

ArgentOS version

argent --version
2

System info

argent status --json
3

Steps to reproduce

What you did.
4

Expected behavior

What should have happened.
5

Actual behavior

What actually happened.
6

Logs

argent gateway logs --level error

Log Collection

# Collect diagnostic info
argent status --json > diagnostic.json
argent gateway logs --last 100 > gateway-logs.txt

Feature 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.

Troubleshooting

Common issues and solutions.

FAQ

Frequently asked questions.

Getting Started

New to ArgentOS? Start here.