> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/project-control-center/v2-latest-version/collaborations/meetings/add-documents-to-past-meetings.md).

# Add Documents to Past Meetings

You can add files and links to a past meeting from the Manage Attachments dialog. You can upload files by dragging and dropping them or by browsing your computer, and you can add links to external documents.

#### How to Add Documents to Past Meetings in PCC

1. Navigate to the PCC home page and locate the calendar.
2. Select the date of the past meeting you want to manage.
3. Click the options icon next to the past meeting.
4. From the options, click **Manage Attachments**.
5. In the Manage Attachments dialog, choose how you want to add a document:
   * **To add a link:** Under **Add Links**, enter a **Title**, choose a **Category**, enter the document's **URL**, and click **Add link**.
   * **To upload a file:** Under **Upload Files**, drag and drop a file onto the upload area, or click it to browse your computer and choose a file. Accepted file types include PDF, Word, Excel, PowerPoint, images, text, iWork, and LibreOffice documents, up to 10 MB per file.
6. Added links and files appear in the list on the right, under the **Links** and **Files** tabs. Each tab shows a count of how many items it contains.
   * Links and files you just added but haven't saved yet are labeled "Will be added on save."
   * Uploading files show a progress bar; you can cancel an in-progress upload, or retry one that failed.
   * You can rename a pending link before saving by clicking its edit (pencil) icon, or remove a pending link or file by clicking its remove (x) icon.
7. Click **Save** to finish. Newly added links and files aren't attached to the meeting until you save — a note at the bottom of the dialog reminds you: "Resources and Links are applied when the meeting is saved."

Once saved, links and files are attached to the meeting's records. From the **Files** tab you can download a saved file, and from the **Links** tab you can copy a saved link's URL. You can remove a saved attachment at any time using its remove (x) icon.

**Alternate Method to Add Documents to Past Meetings in PCC**

1. Click **Collaboration** > **Meetings** from the left navigation menu.
2. On the calendar view, select the date of the past meeting you wish to manage.
3. Follow [steps 3](#how-to-add-documents-to-past-meetings-in-pcc) onward from the above to attach the documents.


---

# 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.linuxfoundation.org/lfx/project-control-center/v2-latest-version/collaborations/meetings/add-documents-to-past-meetings.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.
