> For the complete documentation index, see [llms.txt](https://techresources.gitbook.io/adobe-premiere-basics-windows-edition/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://techresources.gitbook.io/adobe-premiere-basics-windows-edition/working-with-audio/automating-clip-volume-with-keyframes.md).

# Automating clip volume with keyframes

Specific areas of your clips can be set to automatically become louder or softer in volume as your project plays in the[ ](https://jjloomis.gitbooks.io/adobe-audition-basic-audio-editing/content/GLOSSARY.html#multitrack-session)**Timeline** panel. This automation process is not always necessary, but it is an option if want to create dynamic volume fluctuations at specific points in your project.

To automate the volume of an audio track, you can use the **Pen** tool to add **keyframes** to your clips in the[ ](https://jjloomis.gitbooks.io/adobe-audition-basic-audio-editing/content/GLOSSARY.html#multitrack-session)**Timeline** panel. The **keyframes** will automatically increase or decrease the volume of the sound bites as your project plays.

1. In the **Tools** panel, select the **Pen** tool.
2. If necessary, expand the visible area of the audio track section in the **Timeline**. Click and drag the audio track height slider handles (on the right side of the audio track area in **Timeline** panel.) You will see waveforms in the audio portions of your clips.&#x20;
3. Using the **Pen** tool, click the horizontal white line that runs though the middle of the clip you'd like to edit. A **keyframe** (small circle) will appear on the white line.
4. Click the horizontal white line to add more keyframes to your clip. (Generally, audio automation only requires three or four keyframes.)
5. Using the **Pen** tool, keyframes can be moved up or down (to adjust clip volume) or left to right (to adjust the point at which the volume changes begin or end.)&#x20;
6. To delete a keyframe, select it using the **Pen** tool (the keyframe will appear blue.) Press **Delete** (on keyboard.)
7. When finished, switch back to the **Selection** tool in the **Tools** panel.

![Automating clip volume with keyframes.](/files/-MhQKOQ6mjTZTVI-QJS0)


---

# 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://techresources.gitbook.io/adobe-premiere-basics-windows-edition/working-with-audio/automating-clip-volume-with-keyframes.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.
