---
title: "Sub-organisations | Unitag Documentation"
description: "Split a Unitag account into sub-organisations that mirror your departments, set administration tiers, and share assets between the teams."
canonical: "https://www.unitag.io/documentation/organisations/sub-organisations"
locale: "en"
route: "/organisations/sub-organisations"
---

# Sub-organisations

Sub-organisations are a way to manage organisations by creating department-like entities. Define different administration tiers and share your assets between them to manage large amounts of numeric resources.

![The sub-organisations panel, with its create and delete buttons and the user counter](https://www.unitag.io/documentation/images/orga/orga-sub-orga-panel.webp)

## Create a Sub-Organisation

To create a sub-organisation, first go to your settings, into the Organisations tab:

- Within the Sub-Organisations section, click Create a sub-organisation.
- Give your sub-organisation a name.
- Decide if Users added to this new sub-organisation will be able to use your credits to create new assets.
- Click on Create sub-organisation.

![The Create sub-organisation dialog, with a name field and a choice about credit use](https://www.unitag.io/documentation/images/orga/orga-create-suborga.webp)

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/organisations/sub-organisations#article",
    "headline": "Sub-organisations",
    "url": "https://www.unitag.io/documentation/organisations/sub-organisations",
    "description": "Split a Unitag account into sub-organisations that mirror your departments, set administration tiers, and share assets between the teams.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "Organisations",
    "isPartOf": {
      "@type": "WebSite",
      "@id": "https://www.unitag.io/documentation/#website"
    },
    "publisher": {
      "@type": "Organization",
      "@id": "https://www.unitag.io/#organization",
      "name": "Unitag"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://www.unitag.io/documentation"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Organisations",
        "item": "https://www.unitag.io/documentation/organisations/introduction"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Sub-organisations",
        "item": "https://www.unitag.io/documentation/organisations/sub-organisations"
      }
    ]
  }
]
```
