> For the complete documentation index, see [llms.txt](https://docs.guideflow.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guideflow.com/help/ai/ai-voiceover/voiceover-pacing.md).

# Voiceover pacing

Control the speed and rhythm of your narration through strategic text formatting and punctuation choices. Small adjustments to your script structure can dramatically affect how quickly or slowly the AI delivers your content.

**Techniques for pacing control**

* **Slowing down:**
  * Add commas, for natural, breathing points.
  * Use... ellipses... to create thoughtful pauses.
  * Break longer sentences. Into shorter chunks. For emphasis.
* **Maintaining steady flow:**
  * Write in clear, medium-length sentences that mirror natural speech patterns.
  * Use consistent punctuation without excessive breaks.
  * Keep technical explanations brief and digestible.
* **Speeding up when needed:**
  * Use longer flowing sentences with minimal punctuation for sections that should move quickly through less critical information.

Try and compare these examples:

> "Now\... pay close attention. This field right here? It's required. Don't skip it, or you'll get an error."

versus

> "Go ahead and click Next to move through the basic settings then we'll customize everything in the advanced options."

The AI responds to your formatting choices, treating each pause and break as a cue for delivery speed. Test different approaches to find the perfect pacing for your content.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.guideflow.com/help/ai/ai-voiceover/voiceover-pacing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
