# Organization Management

The "My Organisation" section in Fater allows you and your team administrators to view key details, monitor usage, manage members, and handle billing for your organization's account.

**Accessing Organization Management:**

1. Navigate to your **Fater Dashboard**.
2. In the **Left Sidebar**, click on the **"My Organisation"** tab (🏢 icon).
3. The **Main Content Area** will now display the Organization Management interface.

***

### Organisation Overview

At the top of the Organization Management view, you'll find basic details about your organization:

* **Organisation Logo:** Your company's logo is displayed prominently.
  * **Admins:** If you are an Organisation Admin, you can hover over the logo area and click to upload or change the logo image (supports PNG, JPG, GIF, SVG, WebP; max 5MB).
* **Organisation Name:** The registered name of your organization.

***

### Credits & Usage Monitoring

This section provides insights into your organization's current credit status:

* **Remaining Credits:** Displays the total number of AI Credits currently available across all active plans for your organization. [Billing & Subscription](/fater-ai-docs/billing-and-subscription.md)
* **Overage Status:** Indicates whether your organization is allowed (`Enabled`) or not allowed (`Disabled`) to continue making AI generations if your credit balance reaches zero. This is typically configured in custom enterprise plans for billing at the end of the month for extra consumptions without blocking production.

***

### Organisation Statistics

Get a quick overview of your organization's activity:

* **Total Members:** The current number of users associated with your organization account.
* **Total Projects:** The total number of projects created by members of your organization.
* **Total Generations:** The cumulative number of AI generations performed across all projects in your organization.

***

### Managing Members (Organisation Admins Only)

If you are an Organisation Admin, you will have access to member management tools:

* **Viewing the Member List:** See a list of all current users who are part of your Fater organization.
* **Adding New Members (Inviting Users):**
  * Click the `+ Add Member` button.
  * Enter the email address of the person you wish to invite.
  * An invitation email will be sent, allowing them to create or connect their account to your organization.
* **Managing Pending Invitations:**
  * A separate list shows invitations that have been sent but not yet accepted.
  * You can typically **Resend** an invitation if needed.

***

### Managing Your Organisation's Plan

This section relates to your subscription and active plans:

* **Viewing Active Plans:** *(Details may vary based on plan structure)* Displays information about the currently active subscription plan(s) for your organization, potentially including activation/expiration dates and included credits.
* **Purchasing or Upgrading Plans:** You may find options or links here to purchase new credit packs or upgrade your organization's subscription tier. [Billing & Subscription](/fater-ai-docs/billing-and-subscription.md)


---

# 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://fater.gitbook.io/fater-ai-docs/organization-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.
