Files
Alexander Myasoedov 50436e1f1d feat(Update docs):
2025-01-25 12:28:50 +02:00

24 lines
531 B
Markdown

# Getting Started
Welcome to Agentic Security! This guide will help you get started with using the tool.
## Quick Start
1. Ensure you have completed the [installation](installation.md) steps.
1. Run the following command to start the application:
```bash
agentic_security
```
1. Access the application at `http://localhost:8718`.
## Basic Usage
- To view available commands, use:
```bash
agentic_security --help
```
## Next Steps
Explore the [Configuration](configuration.md) section to customize your setup.