For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Login
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
Login
LogoLogo

Release notes

Welcome to Ada’s release notes. Scroll down to see a list of recent releases, or subscribe to get notified about updates.

Subscribe via email

Receive a weekly email summary of releases every Friday at 11 a.m. Eastern, provided there has been at least one release that week.

Subscribe via RSS

Copy the following URL into your RSS reader to get notified about new releases:

https://docs.ada.cx/release-notes.rss
June 20, 2024
June 20, 2024
Was this page helpful?
Previous

Create context-specific handoffs your AI Agent can trigger dynamically

Next
Built with

Web scraper improvements

We’ve made some improvements to our web scraper you can use to import content from your knowledge base into your AI Agent:

  • Your AI Agent now cleans up URL inputs for you, so you won’t see errors if you don’t start a URL with https:// or have trailing slashes / at the end.
  • You now have two ways of knowing when your import is finished:
    • The dashboard automatically updates, so you don’t have to manually refresh the page anymore.
    • Your AI Agent will now send you an email to let you know the import is done.
  • We’ve added the ability to scrape websites that have content dynamically populated with JavaScript.
  • If you’re importing a list of URLs, we’ve increased the limit for that list to 5000 characters.
  • We’ll still tell you if you’re importing duplicate URLs, but if you’re okay with that, you can decide to scrape duplicate pages anyway.

To learn more, see Import website content into your AI Agent.