# Device CONFIG-Phase

After the device initialisation SPAD.neXt will send the command

`0,CONFIG[,Parameters];`

to the device and start the configuration Phase.

The device can now issue commands to configure the device.

The configuration phase will end when the device ackknowledges with

`0,CONFIG;`

{% hint style="warning" %}
The device will not show up in SPAD.neXt UI before configuration phase is completed
{% 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://docs.spadnext.com/extending-and-apis/serial-connection/device-communication-flow/device-config-phase.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.
