# Recording a Call

## **Start** a Call

1. Add the **Twilio Client** element to the page
2. Add the call button
3. Select the button > Click Start/edit workflow
4. Element actions > Start Call a Twilio Client

<img src="/files/NN96YsViv2grXYTzpjav" alt="Start outgoing call action" width="375">

## Start Recording Action&#x20;

There are multiple ways to implement this action:

* **Automated**: Using the **Call Status is Open element event** with the Create a Call recording action to start the call recording once the call is answered.

<figure><img src="/files/zuj9ao5TYK5nNQ0fm6Xs" alt="" width="375"><figcaption></figcaption></figure>

* **Manual**: You can add a recording button to the UI, and trigger the Create a Call recording action when it's clicked. Make sure that this button will be only clickable when the call status is open.


---

# 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.inova.us/v1/twilio-in-browser-call-plugin/recording-a-call.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.
