# Projects

Welcome to the Project Dashboard, your central hub for managing all your app projects within a specific organisation. Here, you can access and organise all the apps associated with the selected organisation, making it easy to oversee and coordinate your app development efforts.

#### Overview

Upon clicking on an Organisation folder, you'll be directed to the Project Dashboard, where you'll find a list of all the projects (apps) within that specific organisation. Each project represents a unique app that you're developing for the organisation.

<figure><img src="/files/lSlpVN42w8y66qP5TNgT" alt=""><figcaption><p>Project Dashboard</p></figcaption></figure>

## Add New Projects

Easily create new projects by clicking on the "+ New Project" button.

<figure><img src="/files/pe3P99JSiWBdTQBfOGGI" alt=""><figcaption><p>Add New Project</p></figcaption></figure>

This feature opens a modal where you can input the project name and choose a template. Templates provide a quick starting point for your app development, allowing you to kickstart your project with pre-designed layouts. You can start with a blank project or select from available templates, including clones of your previous app projects, all of which can be customised or started from scratch. We recommend starting from a template while you get used to the app.&#x20;


---

# 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://learn.reptile.app/help-guides/getting-started-on-cms/reptile-editor-and-tools/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.
