> For the complete documentation index, see [llms.txt](https://help.fixfolio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fixfolio.ai/en/enterprise/startguide/enterprise_admin.md).

# Getting Started as an Enterprise Administrator

## 1. Sign up

* With the email address you will use as the enterprise administrator account [**\[Sign-up page\]**](/en/start/signup-login.md#id-1)Please refer to it and complete sign-up first.
* All users invited to the enterprise organization must also complete sign-up in advance, so <mark style="background-color:blue;">**please ask all users to be invited to the organization to sign up in advance**</mark>.

## 2. Invite users

First, invite all users who will join the enterprise organization. Invitations are only available to users who have completed sign-up.

1. From the left menu on the main screen, **\[Enterprise Management]** click   , then **\[Users]** go to the page
2. **\[Invite Users]** button click
3. Enter the user's email address and select a role (enterprise administrator/user), then **\[Invite]** click   &#x20;to complete the user invitation

<figure><img src="/files/9f096a6a4d7b9ab7a7a35f60f3502069a2b9e4e8" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %} <mark style="background-color:blue;">**Only users who have completed sign-up can be invited.**</mark>
{% endhint %}

{% hint style="info" %}
**User role guide**

* **Owner:** As the organization owner, has the same privileges as an enterprise administrator <mark style="background-color:blue;">**(To change the owner, please contact <help@fixfolio.ai>)**</mark>
* **Enterprise Administrator:** A user with full organization management privileges who can **'manage the organization, invite and manage users, create and manage teams, set credit budgets for each team, top up credits, check credit usage status, and manage all reference assets'** available
* **User:** General users other than enterprise administrators (including team administrators)
  {% endhint %}

## 3. Create teams and assign credits

Create teams and set the credit limit each team can use.

1. From the left menu, **\[Teams]** go to the page
2. **\[Create New Team]** button click
3. Enter the team name, input the credit limit to assign to that team, then **\[Create Team]** button click

<figure><img src="/files/d0ba66e90b3204e1d66309f61950a6aec84e1a53" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**When creating a team, you can set a credit limit for each team, and afterward you can switch via the \[Credit Budget] button to a mode where you can use credits freely within the contract credit range without a separate budget limit. For more details, please refer to the** [**\[Team Management page\]**](/en/enterprise/manual/enterprise_admin.md#id-2)**.**
{% endhint %}

## 4. Add team members

After creating a team, add team members. For each team, we recommend designating at least one team administrator for smooth operation. Team administrators can add and manage team members, and also check the team's credit usage status.

1. For the team that needs team member additions, **\[Team Members]** button click
2. **\[Add Member]** button click
3. After selecting the email address of the member to add and choosing their role (administrator/member), **\[Add]** button click

<figure><img src="/files/f60c88045cf50fa9d4dc8552d53fa7ad39b5b57c" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %} <mark style="background-color:blue;">**Members are**</mark> [<mark style="background-color:blue;">**user invitation**</mark>](/en/enterprise/startguide/enterprise_admin.md#id-2)<mark style="background-color:blue;">**can only be added after it is completed.**</mark>
{% endhint %}

{% hint style="danger" %}
**General users can log in to the organization only after being assigned to a team (member added).**
{% endhint %}

{% hint style="info" %}
**Member role guide**

* **Administrator:** Add and manage members, check credit usage status
* **Member:** Can create content within the team and view the results
  {% endhint %}


---

# 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.fixfolio.ai/en/enterprise/startguide/enterprise_admin.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.
