# Organisation Management

This article is for those who wish to create and manage Organisations.

{% hint style="info" %}
Tip: Refer to [Applicant Registration](broken://pages/2e25b44aaa1669d778ea47e5bc54d8af25a0879d) to understand the role of an Organisation.
{% endhint %}

There are two ways of creating organisations:

* Via an Applicant Organisation that is already registered.
* During the signup process. See [Applicant Registration.](broken://pages/2e25b44aaa1669d778ea47e5bc54d8af25a0879d)

#### Creating an additional organisation when you are already registered

{% stepper %}
{% step %}

### Sign in

Sign in to your account using your email and password.
{% endstep %}

{% step %}

### Open organisation menu

On your Dashboard, within the left hand menu under **Applying on behalf of** click **+ Create Another**.

![Create Another Organisation](/files/0b2e54b759140a52ec5a59cb23a4d0237f321c49)
{% endstep %}

{% step %}

### Enter organisation name

Enter the name of the Organisation, then click **Save.**
{% endstep %}

{% step %}

### Complete registration form

Complete the registration form for your new Organisation, then click **Submit**.

Note: you will not be able to click the Submit button until you have completed all fields with an asterisk (\*).
{% endstep %}

{% step %}

### Return to Dashboard

You will be redirected back to your Dashboard where you can apply under your new organisation. You can switch between organisations at any time.

![Applicant Dashboard-1](/files/087cb226c47eb3f984079da7011196d2fa8fb790)
{% endstep %}
{% endstepper %}

Tip: You can edit and delete an organisation later if needed. Users in the Organisation may also leave later on.

## How to invite additional users to an Organisation

{% tabs %}
{% tab title="Option 1 — During Registration" %}
When you are registering a new Organisation you can invite additional users to have access to the Organisation at the bottom of the Registration Form by clicking **Invite Users**.

![](/files/63a636990ec363871965d382031e795023c2d4ad)

![](/files/5e409a8b10c36cdc7844a8b03a0db56b74b7696c)
{% endtab %}

{% tab title="Option 2 — From a Registered Organisation" %}
Within the left hand menu of a Registered Organisation, click **Manage Members**.

![](/files/a83055c9187a6d71df0fb76d9c37b27f42619bcb)

In the top right of the screen click **Add Member**.

![](/files/091238bbd455f4f1841fe732371f3d01bac4f266)

Enter the name and email of the user then click **Invite** — this will send them an invitation email to complete their password and get access to your Organisation.

![](/files/55796e4ff651c46c9eac6cbd21d79599940ff433)

If the user already has an account within the system they will be sent an invite within their portal to accept.

![](/files/c247f487f97a392e38a8f9d7c9e2f0655577cf03)
{% endtab %}
{% endtabs %}


---

# 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://help.tahua.io/knowledge-base/applicant-help-guides/accounts/organisation-management.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.
