# Post install Configuration

{% embed url="<https://youtu.be/TgBKlQQiciE>" %}

## Configure auditor

1. [Install auditor](/auditor/deployment.md)
2. [Configure auditor](/appsec-portal/features/vulnerability-discovery/auditor-settings/auditor-config.md)

## Add sequences

Use the [following guide](/appsec-portal/features/vulnerability-discovery/auditor-settings/sequences/sequences-creating.md)

## Import automation rules

Ask our team to send you the latest ruleset if we haven't done it for some reason :smile:

## Configure Version Control integration

This step will be the last one if you want to just scan your repositories, validate issues, remove duplicates from different scanners.

Here's [our guide](/appsec-portal/general-portal-settings/version-control-integration.md)

But keep in mind, that you will see only those repositories, which developers commit into.

## Create a default product

It's very important for future manipulations with assets. Use [this short guide](/appsec-portal/features/asset-management/default-product.md)

## Import repositories

If you want to scan all repositories by manual trigger - import them using this instruction and be ready to perform scans. This is[ how you can do it](/appsec-portal/features/asset-management/how-to-import-repositories-from-version-control.md)

## Perform scans

Please follow [this guide ](/appsec-portal/features/vulnerability-discovery/run-audit/run-audit-manually.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.whitespots.io/appsec-portal/post-install-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
