# Configurations

Support for multiple configurations in data over sound communication is provided.

1- Way Communication: The Sender sends encoded data to the receiver that decodes it. There is no communication back to the sender about the data receiver status. Thus, the sender device does not receive feedback about data received by the receiver or not

<figure><img src="/files/LonGPi8WjqqXgWfnicVq" alt=""><figcaption><p>1-way communication with Trillbit's SDK at a glance.</p></figcaption></figure>

2\. Two-way communication:

<figure><img src="/files/ziXieGnICQMK8CEf6fuN" alt=""><figcaption><p>2- way communication using Trillbit SDK at a glance.</p></figcaption></figure>

1. Sender device sends the data to the receiver device.
2. Receiver device decodes the data.
3. Receiver device then sends back an acknowledgement to the sender device that the data was successfully received.&#x20;
4. Absence of any acknowledgement received by the sender device, can trigger re-trial of transmission of data.


---

# 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://trillbit.gitbook.io/trillbit-sdk/features/configurations.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.
