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

# 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:

```bash theme={null}
argent --help
argent gateway --help
argent channels add --help
```

### Community

<CardGroup cols={2}>
  <Card title="GitHub Issues" icon="github" href="https://github.com/ArgentAIOS/core/issues">
    Bug reports and feature requests.
  </Card>

  <Card title="GitHub Discussions" icon="comments" href="https://github.com/ArgentAIOS/core/discussions">
    Q\&A and community discussion.
  </Card>

  <Card title="Discord" icon="discord" href="https://discord.gg/argentos">
    Join the ArgentOS community server for real-time help.
  </Card>
</CardGroup>

### 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 [support@argentos.ai](mailto:support@argentos.ai) for Enterprise support.

## Reporting Bugs

When reporting a bug, include:

<Steps>
  <Step title="ArgentOS version">
    ```bash theme={null}
    argent --version
    ```
  </Step>

  <Step title="System info">
    ```bash theme={null}
    argent status --json
    ```
  </Step>

  <Step title="Steps to reproduce">
    What you did.
  </Step>

  <Step title="Expected behavior">
    What should have happened.
  </Step>

  <Step title="Actual behavior">
    What actually happened.
  </Step>

  <Step title="Logs">
    ```bash theme={null}
    argent gateway logs --level error
    ```
  </Step>
</Steps>

### Log Collection

```bash theme={null}
# 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.

## Quick Links

<CardGroup cols={3}>
  <Card title="Troubleshooting" icon="wrench" href="/help/troubleshooting">
    Common issues and solutions.
  </Card>

  <Card title="FAQ" icon="message-question" href="/help/faq">
    Frequently asked questions.
  </Card>

  <Card title="Getting Started" icon="rocket" href="/start/getting-started">
    New to ArgentOS? Start here.
  </Card>
</CardGroup>
