# Output

Output is the final response the bot will return to the user. We support the following outputs:

* [**Output**](#output): supports **text, image, audio, video, and file** formats
* [**Call:**](#call) make phone calls autonomously based on any objectives.
* [**SMS**](#sms): send SMS autonomously based on any objectives.

## Output

<figure><img src="/files/IgWjmH0WJLaiSbfKMRDi" alt="" width="414"><figcaption><p>General Output</p></figcaption></figure>

## Call

This component can perform phone calls to the assigned phone number.

{% hint style="warning" %}
The content of the phone call must be text format.
{% endhint %}

<figure><img src="/files/ICVvDhLpwdbfwHXUFvCN" alt="" width="368"><figcaption><p>Call Output</p></figcaption></figure>

## SMS

This component can send SMS to the assigned phone number.

<figure><img src="/files/W8ayW9gd3AjjfBs0VtYy" alt="" width="356"><figcaption><p>SMS Output</p></figcaption></figure>


---

# 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://botsquare.gitbook.io/botsquare/developer-guide/components/output.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.
