Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.assistantscenter.com/llms.txt

Use this file to discover all available pages before exploring further.

new DBD.Dashboard({
  domain: String,
});

Example Usage

new DBD.Dashboard({
  domain: "http://localhost",
});

Props

domain
string
required
Your domain with protocol (http://domain.com or https://domain.com) or localhost with http protocol (http://localhost).