# Container Status Message

The user gets all the updates regarding container status through color coded message display for a specific DSL Project. After creating a new project and opening it the user gets to see various status messages on the top right side of the page.&#x20;

Steps to see the container message:

* Open an active Data Science Project.
* The user gets redirected to create or import Notebook.
* The container status message gets displayed on the top right side of this screen.
* The following status messages get displayed till the container gets created and comes into the running status.

<figure><img src="/files/HvxnJNQtpLPu64t10vll" alt=""><figcaption><p><em><strong>Project Container is inactive</strong></em></p></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> A container status message appears when container is not available. An error message also appears to inform user that the Project container is not up and running.*

![](/files/0fEVgguL0RSNeFlNff5U)
{% endhint %}

* Container status message when container is getting created, and it is initializing.

<figure><img src="/files/WytqZsNSkQTT2HeSz5N0" alt=""><figcaption><p><em><strong>Project container is initializing</strong></em></p></figcaption></figure>

* Container status message when container is running.

<figure><img src="/files/N7AGq8kYGtJtinwhguqr" alt=""><figcaption><p><em><strong>Project container is active</strong></em></p></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> The user can click on the branch icon to get the latest branch related configuration.*&#x20;

![](/files/f7DPj4bOXw1D0EiKDLI1)
{% 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-6/create/create-project/container-status-message.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.
