> For the complete documentation index, see [llms.txt](https://help.form.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.form.io/admin/projects.md).

# Projects

{% embed url="<https://youtu.be/2a_mRFhJCsg>" %}

## What is a project?

**A** **project** is the fundamental organizational structure within the Form.io Platform. Generally speaking, an individual project corresponds to a single user-facing application.

A project can be understood as **an unlimited collection of related forms and resources** that developers build and integrate/embed into applications. There can be an unlimited number of developers working as a team on a single project. There can be an unlimited number of API submission calls on a single project.

**Projects** are the main working areas within the Form.io platform. Projects serve to group [**Forms**](https://help.form.io/form-building/), [**Resources**](/form-building/resources-readme.md), [**Roles**](/admin/roles-and-permissions.md), etc. This allows, for example, a form builder to be given permission to create forms in one project but not another, or for a form user to view submissions in one project but not others.

All of these project elements exist within a single "domain" API endpoint, where they are all encapsulated within the project context.<br>

## Learn More about Form.io Projects

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Understanding the Project Context</strong></td><td>Learn how projects group related elements and control scope.</td><td><a href="/pages/lXL3kvHmrZZoQk0c4zxx">/pages/lXL3kvHmrZZoQk0c4zxx</a></td><td><a href="/pages/lXL3kvHmrZZoQk0c4zxx">/pages/lXL3kvHmrZZoQk0c4zxx</a></td></tr><tr><td align="center"><strong>Creating a project</strong></td><td>A walkthrough of creating a Project in the Form.io Platform.</td><td><a href="/pages/yMYYNMTBTWX87rfDsO7i">/pages/yMYYNMTBTWX87rfDsO7i</a></td><td><a href="/pages/yMYYNMTBTWX87rfDsO7i">/pages/yMYYNMTBTWX87rfDsO7i</a></td></tr><tr><td align="center"><strong>Project UI</strong></td><td>An overview of all the features available within the Project UI of the Developer Portal.</td><td><a href="/pages/cPfyG9sU2Rai0KwbnoR2">/pages/cPfyG9sU2Rai0KwbnoR2</a></td><td><a href="/pages/cPfyG9sU2Rai0KwbnoR2">/pages/cPfyG9sU2Rai0KwbnoR2</a></td></tr><tr><td align="center"><strong>Project Settings</strong></td><td>The available configurations for a Project.</td><td><a href="/pages/lOpEVQMbPrLFN0JOtBUh">/pages/lOpEVQMbPrLFN0JOtBUh</a></td><td><a href="/pages/lOpEVQMbPrLFN0JOtBUh">/pages/lOpEVQMbPrLFN0JOtBUh</a></td></tr><tr><td align="center"><strong>Stages</strong></td><td>Stages allow developers and form builders to manage dev/test/prod-style stages for forms to match their SDLC.</td><td><a href="/pages/4i1Wpm15aXfAZWU11Va8">/pages/4i1Wpm15aXfAZWU11Va8</a></td><td><a href="/pages/4i1Wpm15aXfAZWU11Va8">/pages/4i1Wpm15aXfAZWU11Va8</a></td></tr><tr><td align="center"><strong>Multi-Tenancy</strong></td><td>Learn about using projects to manage multi-tenant deployments.</td><td><a href="/pages/r2gojdrNu3XfoWHqrLm9">/pages/r2gojdrNu3XfoWHqrLm9</a></td><td><a href="/pages/r2gojdrNu3XfoWHqrLm9">/pages/r2gojdrNu3XfoWHqrLm9</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.form.io/admin/projects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
