# Where Can I Get the Account Group Token?

The account group token is an alphanumeric string used to bind an [Enterprise Agent](https://docs.thousandeyes.com/product-documentation/enterprise-agents/what-is-an-enterprise-agent) to a specific account group.

The token can be retrieved on two different pages in the ThousandEyes platform: the [**Account Settings Page**](#account-settings-page) and the [**Agent Settings Page**](https://github.com/thousandeyes/docs/blob/prod/product-documentation/global-vantage-points/enterprise-agents/getting-started/agent-settings-page/README.md).

## Account Settings Page

The account group token can be found on the **Manage > Account Settings > Users and Roles** page:

1. Select the **Account Groups** tab.

   In order to see the **Account Groups** tab, you must have the [Organization Admin role](https://docs.thousandeyes.com/product-documentation/user-management/rbac/role-based-access-control-explained) or a role with the *View all account groups settings* permission.
2. In the list of account groups, select the one whose account group token you need.
3. In the **Edit Account Group** dialog, click the eye icon to show the token.

## Agent Settings Page

The account group token can also be found on the **Network & App Synthetics > Agent Settings** page:

1. Select the **Enterprise Agents** tab.
2. Click **Add New Enterprise Agent**.
3. In the **Add New Enterprise Agent** dialog, select the **Appliance** tab.
4. Click the eye icon to show the token.

   In order to see the token, the user must have a role with the *Edit agents in account group* permission.

## Related Information

The following articles provide additional information on this topic:

* [Role-Based Access Control](https://docs.thousandeyes.com/product-documentation/user-management/rbac) shows how to manage your own user account, security settings, contact information, and information about your organization.
* [Changing Ownership of a Test](https://docs.thousandeyes.com/product-documentation/tests/changing-ownership-of-a-test) illustrates how ownership of the test can be changed to a different account group, subject to certain restrictions.
* [Working with Agent Settings](https://docs.thousandeyes.com/product-documentation/thousandeyes-basics/working-with-agent-settings) explains how to install new agents, including the account group token configuration.


---

# 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.thousandeyes.com/product-documentation/global-vantage-points/enterprise-agents/getting-started/where-can-i-get-the-account-group-token.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.
