# Dovetail > With AI, transform sales calls, user feedback, support tickets, and voice of customer data into actionable insights that grow your business. ## Docs - [Analyze app reviews](https://docs.dovetail.com/academy/analyze-app-reviews.md) - [Analyze interviews and calls](https://docs.dovetail.com/academy/analyze-interviews-and-calls.md) - [Analyze support tickets ](https://docs.dovetail.com/academy/analyze-support-tickets.md) - [Analyze survey responses](https://docs.dovetail.com/academy/analyze-survey-responses.md) - [Assign access across the workspace](https://docs.dovetail.com/academy/assign-access-across-the-workspace.md) - [Capture themes with tags](https://docs.dovetail.com/academy/capture-themes-with-tags.md) - [Categorize with data fields](https://docs.dovetail.com/academy/categorize-with-data-fields.md) - [Craft your team taxonomy](https://docs.dovetail.com/academy/craft-your-team-taxonomy.md) - [Create an insight from project findings](https://docs.dovetail.com/academy/create-a-doc-from-project-findings.md) - [Customize your project views](https://docs.dovetail.com/academy/customize-your-project-views.md) - [Define your team structure](https://docs.dovetail.com/academy/define-your-team-structure.md) - [Engage your team to inform decisions](https://docs.dovetail.com/academy/engage-your-team-to-inform-decisions.md) - [Dovetail Academy](https://docs.dovetail.com/academy/home.md) - [Intro to advanced project concepts](https://docs.dovetail.com/academy/intro-to-advanced-project-concepts.md) - [Intro to channels](https://docs.dovetail.com/academy/intro-to-channels/index.md) - [Intro to insights](https://docs.dovetail.com/academy/intro-to-docs.md) - [Intro to projects](https://docs.dovetail.com/academy/intro-to-projects.md) - [Intro to workspace fields ](https://docs.dovetail.com/academy/intro-to-workspace-fields.md) - [Intro to workspace tags](https://docs.dovetail.com/academy/intro-to-workspace-tags.md) - [Intro to workspace templates](https://docs.dovetail.com/academy/intro-to-workspace-templates.md) - [Manage PII in Dovetail](https://docs.dovetail.com/academy/manage-pii-in-dovetail.md) - [Mastering chat for deep customer discovery](https://docs.dovetail.com/academy/mastering-chat.md) - [Organize work into folders](https://docs.dovetail.com/academy/organize-work-into-folders.md) - [Prepare to onboard your team](https://docs.dovetail.com/academy/prepare-to-onboard-your-team.md) - [Self-serve knowledge across Dovetail](https://docs.dovetail.com/academy/self-serve-customer-insights-with-dovetail.md) - [Start exploring Dovetail](https://docs.dovetail.com/academy/start-exploring-dovetail.md) - [Streamline authentication to Dovetail](https://docs.dovetail.com/academy/streamline-authentication-to-dovetail.md) - [ChatGPT ](https://docs.dovetail.com/chatgpt.md) - [Claude](https://docs.dovetail.com/claude.md) - [Token info](https://docs.dovetail.com/developer-docs/docs/authentication/token-info.md): Get information about the current token. - [Create channel](https://docs.dovetail.com/developer-docs/docs/channels/create-channel.md): Create a channel with title in a specified folder. - [Create data point](https://docs.dovetail.com/developer-docs/docs/channels/create-data-point.md): Create a data point in a channel with text, a timestamp, and optional metadata. - [Create topic](https://docs.dovetail.com/developer-docs/docs/channels/create-topic.md): Create a topic with title and description in a specified channel. - [Delete channel](https://docs.dovetail.com/developer-docs/docs/channels/delete-channel.md): Delete a channel. - [Delete topic](https://docs.dovetail.com/developer-docs/docs/channels/delete-topic.md): Delete a topic. - [Patch channel](https://docs.dovetail.com/developer-docs/docs/channels/patch-channel.md): Update a channel. - [Patch topic](https://docs.dovetail.com/developer-docs/docs/channels/patch-topic.md): Update a topic. - [Create contact](https://docs.dovetail.com/developer-docs/docs/contacts/create-contact.md): Create a new contact in the contacts database. - [Get contact](https://docs.dovetail.com/developer-docs/docs/contacts/get-contact.md): Get a contact by id. - [List contacts](https://docs.dovetail.com/developer-docs/docs/contacts/list-contacts.md): Get a list of contacts within a workspace. - [Create data](https://docs.dovetail.com/developer-docs/docs/data/create-data.md): Create a data in the dovetail project with a text content, title and/or fields. - [Delete data](https://docs.dovetail.com/developer-docs/docs/data/delete-data.md): Delete a data. - [Export data](https://docs.dovetail.com/developer-docs/docs/data/export-data.md): Export a data in HTML or Markdown format. - [Get data](https://docs.dovetail.com/developer-docs/docs/data/get-data.md): Get a data by id. - [Import file to data](https://docs.dovetail.com/developer-docs/docs/data/import-file-to-data.md): Import a public url of a file as a new data. - [List data](https://docs.dovetail.com/developer-docs/docs/data/list-data.md): Get a list of data associated with a workspace. - [Patch data](https://docs.dovetail.com/developer-docs/docs/data/patch-data.md): Updates a data. - [Get file by id](https://docs.dovetail.com/developer-docs/docs/files/get-file-by-id.md) - [List highlights](https://docs.dovetail.com/developer-docs/docs/highlights/list-highlights.md): Get a list of highlights associated with a workspace. - [Create insight](https://docs.dovetail.com/developer-docs/docs/insights/create-insight.md): Create an insight in the dovetail project with a text content, title and/or fields. - [Delete insight](https://docs.dovetail.com/developer-docs/docs/insights/delete-insight.md): Delete an insight. - [Get insight](https://docs.dovetail.com/developer-docs/docs/insights/get-insight.md): Get a insight by id. - [Import file to insight](https://docs.dovetail.com/developer-docs/docs/insights/import-file-to-insight.md): Import a public url of a file as a new insight. - [List insights](https://docs.dovetail.com/developer-docs/docs/insights/list-insights.md): Get a list of insights associated with a workspace. - [List personal insights](https://docs.dovetail.com/developer-docs/docs/insights/list-personal-insights.md): Get a list of insights associated with a user. - [Patch insight](https://docs.dovetail.com/developer-docs/docs/insights/patch-insight.md): Updates an insight. - [Create note](https://docs.dovetail.com/developer-docs/docs/notes/create-note.md): Create a note in the dovetail project with a text content, title and/or fields. - [Delete note](https://docs.dovetail.com/developer-docs/docs/notes/delete-note.md): Delete a note. - [Export note](https://docs.dovetail.com/developer-docs/docs/notes/export-note.md): Export a note in HTML or Markdown format. - [Get note](https://docs.dovetail.com/developer-docs/docs/notes/get-note.md): Get a note by id. - [Import file to note](https://docs.dovetail.com/developer-docs/docs/notes/import-file-to-note.md): Import a public url of a file as a new note. - [List notes](https://docs.dovetail.com/developer-docs/docs/notes/list-notes.md): Get a list of notes associated with a workspace. - [Patch note](https://docs.dovetail.com/developer-docs/docs/notes/patch-note.md): Updates a note. - [List projects](https://docs.dovetail.com/developer-docs/docs/projects/list-projects.md): Get a list of projects associated with a workspace. - [Magic Search](https://docs.dovetail.com/developer-docs/docs/search/magic-search.md): Search a list of highlights, notes, insights, channels and/or themes. - [Magic Summarize](https://docs.dovetail.com/developer-docs/docs/summarize/magic-summarize.md): Summarize a list of highlights, notes, insights, themes, and/or tags. - [List tags](https://docs.dovetail.com/developer-docs/docs/tags/list-tags.md): Get a list of tags associated with a workspace - [Access and permissions](https://docs.dovetail.com/help/access-and-permissions/index.md) - [Account settings](https://docs.dovetail.com/help/account-settings/index.md) - [Agents](https://docs.dovetail.com/help/agents.md) - [Proactive insights and digests](https://docs.dovetail.com/help/agents-use-cases/continuous-insight-quality.md) - [Customer success & retention](https://docs.dovetail.com/help/agents-use-cases/customer-success.md) - [Enablement & internal alignment](https://docs.dovetail.com/help/agents-use-cases/enablement.md) - [100 Dovetail Agents use cases you can do right now](https://docs.dovetail.com/help/agents-use-cases/index.md) - [Marketing and growth](https://docs.dovetail.com/help/agents-use-cases/marketing-and-growth.md) - [Product and research](https://docs.dovetail.com/help/agents-use-cases/product-and-research.md) - [Product strategy & executive narrative](https://docs.dovetail.com/help/agents-use-cases/product-strategy.md) - [Sales & revenue ops](https://docs.dovetail.com/help/agents-use-cases/sales.md) - [Continuous insight quality](https://docs.dovetail.com/help/agents-use-cases/storytelling-amplification.md) - [Support, risk & quality](https://docs.dovetail.com/help/agents-use-cases/support-risk-quality.md) - [Authentication settings](https://docs.dovetail.com/help/authentication-settings/index.md) - [Beta settings](https://docs.dovetail.com/help/beta-features/index.md) - [Blur and redact](https://docs.dovetail.com/help/blur-and-redact/index.md) - [Build a Channels strategy](https://docs.dovetail.com/help/build-channels-strategy.md) - [Bulk import settings](https://docs.dovetail.com/help/bulk-import-settings/index.md) - [Canvas view](https://docs.dovetail.com/help/canvas-view/index.md) - [Changes to legacy plans](https://docs.dovetail.com/help/changes-to-legacy-plans.md) - [Channels](https://docs.dovetail.com/help/channels/index.md) - [Charts](https://docs.dovetail.com/help/charts/index.md) - [Chat in Slack and Teams](https://docs.dovetail.com/help/chat-in-slack-and-teams/index.md) - [Chat](https://docs.dovetail.com/help/chat/index.md) - [Comment and mention](https://docs.dovetail.com/help/comment-and-mention/index.md) - [Contact automation (Beta)](https://docs.dovetail.com/help/contact-automation-settings.md) - [Contacts](https://docs.dovetail.com/help/contacts/index.md) - [Context and topic descriptions](https://docs.dovetail.com/help/context-and-topic-descriptions/index.md) - [Dashboards](https://docs.dovetail.com/help/dashboards/index.md): Dashboards help center article - [Data and insight fields](https://docs.dovetail.com/help/data-and-insight-fields/index.md) - [Data summaries](https://docs.dovetail.com/help/data-summaries/index.md) - [Docs](https://docs.dovetail.com/help/docs-anywhere.md) - [Insights](https://docs.dovetail.com/help/docs/index.md) - [Dovetail AI](https://docs.dovetail.com/help/dovetail-ai/index.md) - [Dovetail Terminology](https://docs.dovetail.com/help/dovetail-terminology/index.md) - [Download project data](https://docs.dovetail.com/help/download-project-data/index.md) - [Edit and format docs](https://docs.dovetail.com/help/edit-and-format-docs.md) - [Edit and format](https://docs.dovetail.com/help/edit-and-format/index.md) - [Folders](https://docs.dovetail.com/help/folders/index.md) - [Getting started with docs](https://docs.dovetail.com/help/getting-started-with-docs.md) - [Highlight reels](https://docs.dovetail.com/help/highlight-reels/index.md) - [Highlights](https://docs.dovetail.com/help/highlights/index.md) - [How Dovetail is organized](https://docs.dovetail.com/help/how-dovetail-is-organized/index.md) - [Import data to channels](https://docs.dovetail.com/help/import-data-to-channels/index.md) - [Import data to projects](https://docs.dovetail.com/help/import-data-to-projects/index.md) - [Integration settings](https://docs.dovetail.com/help/integration-settings/index.md) - [Move data to a new workspace](https://docs.dovetail.com/help/move-data-to-a-new-workspace/index.md) - [Navigate between workspaces](https://docs.dovetail.com/help/navigate-between-workspaces/index.md) - [New Dovetail experience](https://docs.dovetail.com/help/new-dovetail-experience/index.md) - [Notification settings](https://docs.dovetail.com/help/notification-settings/index.md) - [Organise and share docs](https://docs.dovetail.com/help/organise-and-share-docs.md) - [Procurement information](https://docs.dovetail.com/help/procurement-information.md) - [Project tags](https://docs.dovetail.com/help/project-tags/index.md) - [Projects](https://docs.dovetail.com/help/projects/index.md) - [Prompt Guidance for Contextual Chat](https://docs.dovetail.com/help/prompt-guidance/index.md) - [Purchase a paid plan](https://docs.dovetail.com/help/purchase-a-paid-plan.md) - [Recruit](https://docs.dovetail.com/help/recruit/index.md) - [Prompt Guide for Report Building](https://docs.dovetail.com/help/report-prompt-guide/index.md) - [SAML SSO](https://docs.dovetail.com/help/saml.md) - [SCIM API](https://docs.dovetail.com/help/scim-overview.md) - [Search](https://docs.dovetail.com/help/search.md) - [Security information](https://docs.dovetail.com/help/security-information.md) - [Security settings](https://docs.dovetail.com/help/security-settings/index.md) - [Segments](https://docs.dovetail.com/help/segments/index.md) - [Single sign-on (SSO)](https://docs.dovetail.com/help/single-sign-on-sso/index.md) - [Taxes and fees](https://docs.dovetail.com/help/taxes-and-fees.md) - [Taxonomy 101](https://docs.dovetail.com/help/taxonomy-101/index.md) - [Taxonomy Workshop Guide ](https://docs.dovetail.com/help/taxonomy-workshop-guide/index.md) - [Technical limits](https://docs.dovetail.com/help/technical-limits.md) - [Transcribe and translate](https://docs.dovetail.com/help/transcribe-and-translate/index.md) - [Two-Factor Authentication](https://docs.dovetail.com/help/two-factor-authentication/index.md) - [Update your subscription](https://docs.dovetail.com/help/update-your-subscription.md) - [User groups](https://docs.dovetail.com/help/user-groups/index.md) - [User profiles](https://docs.dovetail.com/help/user-profiles/index.md) - [Add, remove and manage users](https://docs.dovetail.com/help/user-roles/index.md) - [Using Dovetail with Glean](https://docs.dovetail.com/help/using-dovetail-with-glean/index.md) - [Project views](https://docs.dovetail.com/help/views/index.md) - [Web links](https://docs.dovetail.com/help/web-links/index.md) - [What is Dovetail?](https://docs.dovetail.com/help/what-is-dovetail/index.md) - [Workspace analytics](https://docs.dovetail.com/help/workspace-analytics.md) - [Workspace data retention](https://docs.dovetail.com/help/workspace-data-retention/index.md) - [Workspace settings](https://docs.dovetail.com/help/workspace-settings.md) - [Workspace tags](https://docs.dovetail.com/help/workspace-tags/index.md) - [Templates](https://docs.dovetail.com/help/workspace-templates.md) - [Workspace trash](https://docs.dovetail.com/help/workspace-trash.md) - [Help, resources, and support](https://docs.dovetail.com/index.md) - [Alloy](https://docs.dovetail.com/integrations/alloy.md) - [App Store](https://docs.dovetail.com/integrations/app-store.md) - [Atlassian](https://docs.dovetail.com/integrations/atlassian.md) - [Dovetail API](https://docs.dovetail.com/integrations/dovetail-api.md) - [Figma Make ](https://docs.dovetail.com/integrations/figma-make.md) - [Freshdesk](https://docs.dovetail.com/integrations/freshdesk.md) - [Front](https://docs.dovetail.com/integrations/front.md) - [G2](https://docs.dovetail.com/integrations/g2.md) - [Gong](https://docs.dovetail.com/integrations/gong.md) - [Google Calendar](https://docs.dovetail.com/integrations/google-calendar.md) - [Google Drive](https://docs.dovetail.com/integrations/google-drive.md) - [Google Meet](https://docs.dovetail.com/integrations/google-meet.md) - [Google Play Store](https://docs.dovetail.com/integrations/google-play-store.md) - [Integrations](https://docs.dovetail.com/integrations/home.md) - [HubSpot Service Hub](https://docs.dovetail.com/integrations/hubspot.md) - [Intercom](https://docs.dovetail.com/integrations/intercom.md) - [Jira](https://docs.dovetail.com/integrations/jira.md) - [Jira Service Management](https://docs.dovetail.com/integrations/jira-service-management.md) - [Linear](https://docs.dovetail.com/integrations/linear.md) - [MCP server](https://docs.dovetail.com/integrations/mcp-server.md) - [Mircosoft OneDrive](https://docs.dovetail.com/integrations/microsoft-onedrive.md) - [Microsoft Outlook Calendar](https://docs.dovetail.com/integrations/microsoft-outlook-calendar.md) - [Microsoft Teams](https://docs.dovetail.com/integrations/microsoft-teams.md) - [Notion](https://docs.dovetail.com/integrations/notion.md) - [Outset](https://docs.dovetail.com/integrations/outset.md) - [Productboard](https://docs.dovetail.com/integrations/productboard.md) - [Salesforce](https://docs.dovetail.com/integrations/salesforce.md) - [Slack](https://docs.dovetail.com/integrations/slack.md) - [Sprig](https://docs.dovetail.com/integrations/sprig.md) - [Usersnap](https://docs.dovetail.com/integrations/usersnap.md) - [Zapier](https://docs.dovetail.com/integrations/zapier.md) - [Zendesk](https://docs.dovetail.com/integrations/zendesk.md) - [Zoom](https://docs.dovetail.com/integrations/zoom.md): Description of your new file. - [Test](https://docs.dovetail.com/test.md) ## OpenAPI Specs - [schema](https://docs.dovetail.com/developer-docs/schema.json)