> 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/getting-started-with-postjamm.md).

# Getting started with Postjamm

#### Introduction <a href="#introduction" id="introduction"></a>

Welcome to Postjamm!

Postjamm is a video review and feedback management tool built for teams that need faster, clearer collaboration on video projects. It helps you manage projects, collect precise feedback, and streamline approvals in one place.

Let’s get started ✨

### **What you can do with Postjamm** <a href="#what_you_can_do_with_postjamm" id="what_you_can_do_with_postjamm"></a>

* Upload and organize video projects
* Collaborate with your team in one workspace
* Collect frame-accurate feedback
* Share projects with reviewers and clients
* Manage versions and approvals seamlessly

### **How Postjamm works** <a href="#how_postjamm_works" id="how_postjamm_works"></a>

Postjamm follows a simple structure:

* Workspace → Your main environment
* Folder → Organize your projects in their dedicated spaces
* Project → Container for a specific video task
* Versions → Iterations of the video placed inside a project
* Notes and Comments → Feedback and discussions for a specific version inside a project

### 1️⃣ **Create your account and set up your workspace** <a href="#id-1_create_your_account_and_set_up_your_workspace" id="id-1_create_your_account_and_set_up_your_workspace"></a>

Once you sign up and confirm your email, your workspace is created automatically.

You will be prompted to enter a name for your workspace. This is typically your agency name or your personal name. This name is visible to you and your team members within the workspace.

After setting the name, your workspace is ready to use.<br>

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

***

### 2️⃣ **Invite your team** <a href="#id-2_invite_your_team" id="id-2_invite_your_team"></a>

You can invite users to your workspace based on your plan.

* **Team plan**: You can add team members
* **Team Plus plan**: You can add both team members and collaborators<br>

**Roles explained:**

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

* **Workspace owner**: You are the owner by default
* **Team members**: Have access to the entire workspace, including all folders and projects
* **Collaborators**: Have access only to the specific projects they are invited to

This allows you to control who sees what, especially when working with external clients.

***

### 3️⃣ **Create your first project** <a href="#id-3_create_your_first_project" id="id-3_create_your_first_project"></a>

Start by creating a folder to organize your work.\
\
Inside the folder, create a project by adding a project name.<br>

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

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

You can either:

* Upload a video while creating the project
* Or create the project first and upload the video later

Once your video is uploaded, your project is ready for review.

***

### **What’s next** <a href="#whats_next" id="whats_next"></a>

Now that your project is set up, you can:

* Share your project with reviewers
* Start collecting feedback and comments
* Add new versions and manage revisions
* Move towards final approval and delivery

### ✅ Explore Postjamm! <a href="#heading-c85f54b2-b4eb-32bf" id="heading-c85f54b2-b4eb-32bf"></a>

If you still have questions, just ping me! <postjamm@gmail.com> :)


---

# 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/getting-started-with-postjamm.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.
