# Sharing your AI project

It's easy to share your AI projects with collaborators or labelers.

In order to add people to your project, simply navigate to **AI Projects**-> **Your Project Name** -> **Project** **Settings** and scroll down to **Project Members**.

### Roles

**Owner** - has the same privileges as the creator of the project.  They can submit training jobs, add project members, and have access to trained AI pipelines from this project.

**Labeler** - limited privileges, and can only review images and label objects of interest in ground truth datasets. They do not have access to trained AI models from this project.


---

# 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.biodock.ai/ai-projects/sharing-your-ai-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.
