> 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.md).

# Organization account settings

Users designated as an Account Owner on subscription accounts will have access to the Admin Overview. Here you’ll have an overview of key account details, including details about your account usage, renewal dates, and points of contact. Check out our breakdown of all your dashboard details below.

![](/files/8551e43efc161efeb314963364a194e3aa74acdc)

* **Subscription:** a monthly countdown (“remaining subscription”) until the end of your subscription period, as well as exact start and end dates for your subscription.
  * Account Owners will receive 30/60/90 days-to-renewal emails prior to the end of the subscription end date.
  * If you are the Account Owner for a trial subscription account, you will receive this email at 30 days only.
* **Seats assigned:** the number of seats you’re currently using / seats purchased. Learn more about adding users [here](/account-management/organization-account-settings/manage-organization-account-settings.md).
* **Contact info:** you can find your Dscout contacts information here—Account Managers for any account related questions + requests, and Lead Research Advisor for any research-specific questions.
  * Pro tip: running into technical issues? Tap the “?” in the top right corner to reach Dscout's Support team! Please note that the Support team cannot assist with account purchases such as adding more seats or support hours.
* **Support hours:** details support hours purchased, used to date, and remaining. Support hours include time your Research Advisor(s) spend supporting you in your research goals—including things such as design reviews.
* **Incentive expenses & fees:** details your account’s incentive balance, used to date, and remaining. Note that this only includes incentives handled by Dscout and not rewards you and your team have handled off-platform.
* **Activity Credits:** details the number of [Activity credits](/account-management/organization-account-settings/activity-credits.md) purchased, used to date, and remaining. *Note: Not all accounts are set up to use “Activity Credits” as a metric, and may still be using* [*Completes*](/account-management/organization-account-settings/activity-credits.md)*. Email your Dscout Account Manager if you have questions about how Completes are tracked.*

{% hint style="info" %}
Support hours, incentives, and Activity Credit data is updated hourly. Account Owners will receive an email when 20% of any of these balances remains, and/or you reach or exceed your balance. You can enable or disable these balance emails by going to your [Notifications Page](https://app.dscout.com/settings/notifications).
{% 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, and the optional `goal` query parameter:

```
GET https://help.dscout.com/account-management/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.
