# Overview

The Switch platform exposes a Virtual Top Node (VTN) as defined by the Open Automated Demand Response (OpenADR or OADR) Communications Specification for version 3.0.

This section describes how to use the Switch OpenADR VTN API and its resources. If you have any questions or issues, please contact the [Switch Support](mailto:support@switchmarket.se).

You can find more information about OpenADR 3.0 on the OpenADR Alliance web site [https://www.openadr.org](https://www.openadr.org/).

## VTN Endpoint

The Switch OpenADR VTN can be accessed on two different environments, **Test** and **Production** environment. The VTN can be accessed using the following hostname, depending on the environment:

| Environment | Hostname                  |
| ----------- | ------------------------- |
| Production  | `vtn3.switchmarket.se`    |
| Test        | `qa-vtn3.switchmarket.se` |

{% code title="Example making request" %}

```batch
curl https://vtn3.switchmarket.se
```

{% endcode %}

{% hint style="warning" %}
Note that both environments, Test and Production might have the same or different version of the API deployed. Most of the time the Test environment will have newer version deployed which usually includes new functionalities, optimizations and/or bug fixes.
{% endhint %}


---

# 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://developer.switchmarket.se/openadr-3/overview.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.
