> For the complete documentation index, see [llms.txt](https://everyday-digital.gitbook.io/pathways-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://everyday-digital.gitbook.io/pathways-docs/pathway-editor/pathway-activities/audio.md).

# Audio Activity

Upload a single **.mp3 audio** file for users to listen to in a Pathway activity.&#x20;

## How to create an Audio Activity

1. **Open a Pathway.**
2. **Select the + icon and then select Audio.**&#x20;
3. **Activity name.** Name the activity.
4. **Upload the audio file and a poster.** Select the blank space to upload an image (minimum 1024x1024px (.jpg or .png)). Select the ATTACH button to upload an .mp3 file from [Cloudfile](https://everyday-digital.gitbook.io/template-catalog/cloudfile/platform-media-storage). *Your pathway icon will be used if no poster is added.*&#x20;
5. **Add a short snippet.** Write a short description of the audio. This will be visible on the Pathway for desktop and tablet only (max. 90 characters).
6. **Write a description.** Write a longer description of the audio. This will be visible once a user selects the Pathway tile on mobile, desktop and tablet.
7. **Activity settings.**
   1. **Required.** Set as a required or optional activity.&#x20;
   2. **Play Fulfilment.** If set to required, the user must play the video in order to fulfil the activity.&#x20;
   3. **Start Playback From.** Enter the time in seconds to start the playback from.&#x20;
   4. **End Playback.** Enter the time in seconds after which the playback must end.
   5. **Save.**


---

# 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://everyday-digital.gitbook.io/pathways-docs/pathway-editor/pathway-activities/audio.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.
