> For the complete documentation index, see [llms.txt](https://docs.probe.splx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.probe.splx.ai/settings/platform-settings/organization-settings/credit-allocation.md).

# Credit Allocation

All credits from your [**Subscription**](/settings/platform-settings/organization-settings/subscription.md) can be allocated per workspace. This functionality is optional and can be applied to some workspaces while not applied to others.

Navigate to the [**Organization Setting**](/settings/platform-settings/organization-settings.md) and select the **Credit Allocation** from the navigation bar on the left side to start allocating your organization credits to workspaces.

Click the **Edit** button next to your workspace to open the Workspace Credit Allocation modal and allocate credits.&#x20;

#### Workspace Credit Allocation Modal

The modal displays the workspace name and the number of credits already used, and enables you to:

1. **Set Credit Limit:**
   * Enter the desired **Credit Limit** for the workspace.
   * This limit restricts how many credits can be used for new test runs by all members within that workspace.
2. **User Notifications:**
   * Expand the **User Notifications** section to enable credit alerts.
   * Enter a percentage threshold that triggers a notification when remaining credits drop below it.
   * Use the toggle switches next to each user to select who should receive notifications, multiple users can be chosen.
   * Notifications are sent via email when a user action causes workspace credits to fall below the specified threshold.

<figure><img src="/files/760VIG5AoRFyoirV142l" alt=""><figcaption><p>Figure 1. Workspace Credit Allocation Interface</p></figcaption></figure>


---

# 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.probe.splx.ai/settings/platform-settings/organization-settings/credit-allocation.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.
