# 1st December

## ✨ New

### Help Docs

We've entirely revamped our help docs. Find them [here](https://docs.myjunior.ai/).

### Junior Recording Bot

* You can now invite Junior to your call, and we’ll take care of the rest. Not only does this result in **faster** transcription, we can also generate **higher quality** transcripts too.

<figure><img src="https://cdn.loom.com/sessions/thumbnails/6462781d39934daca8243ab93d11b22c-1700679874573-with-play.gif" alt=""><figcaption><p>How to invite a bot to your calls</p></figcaption></figure>

### Proper Nouns

* We’ve added a step in the cleaning algorithm to pull out *all the proper nouns* (correctly and incorrectly spelt in the transcript), and present them to you as you begin cleaning the transcript.
* You select the appropriate spelling, which is then persisted throughout the duration of the project, so you never have to make the same edits more than once.
* Our tests and early feedback indicate that this can reduce the time to clean a transcript by up to 50%.

### In-app invoicing

* You can now generate invoices in-app when the project wraps up. Visit the project's settings page, and generate an invoice. This will get sent to your accounting team directly and conclude your use of Junior for the project.

## ➕ Improved

### Cleaning algorithm

We’ve redesigned the cleaning algorithm from the ground up to focus on minimizing information loss.

### JuniorGPT

* We’ve sped up JuniorGPT by \~50%. You can now review answers much more quickly.
* We've introduced visibility into the underlying information JuniorGPT is using to generate synthesised answers.

### Call Tracker

* We've added a Cost and an Expert Source column to the call tracker to help you track spend a little more closely and generate reports for your accounting team more easily.

### CTRL + F

* We've updated the filters in CTRL + F to search over original transcripts as well as cleaned output.
* See more [here](https://docs.myjunior.ai/qualitative-research/ctrl-+-f#search-functionality).

### EOD Emails

* You now have a lot more flexibility on when you schedule the EOD emails, and who receives them. You can add additional recipients&#x20;
* We've added a 2-4 sentence summary at the top of your batched emails summarizing the day's KTAs.

## 🔧 Fixed

* Resolved time zone discrepancies in the call tracker
* Addressed memory leaks for enhanced stability
* Improved performance across the app
* Introduced better alerting to get notified when we're seeing issues in the app


---

# 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://whatsnew.myjunior.ai/december-2023/1st-december.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.
