# Collaboration & Sharing

## Real-Time Collaboration

FLORA is optimized for team collaboration. Our canvas supports multiple team members to work on the same design file simultaneously. Changes are visible in real time, ensuring that everyone stays on the same page without version conflicts.

## Annotation Tool

FLORA allows team members to leave comments on the canvas, creating a seamless real-time collaboration on the most updated version of your team's creative process.

Learn how to put a comment on the canvas [here](/editor/toolbar.md#comment).

<figure><img src="/files/AWjSWvNBG8kc3DD2dt77" alt=""><figcaption></figcaption></figure>

## Share

You can **share your project** via copying the link or you can **publish your project** to the community page.

### Share a link

To copy the link, navigate to the parameter bar in the top right corner of the canvas and click the **Copy Link** button.

<figure><img src="/files/vlNjvpVU3abB1hao71GN" alt=""><figcaption></figcaption></figure>

### Publish to Community

To publish to community, navigate to the parameter bar in the top right corner of the canvas and click **Publish to Community** button. This makes your project visible to all FLORA users on the Community tab.

<figure><img src="/files/QxNdpgs3UmhXjnji7umR" alt=""><figcaption></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.flora.ai/editor/collaboration-and-sharing.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.
