# Release Notes: 2012-06-05

This release comes with some new goodies:

* **Faster alerts** - we have redesigned our alert backend to send you alerts almost immediately after the first data point is collected for a test.
* **Default weekly reports** - new accounts will start to receive a weekly report in their inbox that includes all the tests configured; to change the default settings go to [Report Settings](https://platform.thousandeyes.com/reports/settings)
* **API now includes permalink to View screen** - this is useful to embed actionable URLs in custom dashboards that are built with our API. If the Authentication Token of a non-admin user is appended to the permalink URL given in the API data, then whoever clicks the link can bypass the login screen and jump directly to the View screen corresponding to the data. You can check your Autentication Token in your [Account Settings](https://platform.thousandeyes.com/account)
* **Sharing Views feature** - we're working on a cool new feature to share views between different accounts and with people that don't have a ThousandEyes account. We've released this for a subset of our customers that can start using it for collaborative troubleshooting, the full release of this feature is coming in 2 weeks, stay tuned!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.thousandeyes.com/archived-release-notes/2012/2012-06-05-release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
