> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/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/bdb-documentation/data-visualization/governed-dashboards/managing-options-for-a-dashboard/publish-a-dashboard.md).

# Publish a Dashboard

{% hint style="info" %}
The below-given illustration will help you to understand how to publish a Dashboard.
{% endhint %}

<figure><img src="/files/pVyEwFYYvSWHtcHIXNUg" alt=""><figcaption><p>Publishing a Dashboard</p></figcaption></figure>

Dashboards need to be published for end-users to access them. This section explains the steps to publish dashboards.

* Click the ***Manage*** option on the Designer homepage.
* Select and click on a workspace from the list of Workspaces.
* Select a Dashboard from the list of the saved dashboards under the selected workspace.
* Click the ***Publish to Portal***  icon.

![](/files/hg82nA2ChsK79nw1kazk)

* The ***Publish*** dialog box appears to assure the action with the dashboard name and description.
* The user needs to specify a user or user group using the following options:
  * **USER LIST**: To select a user or multiple users by using a checkmark in the box.
  * **USER GROUPS**: To select a user group or multiple user groups by using a checkmark in the box.
  * **EXCLUDE USER**: To exclude a user or multiple users by using a checkmark in the box.
* Click the ***Publis*****h** option.

&#x20;     ![](/files/1pajARl7nFQkLVZcfjNU)

* Two success messages appear to assure the completion of the action.

&#x20;     ![](/files/Ss4x6lpV7AnRmQsC8HGv)

* The selected dashboard gets published at the desired place.&#x20;

![](/files/yU5p3XnUqi4ZvRRQlFuN)

<mark style="color:green;">Please Note</mark>:&#x20;

* For the published dashboard, the below-given dialog box appears while clicking the ***Publish to Portal*** icon.
* Select an action option out of ***Re-Publish*** or ***Publish as New***.
  * The ***Republish*** option if selected displays the following details:

    * The available version(s) of the published dashboard. The user can select a version to republish.
    * The selected user(s) or user group(s) gets appeared in the dialog box.

    &#x20; ![](/files/O0v7sHWCuhxlwleFDieT)
  * The ***Publish as New*** action allows the user to publish the selected dashboard as new.
    * Click the ***Publish*** option to complete the action.


---

# 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/bdb-documentation/data-visualization/governed-dashboards/managing-options-for-a-dashboard/publish-a-dashboard.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.
