> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/data-science-lab-6/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/data-science-lab-6/settings.md).

# Settings

{% hint style="success" %}
*Check out the given illustration on how to access and save modifications for the Project default settings.*
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz33KQNYQvBTgQKJBgwTz%2Fuploads%2F5dqC3q2A4wonBzLQwIUg%2FDefault%20Setttings%20for%20a%20DSL%20Project.mp4?alt=media&token=b11fc991-005a-40f1-a5b9-6a3a0c283cd1>" %}
Accessing and Modifying the ***Default Project Settings***
{% endembed %}

* Navigate to the ***Home*** page of Data Science Lab module.
* The ***Settings*** icon appears in the left side menu panel. Click the ***Settings*** option.

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

* Click the ***Default*** ***Settings*** page opens displaying the default settings.
* The user can modify the following details:
  * Algorithms: The user can select or deselect algorithms from the given drop-down menu. The provided choices are Regression, Classification, Forecasting, Unsupervised, Natural Language Processing.
  * Environment: The user can select an Environment option from the given choices. The provided choices are Python TensorFlow, Python PyTorch, PySpark.
  * Resource Allocation: The user can select a Resource Allocation option from the given choices. The provided choices are low, medium, and high.
  * Idle Shutdown: The user can select a time limit option for idle shutdown. The provided time limit options are 30m, 1h, and 2h.
* Click the ***Save*** option.&#x20;

<figure><img src="/files/EBbxabtGMH7vqawSLQ0F" alt=""><figcaption><p><em><strong>Modifying the Default Project Settings</strong></em></p></figcaption></figure>

* A notification message appears and the modified default settings will be saved.

<figure><img src="/files/xdqOLK2dojKNrBrI8bfr" alt=""><figcaption></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.bdb.ai/data-science-lab-6/settings.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.
