# Organizations

Organizations in the Regen App make it easy for teams, companies, and institutions to collaborate on ecological projects under a shared identity.

An **organization** represents your group on the Regen Network — a collective account that can create and manage projects, hold and distribute ecological credits, and coordinate contributions from multiple members.

Through **role-based permissions**, organizations enable transparent and secure teamwork. You can invite members, assign specific roles, and control who can view, edit, or manage each part of your organization’s work. Members can also collaborate on individual projects, where roles can be tailored further to match specific responsibilities.

Behind the scenes, each organization is backed by an on-chain governance structure (a DAO powered by [DAO DAO](https://daodao.zone/)), which ensures that ownership, permissions, and transactions are managed securely and transparently. The Regen App provides a simple interface so you can handle everyday operations without needing to understand the technical details.

***

#### Learn More

* [**Create an Organization**](/guides/regen-app-project-developers-and-land-stewards/organizations/create-an-organization.md) — Set up a new organization and profile to represent your team.
* [**Manage Organization Members**](/guides/regen-app-project-developers-and-land-stewards/organizations/manage-organization-members.md) — Add, remove, or update team members and their roles.
* [**Manage Project-Specific Collaborators**](/guides/regen-app-project-developers-and-land-stewards/organizations/manage-project-collaborators.md) — Control who can access and contribute to individual projects.


---

# 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://guides.regen.network/guides/regen-app-project-developers-and-land-stewards/organizations.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.
