# TellTide complete documentation > Complete machine-readable documentation for TellTide, including setup, widget integration, API credentials, HTTPS submissions, and AI-agent workflows. Canonical documentation index: https://telltide.com/docs Concise LLM index: https://telltide.com/llms.txt Agent pack: https://telltide.com/agents/README.md Generated from the public documentation sources: 2026-08-11 --- # TellTide Documentation Canonical URL: https://telltide.com/docs Last updated: 2026-08-09 Collect, triage, and manage in-app feedback with an embeddable widget and TellTide dashboard. TellTide is a feedback management app. You register an **app**, customize an embeddable **widget**, install one script on your product, and review submissions in the **Feedback Inbox**. ## What TellTide includes | Area | What you do | |------|-------------| | **Dashboard** | See submission counts, trends, and recent feedback across apps | | **Apps** | Create and edit apps; each app gets isolated submission credentials | | **Manage Widget** | Customize categories, colors, launcher text, and copy the embed snippet | | **Feedback Inbox** | Filter, search, and update status on submissions | | **API credentials** | Manage publishable keys, private keys, scopes, rotation, and revocation | | **Settings** | Workspace profile and account actions | ## How it works 1. A visitor opens the TellTide launcher on your site and submits feedback. 2. The submission is sent to TellTide and stored in your account. 3. You review and triage it in **Feedbacks** and on the **Dashboard**. ## Quick links - [Getting started](/docs/getting-started) — create your first app and embed the widget - [AI agents](/docs/integration/ai-agents) — connect LLM tools and agent workflows over HTTPS - [Complete machine-readable docs](https://telltide.com/llms-full.txt) — retrieve every public documentation page in one plain-text request - [Agent pack](https://telltide.com/agents/README.md) — load the exact tools, payloads, errors, and operating rules an AI agent needs - [Integration](/docs/integration) — install the widget (Next.js, websites, SPAs) - [API submissions](/docs/integration/api-submissions) — HTTP examples for apps and backends - [Next.js guide](/docs/integration/nextjs) — step-by-step for Next.js App Router - [Widget reference](/docs/widget-reference) — optional script attributes - [Troubleshooting](/docs/troubleshooting) — common errors and fixes - [FAQ](/docs/faq) ## Machine-readable files for AI agents Use the [agent pack index](https://telltide.com/agents/README.md) as the entry point, or retrieve the exact operational file needed: - [SKILL.md](https://telltide.com/agents/SKILL.md) — when to use TellTide and the safe integration procedure - [memory.md](https://telltide.com/agents/memory.md) — durable product, authentication, scope, and limit facts - [tools.md](https://telltide.com/agents/tools.md) — supported HTTP tools and function schemas - [payloads.md](https://telltide.com/agents/payloads.md) — request and response shapes - [errors.md](https://telltide.com/agents/errors.md) — error handling and retry behavior --- # Getting Started Canonical URL: https://telltide.com/docs/getting-started Last updated: 2026-08-09 Create an app, customize the widget, embed the script, and receive your first submission. ## 1. Create an app 1. Sign in and open **Apps**. 2. Click **New app** (or use **Create app** on the dashboard). 3. Fill in: - **App name** — display name in TellTide - **Platform** — Mobile App, Website, or Desktop App (label only) - **Description** — short summary - **App link** — the public URL where the widget will run (e.g. `https://www.yoursite.com`) On success you receive: - **App ID** — 8-character identifier used in your embed snippet - **Publishable key** — submission-only and configured automatically by the widget - **Private server key** — shown once; copy it only for a trusted backend integration ## 2. Customize the widget 1. From **Apps**, open **Manage Widget** for your app. 2. Configure: - **Categories** — review, general feedback, bug, feature request (at least one required) - **Appearance** — colors, launcher label, panel title, position, fonts - **Behavior** — triggers and visibility options 3. Click **Save**. 4. Use **Copy embed code** to get your install snippet. ## 3. Embed the widget Paste this before `
{children}