# Configuration

- [Manually Link Repository to Container](https://help.aikido.dev/container-image-scanning/configuration/link-repository-to-container.md)
- [Automatically Link Repository to Container via Smart Suggestions](https://help.aikido.dev/container-image-scanning/configuration/automatically-link-repository-to-container-via-smart-suggestions.md)
- [Link Containers to Code Repositories in Bulk via Tags (AWS ECR Only)](https://help.aikido.dev/container-image-scanning/configuration/link-containers-to-code-repositories-in-bulk-via-tags-aws-ecr-only.md)
- [Limit Image Scanning to Images with Specific Tags](https://help.aikido.dev/container-image-scanning/configuration/limit-image-scanning-to-images-with-specific-tags.md)
- [Detecting Outdated Runtimes Using Aikido](https://help.aikido.dev/container-image-scanning/configuration/detecting-outdated-runtimes-using-aikido.md)
- [Link Containers to Code Repositories via Docker Labels](https://help.aikido.dev/container-image-scanning/configuration/link-containers-to-code-repositories-via-docker-labels.md)
- [Export RAW SBOM of Your Containers](https://help.aikido.dev/container-image-scanning/configuration/export-raw-sbom-of-your-containers.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://help.aikido.dev/container-image-scanning/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.
