# Project

There can be multiple projects in an organization. A project can either be private or public to the group.&#x20;

* **Public Projects:** A public project is accessible to all the members of the group. Any project is a public project by default.&#x20;
* **Private Projects:** A private project is only visible to select members. It can be identified by the lock icon beside its name.

## Create a Project

To create a project in the group, click on the ‘+’ icon beside the projects section in the side bar.

Projects can be created from 3 ways:

1. Blank Project
2. Using template
3. Imported from CSV file.

{% embed url="<https://www.loom.com/share/8fa431853ac84f44824a17164d42e898?sid=b3ef7344-4bdc-457e-acb5-152b58914775>" %}


---

# 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://guide.smarttask.io/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.
