> 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/organizations-and-projects.md).

# Organizations and Projects

- [Organizations](https://help.transform.ai/organizations-and-projects/organizations.md): Use Organizations to separate work by client, department, or business unit.
- [Create an Organization](https://help.transform.ai/organizations-and-projects/create-an-organization.md): Create an organization to separate work by client, department, or business unit.
- [Organization Settings and Management](https://help.transform.ai/organizations-and-projects/organization-settings-and-management.md): Manage Organization details, access patterns, segmentation, and the Projects inside the Organization.
- [Create Projects and the Details Page](https://help.transform.ai/organizations-and-projects/create-projects-and-the-details-page.md): Create a Project, update key fields on the details page, and locate deeper settings.
- [Project Structure and Hierarchy](https://help.transform.ai/organizations-and-projects/project-structure-and-hierarchy.md): Understand how Organizations, Projects, sections, and work items roll up for navigation and reporting.
- [Project Settings and Configuration](https://help.transform.ai/organizations-and-projects/project-settings-and-configuration.md): Control access, fields, defaults, and integrations for a single project.
- [Project Sections](https://help.transform.ai/organizations-and-projects/project-sections.md): Organize project work into phases, sprints, and workstreams.
- [Understanding Access Levels](https://help.transform.ai/organizations-and-projects/understanding-access-levels.md): Learn how access scope works (Account, Organization, Project) for assigning the right roles.
- [Add Teammates](https://help.transform.ai/organizations-and-projects/add-teammates.md): Invite Teammates and manage access by scope (Account, Organization, Project).
- [User Roles and Permissions](https://help.transform.ai/organizations-and-projects/user-roles-and-permissions.md): Understand roles, permissions, and how they apply at Account, Organization, and Project scope.
- [Team Management](https://help.transform.ai/organizations-and-projects/team-management.md): Invite Teammates, assign roles by scope, and keep access aligned to delivery needs.
- [Projects](https://help.transform.ai/organizations-and-projects/projects.md): Use Projects to manage one transformation initiative end-to-end.
- [Understanding Organizations and Projects](https://help.transform.ai/organizations-and-projects/understanding-organizations-and-projects.md): Learn how Organizations and Projects structure delivery work and access scope.


---

# 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/organizations-and-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.
