# Require Whitelisting for a Credential

{% hint style="info" %}
Whitelisting is only applicable for **Dynamic Credential Vaults**.
{% endhint %}

### Enable whitelisitng on a dynamic credential vault:

1. Navigate to the Credential Vaults and choose the desired **Dynamic Vault**.
2. Edit Credential Vault and toggle the choice for "**Require Whitelisting**"&#x20;
3. Save the changes

<figure><img src="/files/jODWe4BTgA4J3p8Fp4Gy" alt=""><figcaption></figcaption></figure>

User will then be prompted to submit a whitelisting request when trying to request for credentials. This request can then be approved by the company on whitelist section. [Whitelist](/company-guide/whitelist.md)

When request for whitelist is approved for a user:

1. **Auto-Assign Vaults:**
   * If credentials are available, the system will automatically assign them to the user.
   * If no credentials are available, the user will be provided the option to click **Claim Asset** to manually proceed.
2. **Request-Based Vaults**:
   * A credential request will be automatically generated on the linked vault. A CSV file using user's BugBase username can be uploaded to assign the credential.&#x20;


---

# 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.bugbase.ai/company-guide/credential-vaults/require-whitelisting-for-a-credential.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.
