# Join a Project

In the Projects Dashboard, click on Join a Project button and Paste the 5-word secret you received from the project host.

When you are joining a project, ***at least one*****&#x20;existing peer** from that project needs to be online in order for you to sync to that project.&#x20;

If everyone is offline, the project will be added to the project queues until you and at least one peer are online so that the project can sync.&#x20;

Once you both are online the project may continue to **take one or more minutes** to synchronize and to display itself as available in your dashboard.

{% hint style="warning" %}
In order to be able to collaborate on a project, you and the other project users must be on the same "major version" of Acorn. This means that the first number in the Acorn version code, such as the "5" in "5.0.1-alpha", must be the same.&#x20;

E.g. Version 6.x.y WON'T synchronize with someone using Acorn version 5.x.y.
{% endhint %}

<figure><img src="/files/9ujcJKmU22cqpGcOlZrm" alt=""><figcaption><p>After you enter the 5-word secret to join a project, Acorn will look for any online peers for that project and until it has found at least one to sync with, it will indicate that the project is waiting to sync.</p></figcaption></figure>


---

# 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.acorn.software/projects/join-a-project.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.
