> For the complete documentation index, see [llms.txt](https://help.transform.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.transform.ai/getting-started/tutorial-creating-an-organization-and-project.md).

# Tutorial: Creating an Organization and Project

### Overview

Organizations separate work by client, department, or business unit.

Projects contain delivery work for one transformation initiative.

### Key Concepts

* **Organization**: top-level client or department container
* **Project**: delivery container inside an Organization
* **Scope**: current Account → Organization → Project context

### How It’s Used

Use this tutorial during initial rollout.

Use this tutorial when onboarding a new Organization.

### Benefits

* Clear separation of work across organizations
* Cleaner access control by scope
* Faster navigation with fewer “wrong project” edits

### Setup Steps

{% stepper %}
{% step %}

### Create an Organization

1. Navigate to **Organizations**.
2. Select **New organization**.
3. Enter an Organization name.
4. Select **Create**.

Related: [Create an Organization](/organizations-and-projects/create-an-organization.md)
{% endstep %}

{% step %}

### Create a Project

1. Open the Organization.
2. Select **New project** (or **Add project**).
3. Enter a Project name.
4. Select **Create**.

Related: [Create a Project](/getting-started/create-a-project.md)
{% endstep %}

{% step %}

### Confirm scope and navigation

1. Open the Project.
2. Confirm breadcrumbs show the correct Organization and Project.
3. Use left navigation to open **Requirements** and **Tasks**.

Related: [Understanding the Interface](/getting-started/understanding-the-interface.md)
{% endstep %}
{% endstepper %}

### Best Practices

* Use one Organization per client or department.
* Establish a Project naming convention early.
* Invite Teammates at the lowest scope that works.

### Summary

Next actions:

* [Add Teammates](/organizations-and-projects/add-teammates.md)
* [Understanding Access Levels](/organizations-and-projects/understanding-access-levels.md)
* [Blueprint Fundamentals](/blueprints/blueprint-fundamentals.md)


---

# 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.transform.ai/getting-started/tutorial-creating-an-organization-and-project.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.
