# Tool Bar

## 🛠️ Project Toolbar Overview

The top toolbar in your project workspace provides quick access to essential tools and actions related to project collaboration, versioning, and monitoring. This guide explains each item in the toolbar from left to right.

\[ Insert image here ]

***

### 🔔 Notifications

Stay up to date with real-time alerts. This section includes:

* System messages
* Versioning activity
* Build or release alerts
* Workspace or project-level notifications

> 🔧 Hovering over the icon or clicking it will open a dropdown with detailed updates.

***

### 🐛 Bug Reports

The green badge with a bug icon shows the number of **open issues** or **bugs** related to this project. You can:

* Click the icon to view reported issues
* See unresolved or recent bugs
* Track active debugging and status

> ✅ Green badge = no known issues.\
> 🔴 Red badge = critical issues detected.

***

### 🔗 Connect to GitHub

{% hint style="success" %}
Available only on Teams Plan
{% endhint %}

Easily link your project to a GitHub repository. This enables:

* Create commits and branches for your team to work on
* Syncing project structure and changes
* Create pull requests

> 📝 You may be asked to authenticate or select a repository when connecting for the first time.

***

### 📦 Create Version

Use this button to create a snapshot of the current state of your project. A version represents a **stable checkpoint** that can be:

* Released to production or staging
* Rolled back to in case of errors
* Shared or previewed by teammates

> ⚠️ Only users with the required permissions can create or release versions.

***

This toolbar stays persistent across all screens to make project management seamless and efficient.


---

# 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.digia.tech/studio-workspace/builder-tool/tool-bar.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.
