> For the complete documentation index, see [llms.txt](https://release.consumr.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://release.consumr.ai/2023/september-2023.md).

# September 2023

This release has an emphasis on speed, user experience, and security, our enhancements are designed to provide you with even smoother and efficient operations. \
\
Here’s what’s new:

1. **Enhanced Report Searching**:
   * We've enabled a newer technology that allows for better two-way communication beteen the Front End and Backend. Expect to see faster overlays, filtering and searches in the reports section.
2. **Faster Load Times**:
   * Behavior reports from saved runs will load faster and be more reliable. Audience Summary cards will load earlier as well.
   * Further, we improved overall page load times through the implementation of code splitting, chunking, and asynchronous script loading.
3. **Faster org switching**:
   * Implemented better caching to ensure a fluid transition when switching organizations.
4. **Security & Efficiency**:
   * Undertaken a massive query rewriting task covering 60% of all database queries that bolstered security measures to keep our client's data safe and also improve performance.
   * Successfully reduced our code footprint by 12%, contributing to quicker load times and a more responsive platform.
5. **Foundational Components for Future Scale & Further Reliability**
   * We have setup a pretty extensive "Observability Stack". Think of it like constant BeBs running in the background for every API call made, every user request and run done. This allows us not just to re-create errors and debug them more efficiently, but also, setup a process for preventative maintenance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://release.consumr.ai/2023/september-2023.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
