# Settings （STG） - Interactive settings mode

BEHAVIOR is a behavior for using the configuration CUI with Interactive settings mode. The interface for configuration is done via serial port input/output, enabling interactive configuration using terminal software such as TWELITE STAGE/TeraTerm/screen.

{% hint style="info" %}
This BEHAVIOR uses `UART0` (`Serial`) internally. Input strings not used by the configuration behavior are put into a FIFO queue allocated in the configuration behavior, and `Serial` behaves as if it refers to this queue. Note that the internal behavior is different from the case where no BEHAVIOR is registered.
{% endhint %}

* [\<SET\_STD>](/latest_en/settings/stg_std.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://mwx.twelite.info/latest_en/settings.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.
