> For the complete documentation index, see [llms.txt](https://postjamm.gitbook.io/postjamm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://postjamm.gitbook.io/postjamm/sharing-and-approvals/final-delivery-and-approvals.md).

# Final delivery and approvals

Once feedback is complete, you can share the final version with your reviewer.

#### **Add final video link** <a href="#add_final_video_link" id="add_final_video_link"></a>

After a version is approved:

1. Open the project
2. Click **Add final video link**
3. Paste your cloud storage link (Google Drive, OneDrive, or similar)
4. Click **Save**<br>

   <figure><img src="https://desk.zoho.com/galleryDocuments/edbsn97fd1d0d409a467cc658f36c2a64fb82d99d1f10f86c43095c47f328d7bf64cc5b5dc7a810e33ea74e4cdf3152d98ed1?inline=true" alt=""><figcaption></figcaption></figure>

***

#### **What reviewers see** <a href="#what_reviewers_see" id="what_reviewers_see"></a>

* A **Download final video** button will appear
* Clicking it will redirect them to the final file hosted on your storage link<br>

  <figure><img src="https://desk.zoho.com/galleryDocuments/edbsn516e504cb4eb8396f5d5af114edf8a5b93d60b934f74a87b62726f9f9d4ddcf7a8ec33e0e53c1df3fb37c939a0bb4654?inline=true" alt=""><figcaption></figcaption></figure>

***

#### **Mark project as approved** <a href="#mark_project_as_approved" id="mark_project_as_approved"></a>

Once everything is finalized:

* The owner or team member can mark the project as **Approved**
* This indicates that the review cycle is complete


---

# 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://postjamm.gitbook.io/postjamm/sharing-and-approvals/final-delivery-and-approvals.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.
