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

# Get started

> Let's make your code secure

Symbiotic Security’s extension allows you to detect, remediate and learn directly when it matters the most : **while you’re writing code** !
We support all commons languages (Python, JS/TS, Java, C, C#, Go, Ruby, PHP, etc.) and the major cloud providers (AWS, GCP, Azure).

## Setting up

Create your account, install our extension in your favorite IDE and make your code more secure in minutes.

<Card title="Start here" icon="rocket" horizontal href="/flow/devs/intro/quickstart">
  Follow our two steps quickstart guide.
</Card>

## Learn the basics

Understand how our extension works to make the most of it.

<Columns cols={2}>
  <Card title="Discover the extension" icon="compass" href="/flow/devs/discover_extension/intro_extension">
    When does it scan ? How to remediate ? Where to find more informations ?
  </Card>

  <Card title="Configure the detection" icon="file-cog" href="/flow/devs/actions/configure_detection">
    How to define what's should be ignored and what should block the CI ?
  </Card>

  <Card title="Ignore a vulnerability" icon="square-slash" href="/flow/devs/actions/ignore">
    How to ignore a non relevant issue in a file or in the whole repository ?
  </Card>

  <Card title="Declare false positives" icon="flag" href="/flow/devs/actions/false_positive">
    How to declare a false positive and help us improve the detection ?
  </Card>
</Columns>

<br />

<Card title="Data privacy and security" icon="file-lock-2" horizontal href="/privacy">
  How we handle your data ? What's collected ? How we ensure a maximum security ?
</Card>

## Get help

If you have questions or need help, you can contact us using the dedicated Slack channel or email us at [support@symbioticsecurity.ai](mailto:support@symbioticsecurity.ai).

<Tip>
  If your problem concern the extension, we suggest you to generate a [Support Bundle](/flow/devs/support/support_bundle) before contacting us.
</Tip>
