> For the complete documentation index, see [llms.txt](https://docs.cottfile.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cottfile.com/admin-guide/organizations.md).

# Organizations

The Organizations page lets you view law firms and other organizations registered on the platform.

{% hint style="info" %}
This page is currently read-only. You can view organization details and membership, but management actions (editing, disabling, merging) are coming in a future release.
{% endhint %}

## What You Can See

* **Organization name** and type (Law Firm, Government Agency, etc.)
* **Member count** -- number of users associated with the organization
* **Org Admin** -- the user who created and manages the organization
* **Created date**

## How Organizations Are Created

Organizations are created by filers during onboarding, not from the Admin Panel. When a user selects the **Org Admin** role during registration, they create an organization and become its administrator. Other users can join an existing organization via an invite link sent by the Org Admin.

## Org Admin Self-Service

Organization administrators manage their own settings from the **Filer Portal > Settings** page, including:

* Organization profile (name, address, contact info)
* Team member invites and removal
* Shared billing card for filing fees
* Notification preferences

For details on what Org Admins can configure, see the [Filer Settings](/filer-guide/settings.md) page.

{% hint style="info" %}
**📹 GIF:** The Organizations page -- scrolling through the list of registered organizations, seeing member counts and org admin names for each.
{% 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:

```
GET https://docs.cottfile.com/admin-guide/organizations.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.
