# Adding your team

In tiny+ all users are known as Team Members. You can add Team Members with Active accounts, which will affect your subscription, or as Ghost accounts, which will not.

## Adding a new Team Member

Navigate to the Team Members page from the main menu. On the right hand side, select the blue **+ new team member** button.

![](/files/-Lpf9S5mgv9YkXGpd4kO)

Fill in the user's full name, title and company email address. When you click **Create team member**, an invitation will be sent to their company email address if you set their account type to `Active`. No email invitation is sent if `Ghost` is selected.

And that's it!

## Understanding user account types

When managing Team Members, there are three possible states a user account can be in.&#x20;

| Account Type  | Incurs Billing? | Description                                                                                                                                                                                                             |
| ------------- | :-------------: | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Active`      |       Yes       | An active user is granted access to log into and use tiny+.                                                                                                                                                             |
| `Ghost`       |        No       | A ghost user can be assigned projects, companies and other records, but cannot log into or access tiny+. Their record is visible in staff member lists.                                                                 |
| `Deactivated` |        No       | A deactivated account can not be assigned to projects, companies and other records, and cannot log into or access tiny+. Their record is obscured from staff member lists but remains visible for historical reference. |

The `Ghost` user is especially useful for setting up new accounts. You can create records for your team members, import content for their accounts and then change their status from Ghost to Active when you are ready for users to access tiny+.

## When a Team Member leaves

If a team member leaves the business you can change their role to `Deactivated`. This removes them from your Account's subscription so you are no longer charged for their account. And you can still reference their associated projects, companies and contacts.&#x20;

You can re-activate a Deactivated team member by changing their status back to `Active`. This will send them a new invitation email.

When you're ready, you can also choose to delete the team member record entirely.

## The Account Admin role

By default, all users have limited permissions to access tiny+. You can grant particular users Account Admin status after you have created their Team Member record, either from the *Account Settings -> Users* screen, or on the individual Team Member page, by selecting **Make an account admin** from the **\[...]** menu button.

![](/files/-LpfBcq7fqFbST6IdT6q)

Account Admins have unrestricted access to your account, including access to all records, and user and subscription management.

You can revoke the Account Admin role at any time in the same location.


---

# 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://docs.tiny.plus/guides/getting-started/adding-your-team.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.
