> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trusec.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

### Getting Started with TruSec

TruSec uses a conversational interface that understands natural language security queries. Simply type your question and receive expert-level answers with source citations.

#### Basic Usage

1. **Ask your question** in plain English
2. **Review the answer** with evidence citations
3. **Ask follow-ups** - TruSec remembers conversation context
4. **Refine your query** based on suggested next questions

#### Example Queries

**Threat Intelligence:**

```
Is this IP address malicious: 192.0.2.1?
```

**Malware Analysis:**

```
Tell me about the Emotet malware family
```

**Application Security:**

```
What is SQL injection and how do I prevent it?
```

**Compliance:**

```
What are GDPR data protection requirements?
```

**Vulnerability Research:**

```
Explain the OWASP Top 10 vulnerabilities
```

**Secure Implementation:**

```
How do I implement secure password hashing in Python?
```
