> 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/activity-credits.md).

# Activity credits

Activity credits are used to measure certain tasks completed in the Dscout platform. While Dscout does not limit the number of projects or missions you can build, your ability to complete those missions with actual participants is limited by your available activity credits.

Activity credits apply to an entire Dscout account and all of its users. So, if others within your organization also use Dscout, you are all working with the same allotment of activity credits. This also applies if you’re using workspaces. Each workspace in Dscout has its own activity credits allotment, but it applies to everyone working in that workspace.

You can view your activity credits—including those used and remaining—on the **Account management** page in Dscout.

![](/files/e337aee9464f761e8969f273da15970fb640186d)

{% hint style="info" %}
You can access the **Account management** page by clicking the name of your Dscout account in the sidebar navigation. Then, click the **Settings (gear)** icon. If you don't have access to this page, contact your Dscout Account Owner.
{% endhint %}

## What counts as an activity credit?

An easy way to think of an activity credit is that it represents a piece of data collected using Dscout that can then be analyzed. For example, you can analyze a completed interview session, so that counts as an activity credit. However, an interview session that has been scheduled but not conducted can’t be analyzed, so that doesn’t count as an activity credit.

Here’s a breakdown of what counts as an activity credit for each type of Dscout mission:

| Mission type                                                                                | Activity credits required                                      |
| ------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| **Usability tests**, **media surveys**, **intercept studies**, and **AI moderated studies** | 1 completed study entry = 1 activity credit                    |
| **Diary studies**                                                                           | 1 completed diary activity = 1 activity credit per participant |
| **Interview studies**                                                                       | 1 completed interview session = 1 activity credit              |

For each participant who completes your mission, you’ll have 1 entry. So, if 50 people take part in your mission, you’ll need 50 activity credits.

Each Diary mission can include multiple activities. So, the number of activities in your mission will determine how many activity credits you need for each participant. However, activity credits needed for Diary missions are capped at 5. So, if your mission includes 7 activities, you’ll still only need 5 activity credits per participant.

Each interview session involves one participant. So, if your interview study has 20 participants, you’ll need 20 activity credits.

{% hint style="info" %}
Activity credits may also be required when recruiting from Partner Panels. For more information, contact your Dscout Account Manager. And to learn more about Partner Panels, see [Partner Panels](/recruit-participants/partner-panels.md).
{% endhint %}

## How can I get more activity credits?

The number of credits available in your Dscout account is determined by your Dscout subscription. If you need more activity credits, contact your account owner (listed on the right side of the Dscout home page). If you are the owner of your Dscout account, contact your Dscout Account Manager to discuss your options.

## What’s the difference between activity credits and “completes”?

Dscout used to measure the above activities using “completes,” which worked similarly to activity credits. If your account has not made the switch to activity credits or you have any questions, reach out to your Dscout Account Manager.


---

# 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/activity-credits.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.
