# Introduction

The Meterian SASHA scanner is a static code analyser for code that, using pattern matching and semantic grep, detects security problems in your codebases.

It integrates with multiple open source scanners in order to provide wide range of support for multiple languages.

It provides standard [SARIF](https://sarifweb.azurewebsites.net/) support for multiple languages.

**SASHA is currently in beta** but it can be enabled to customers upon a request to [support](mailto:support@meterian.io).

At the moment the scanner has been validated against these languages/ecosystems:

* .NET (C#)
* NodeJS

Please note that the scanner *can* support all other languages as well, but support for these has not been validated yet. &#x20;


---

# 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.meterian.io/sast-scanner/introduction.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.
