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

# Use cases

> Simple use cases to showcase Symbiotic Code's security capabilities

***

Symbiotic Code is a security-first coding agent. It means that **any code it edits or creates is automatically checked for security vulnerabilities**. To test its capabilities, you can try the following scenarios:

### Implement a feature with guardrails

<Info>
  Guardrails ensure all code generated follows your company’s security standards and best practices.
</Info>

1. Connect your GitHub account in the [Symbiotic Portal](https://app.symbioticsec.ai)
2. Create guardrails for one of your repositories
3. Open the repository in Symbiotic Code and ask it to implement a feature

You'll see the agent automatically retrieve and apply your configured guardrails.

### Security scanning while coding

<Info>
  Deterministic and agentic security scans run continuously while you code, providing real-time feedback on your implementation.
</Info>

Create a new project from scratch to see all security features in action:

1. Ask the agent to create a simple project (e.g., a weather app, to-do list, or CRM)
2. Observe the automatic guardrail generation
3. Watch security checks run during implementation
4. See the final security scan validate the code
