# Projects

A project is your main workspace for collecting and managing reviews. Each project represents one business, brand, or location you want to collect reviews for. Everything you do—customers, review requests, forms, widgets, and integrations—lives inside a project.

### What a Project Contains

Each project has its own:

* **Customers** – The people you send review requests to
* **Reviews** – Feedback and testimonials from your customers
* **Review pages** – The pages where customers leave ratings and reviews
* **Messages** – Emails and SMS you send to request reviews
* **Widgets** – Embeddable review displays for your website
* **Settings** – Domain, appearance, request strategy, integrations, and more

When you sign up, you get a space (your account) with one project. You can add more projects if you manage multiple businesses or locations.

### Where to Find Your Projects

If you have more than one project, you can switch between them using the project selector in the header. Your current project’s name appears there. Click it to see all your projects and pick another one.

To add a new project or manage your space, go to **Account** in the sidebar (or your profile menu) and open your space. From there you can add projects, edit your space name, or leave the space.

### Adding a Project

1. Go to **Account** in the sidebar.
2. Open your space.
3. Click **Add Project**.
4. Enter a name for your project (for example, your business name or location).
5. Click **Create**.

Your new project appears in the list. Switch to it to start setting it up—add customers, configure your review pages, and turn on automatic review collection when you’re ready.

{% hint style="info" %}
Each project is independent. Customers, reviews, and settings in one project do not affect another. If you manage several locations, create a project for each.
{% endhint %}

### Project Status

Projects can be **active**, **paused**, or **suspended**:

* **Active** – Review requests are being sent according to your strategy.
* **Paused** – Review requests are temporarily stopped. You can unpause anytime.
* **Suspended** – The project has been disabled. Contact support if you believe this is an error.

You can pause or unpause a project from the dashboard using the automatic review collection toggle.

### Working With Your Team

If you want others to help manage a project, you can invite them as members. Members can have different roles—from full access to view-only—and you can control which projects each person can see.


---

# 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.moregoodreviews.com/platform/projects.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.
