`, listens to your tracker’s events, and gracefully handles SPAs and back-navigation.
@@ -35,7 +35,7 @@ After importing the badge script, the badge can be added anywhere by adding a di
The badge renders inside a Shadow DOM, so your site’s CSS won’t break it (and vice-versa).
-By default, the badge's width is `231px`. We recommend never setting the width less than this value. However, uou can control the badge width via a `width` attribute:
+By default, the badge's width is `231px`. We recommend never setting the width less than this value. However, you can control the badge width via a `width` attribute:
```html
@@ -47,10 +47,10 @@ By default, the badge's width is `231px`. We recommend never setting the width l
At any given time, the badge is in one of three states:
-- **Loading:** shows a spinner and an animating progress bar while the tracker initializes verifies Roundtable is running.
+- **Loading:** shows a spinner and an animating progress bar while the tracker initializes and verifies Roundtable is running.
- **Pass:** displays a check icon in black. This indicates that Roundtable is running and gathering user data.
- **Fail:** displays an X icon in red. This indicates that Roundtable is not running.
See also:
-- [Integrating Roundtable](integrating-roundtable) for adding the tracker
+- [Integrating Roundtable](integration) for adding the tracker
- [Accessing Session Data](accessing-session-data) for using the session ID and scores
\ No newline at end of file
diff --git a/using-the-dashboard.mdx b/using-the-dashboard.mdx
index 97189cc..9ba6789 100644
--- a/using-the-dashboard.mdx
+++ b/using-the-dashboard.mdx
@@ -1,3 +1,8 @@
+---
+title: 'Using the dashboard'
+sidebarTitle: 'Using the dashboard'
+---
+
The [Dashboard](https://accounts.roundtable.ai) provides a central location to view all session data, investigate individual user sessions, and manage your Roundtable account settings.
## Viewing session data
@@ -7,7 +12,7 @@ Click on `Sessions` in the left-hand navigation bar to see a table of all record
- **Session ID** – The unique identifier automatically generated by Roundtable Proof-of-Human
- **User ID** – The user identifier you provided (if any)
- **Risk Score** – The numerical risk score (0-100) generated by Roundtable Proof-of-Human
-- **Risk Explanation** – A brief description of why the risk score assigned to the session
+- **Risk Explanation** – A brief description of why the risk score was assigned to the session
- **Session Duration** – How long the session lasted
- **City** – The user's city (inferred from their IP address)
- **Country** – The user’s country (inferred from their IP address)