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

# Creating Projects

Projects are logical groupings of workspaces within an organization. You can create multiple projects to reflect your team structure, environments, or application boundaries.

{% hint style="info" %}
You need the **Manage Workspaces** permission at the organization level to create, edit, or delete projects.
{% endhint %}

### Creating a Project

Click **Projects** in the main menu and then Click the **New project** button.

<figure><img src="/files/stfxUCYC3rBKXPoGOQ97" alt=""><figcaption></figcaption></figure>

Enter a name for the project and click **Create project**.

<figure><img src="/files/fHbl4aXFNQ2A0NGB8IOk" alt=""><figcaption></figcaption></figure>

The project will appear in your projects list. Before assigning workspaces, configure team access to grant the necessary permissions.

{% hint style="info" %}
Only organization members with organization-level Write permissions or higher can manage workspaces. To delegate workspace management to other teams, configure project-level team access first. See [Team Access](/user-guide/projects/team-access.md) for details.
{% endhint %}

### Editing a Project

Open the project you want to edit by clicking its name in the projects list. Navigate to the \*\* \*\* tab on the project detail page.

<figure><img src="/files/FtzxEYuflj0fBEVesFev" alt=""><figcaption></figcaption></figure>

Update the project name and click **Save**.

<figure><img src="/files/4Tno3YSj6gdAZhgr9Mnk" alt=""><figcaption></figcaption></figure>

### Deleting a Project

Open the project you want to delete and navigate to the **General** tab. Click the **Delete project** button.

<figure><img src="/files/grcnb8WwrIquscGUJqXa" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
A project cannot be deleted while it still has workspaces assigned to it. Remove or reassign all workspaces before deleting the project.
{% endhint %}


---

# 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://docs.terrakube.io/user-guide/projects/creating-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.
