# Equipment Configuration Survey

The **Equipment Configuration Survey API** allows you to retrieve the configuration survey for a specific equipment product. The survey contains a structured set of questions and available answer options required to configure device during onboarding.

The configuration survey includes boarding tags (`group` and `name`), required while collecting the configuration survey details. These tags identify configuration attributes and must be included when submitting the survey response.

Retain the boarding tags returned in the survey response. They are required to correctly map your answers to equipment configuration fields during the boarding process.

{% hint style="success" %}
Use this survey to collect configuration details before submitting an equipment order.
{% endhint %}

* [Equipment Order](/api-reference/api/merchant-onboarding/onboard-merchant/equipment/equipment-order.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.xplorpay.com/api-reference/api/merchant-onboarding/onboard-merchant/equipment/equipment-configuration-survey.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.
