# Combo

Since Chat/TTS/ATL requests are often used together, the plugin provides a way to optimize execution time by eliminating the cost of additional requests by combining them into a single request.

Combo execution modes:

| Mode             |                                                                                                                                                            |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **CHAT TTS ATL** | <p></p><ol><li>Chat request execution -> TTSInput.Text. result</li><li>TTS request execution -> ATLInput.Sound result</li><li>ATL request result</li></ol> |
| **TTS ATL**      | <ol><li> TTS request execution  -> ATLInput.Sound result</li><li> ATL request execution</li></ol>                                                          |
| **CHAT TTS**     | <p></p><ol><li>Chat request execution -> TTSInput.Text result</li><li>TTS request result</li></ol>                                                         |

<figure><img src="https://lh3.googleusercontent.com/c_7X4RF-4FUHPXPMiQOdL8IIqwW4g-a-9QE4Xq9bOpJkI3TshJUsqZiehLEBGvGF61PjbgZHYJDpafYlHlz_IOHZzMhNhRtZXGFUx6yRkySqY5DYsC8rZQUWkiY4WWsHD26ji6q7Uz8_-jAGfVGcUl4fFIveKAM6oBY5ERMSCcnnnhL4DlXaads-Eg" alt=""><figcaption></figcaption></figure>

##
