# 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**.

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 immediately after the first one finishes uploading.


---

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