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
October 8, 2024
October 8, 2024
Was this page helpful?
Previous

Create reliable content in Processes with blocks

Next
Built with

Make better availability rules

When you’re creating availability rules for Actions, Processes, pieces of Guidance, articles, or handoffs, you now have more options for your conditions:

  • Before, if you added an Or operator in your rules, you could only specify a different value for the same variable (e.g., browser = chrome or firefox). Now, you can specify different values for different variables with Or variables (e.g., browser = chrome or channel = Ada Web Chat).
  • You can now create groups of conditions that all have the same operator within the same group. This way, you can create conditions like channel = Ada Web Chat and (browser = chrome or firefox or safari).

For an example on how to use availability rules, see our instructions on how to Create an Action.