# Getting started

SpecSync for Azure DevOps synchronizes the scenarios of a BDD (e.g. SpecFlow or Cucumber) project with the test cases of an Azure DevOps project. For the supported Azure DevOps versions, please check the [Compatibility](/specsync/reference/compatibility.md) list.

The necessary steps are slightly different depending on whether you use SpecSync with SpecFlow (.NET) or with other Gherkin-based BDD tools, like Cucumber. Please follow the guide for your context.

{% content-ref url="/pages/-LVwFCLcJCywak\_QVtQ4" %}
[Getting started using SpecFlow](/specsync/getting-started/getting-started-specflow.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LVwFCLdqI7MVA2Jc2rh" %}
[Getting started using Cucumber or other Gherkin-based BDD tool](/specsync/getting-started/getting-started-cucumber.md)
{% endcontent-ref %}

For a complete reference for the installation and setup options, please check the [Installation & Setup](/specsync/installation.md) page.


---

# 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.specsolutions.eu/specsync/getting-started.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.
