# Start Recording

### Start Recording

Want to choose when to start recording a voice conversation? Use the **Start Recording** node anywhere in your conversation.

This node is particularly helpful in cases where you don't want certain parts of your conversation to be part of the call recording. Additionally, you can use this node in cases where you want to dynamically start recording based on a webhook response. You can choose to begin your recording at any step in the flow until the end of the conversation or until you choose to stop recording via the Stop Recording node.

{% hint style="info" %}
*This feature works best when the Record Call option in the Start Node is left unselected.*
{% endhint %}

Here's how it works:-

#### Drag and Drop node to the desired location in the flow

Drag and drop the Start Recording node from the Toolbar onto the canvas. Connect it to wherever you want to start the call recording.

<figure><img src="/files/wktcltF5SDqb4qllH9q9" alt=""><figcaption></figcaption></figure>

Please note that as of now, this node can only be used once in an agent i.e you cannot choose to start and stop recording in segments or multiple times in an agent.


---

# 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://studio.docs.ai.vonage.com/voice/nodes/actions/start-recording.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.
