# Enabling extra services

Nuvolos offers video library, high-performance computing, and database tables as optional services that you can enable or disable at three levels:

* [Resource pool level](/pricing-and-billing/resource-pools-and-budgets.md#enabling-services-resource-pool-level)
* Organization level
* Space level

{% hint style="warning" %}
A feature must be enabled at all higher levels before you can activate it at a lower level. If your organisation's resource pool doesn't support a feature you need, contact your resource pool manager to enable it.
{% endhint %}

{% hint style="info" %}
Disabling a feature won't affect spaces where it's already enabled. Those spaces will keep the feature, but users won't be able to enable it for new spaces.
{% endhint %}

## Resource pool level settings

1. In the top right corner of your screen is the **Account & Settings** menu.
2. Navigate to **Account & Settings** > **Resources**.
3. Scoll down to the **Additional services** section on the **OVERVIEW** tab.
4. Enable/disable the services you want.

## Organisation level settings

1. On the dashboard, make sure the organisation is selected and you have the [**organisation manager** role](/administration/roles.md#manager).
2. Select the **cogwheel** button on the dashboard top right and select **Organization settings**.
3. You can enable services which are already enabled on the resource pool level.

## Space level settings

1. Navigate to the space.
2. On the sidebar click the Cogwheel icon and select **Project Configuration**.
3. Find the additional services under the **GENERAL SETTINGS** tab.


---

# 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.nuvolos.com/administration/enabling-extra-services.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.
