> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/account-management/organization-account-settings/manage-organization-account-settings.md).

# Manage organization account settings

You'll find information about your organization's Dscout account on the account management page. Here, you can view details about activity credits, manage projects and users, set up SSO, and more.

{% hint style="info" %}
Access to certain account management pages is restricted based on user role. If you don't see a page you believe you should have access to, reach out to your Dscout account owner. For more information, see [User roles and permissions](/getting-started/dscout-quickstart-guide/user-roles-and-permissions.md).
{% endhint %}

**To access the account management page:**

{% stepper %}
{% step %}
In the sidebar navigation, click your Dscout account name. A drop-down opens displaying the accounts you belong to.
{% endstep %}

{% step %}
Click the **Settings** icon beside the account where you want to enable Google Sign-In. The **Account management** page is displayed.

![](/files/418c9312cd2530709e41ec2f538285a48cd18827)
{% endstep %}
{% endstepper %}

The sections below include details on what can be found on each page and tab.

## Overview

![](/files/bb49d9f723e315026a80c25d98989e52d33ee2ce)

This tab displays an overview of your account's license information, including your organization's account owner. Researchers, admins, and Account Owners are able to see this tab.

## Projects

![](/files/29eb0c2e3058630f3bae126211700cb1cebdb313)

This tab shows all projects in the account along with pertinent details. Account Owners, researchers, and admins are able to see this tab. Clicking on a project row will bring up even more details about the project.

Clicking on a project row will bring up even more details about the project:

![](/files/22ac38c63c46ac817e4ca0256ff4f54de9cebfeb)

## Users

![](/files/eaed4879b80f06bfb097e9f0f0fb44fec6c164ea)

This tab shows all people added to the account, along with their contact information and roles. Researchers, Account Owners, and admins see this tab. Account Owners and admins may [add and remove members](/getting-started/dscout-quickstart-guide/user-roles-and-permissions.md), as well as change current users' roles.

## Settings

### General

Admins and Account Owners may access and adjust these account-wide settings. Before changing any default settings, you may want to consult with your Dscout Research Advisor or Account Manager.

* Session timeout (**Select** plans only): set this setting to determine when users are automatically logged out of Dscout after a certain length of inactivity. Watching videos doesn’t count towards activity. Log back in or adjust your timeout in settings if your session times out.
* Require two-factor authentication: enable to require all users on your account use 2FA to log into Dscout.
* Allow reply-to-email: allows users to reply to scout comment or messages by responding directly to the email notification they received, instead of requiring them to respond via Dscout.
* Subscribe account owner to all project notifications: enables all notification emails on all projects for the account owner.
* Data deletion: used to enable automatic data deletion upon completing a project. Learn more in [Project data deletion](/account-management/organization-account-settings/project-data-deletion.md).

![](/files/5a5bb0b002e4e3cdaa726f2638a4747d73f3147f)

### Company Branding

Use this tab to set up company branding for you account (learn more in [Company branding](/account-management/organization-account-settings/company-branding.md)).

![](/files/e1ab3796676b2ad33627e92dde7eaf457658f2f1)

### SSO

Use this section to manage your account's SSO setup. For more information, see [Set up SAML SSO](/account-management/user-management-and-security/set-up-saml-sso.md).

![](/files/7b576787e2c1cb2540d1637b8cc153819ab757ec)

### Billing

Account Owners, Researchers, and Admins can see this tab, and each may add one credit card to the account.

![](/files/dc39995273686e138201ad1a92e95cf5c513955c)

### Integrations

Researchers, admins, and Account Owners may integrate Dscout with Slack. [Read more](/integrations/dscout-slack-integration.md) about integrating Dscout and Slack.

![](/files/1bfb49c26670a84c253c80d5a35d20bc7f39973a)


---

# 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.dscout.com/account-management/organization-account-settings/manage-organization-account-settings.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.
