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

# Audio Upload

If Cogram did not attend a meeting live, you can upload a recording afterward to generate a full transcript and meeting notes.

## Uploading a recording

1. Go to [Meetings > Audio Upload](https://app.cogram.com/dashboard/meetings/audio-upload).
2. Fill in the required fields:
   * **Meeting Title**: a descriptive name for the meeting.
   * **Meeting Language**: the language spoken in the recording. Defaults to your account transcription language preference.
   * **Recording Audio File**: click to browse and select an audio file. Any standard audio format is accepted.
   * **Meeting Datetime**: the date and time the meeting took place. Defaults to now.
3. Click **Upload**.

<figure><img src="/files/Ec8UxMx0Dv8yBm02L9nV" alt="The Audio Upload form with Meeting Title, Project, Meeting Language, Recording Audio File, and Meeting Datetime fields and an Upload button"><figcaption><p>The Audio Upload form</p></figcaption></figure>

A progress bar shows the upload status. Once complete, a success message appears with a link to the newly created meeting. The meeting is then processed in the background: transcription and note generation typically take a few minutes depending on the recording length.

## After uploading

The uploaded recording appears in your [Meetings list](https://app.cogram.com/dashboard/meetings/all) with the source label "Audio Upload". Open it to view the transcript, summary, and action items, just like any other meeting.

You can upload another recording as soon as the first finishes. Once processing completes, open the meeting to review its summary and action items.


---

# 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.cogram.com/guides/audio-upload.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.
