> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/fabricate/fabricate-accounts-and-users/managing-account-users/displaying-the-list-of-account-users.md).

# Displaying the list of account users

To display the list of account users:

1. In the user menu, click **Account Settings**.
2. On the **Account Settings** page, click **Users**.

<figure><img src="/files/pvcWo7aNUpntWGnDOGtC" alt=""><figcaption><p>Users list for an account</p></figcaption></figure>

For each user, the **Users** list contains the following information:

* The user name and email address.
* The user's workspace access. For each workspace that the user has access to, lists the workspace name and the access role. For more information, go to [Configuring access to a workspace](/fabricate/workspaces/configuring-access-to-a-workspace.md).
* The user's account role. For more information, go to [Assigning account roles to users](/fabricate/fabricate-accounts-and-users/managing-account-users/account-roles.md).
* The user's AI usage so far, for the usage limit timeframe. For example, if the usage limit is for every 30 days, then the usage is for the past 30 days.
* The user's AI usage limit for the timeframe.\
  \
  For information on how to configure the default per-user AI usage limit, go to [Tracking and limiting AI usage and cost](/fabricate/about-fabricate/fabricate-pricing-and-ai-usage/tracking-and-limiting-ai-usage-and-cost.md#configuring-the-default-per-user-ai-usage-limit).\
  \
  For information on how to customize the AI usage limit for an individual user, go to [Tracking and limiting AI usage and cost](/fabricate/about-fabricate/fabricate-pricing-and-ai-usage/tracking-and-limiting-ai-usage-and-cost.md#tracking-and-limiting-ai-usage-for-specific-users).

Each user counts against the allowed [user seats](/fabricate/about-fabricate/fabricate-license-plans.md#about-user-seats-for-the-enterprise-plan) for the account.


---

# 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://docs.tonic.ai/fabricate/fabricate-accounts-and-users/managing-account-users/displaying-the-list-of-account-users.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.
