# Secrets

You can generate Environment variables for the confidential information of your database using the Secret Management function. Thus, it saves your secret information from getting exposed to all the accessible users.

{% hint style="info" %}
*<mark style="color:green;">Pre-requisite:</mark> It is mandatory for the users to configure the **Secret Management** using the **Admin module** of the platform before attempting the Secret option inside the DS Lab module.*
{% endhint %}

## Accessing the Secrets tab under Notebook <a href="#accessing-the-secrets-tab-under-notebook" id="accessing-the-secrets-tab-under-notebook"></a>

Once the ***Secret Management*** has been configured from the Admin module it will have the Secret Key and related fields as displayed below:

<figure><img src="/files/rrplsTJXJ1kgcWIH7SMT" alt=""><figcaption><p><em><strong>Secret Management page under the Admin module</strong></em></p></figcaption></figure>

* Navigate to a Notebook inside the Data Science Lab module.
* Open the ***Secrets*** tab from the right-side.
* The newly created ***Secret Key*** gets listed below.
* Click the drop-down icon next to the Secret Key name.
* The details of the selected ***Secret Key*** gets opened.​​

<figure><img src="/files/4jd5hGszSXsWtatqtEmi" alt=""><figcaption><p><em><strong>Details of the Secret Keys</strong></em></p></figcaption></figure>

* Add a new Code cell.
* Select the ***Secret Keys*** by using the given check boxes.
* The selected details get entered in the code cell.

<figure><img src="/files/Cte5Yi50fgrL09uLhoxU" alt=""><figcaption><p><strong>The encrypted secret key details gets accessible inside a code cell</strong></p></figcaption></figure>

* Add a new ***Code*** cell.
* Open the ***Writers*** tab.
* Select a writer type using the checkbox. E.g., In this case, ***MySQL*** has been selected.
* Map the encrypted secret keys for the related configuration details like Username, Password, Port, Host, Database by copying them.
* Run the cell.
* The data frame will be written to the selected writer's database.

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

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> Refer the* [***Data Science Lab Quick Start Flow***](https://docs.bdb.ai/data-science-lab-4/data-science-lab-quick-start-flow) *page to get an overview of the **Data Science Lab** module in nutshell.*&#x20;
{% endhint %}


---

# 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.bdb.ai/data-science-lab-4/project/tabs-for-a-data-science-lab-project/tabs-for-pyspark-environment/notebook/notebook-page/notebook-operations/secrets.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.
