> For the complete documentation index, see [llms.txt](https://docs.mavenseed.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavenseed.com/changelog/2023/january.md).

# January

### Jan 10th

* New! Customers can now take notes on a lesson
* Added Coupon Type filter to admin/coupons
* Added support for gift card quantity
* Added date field to admin payment form
* Added support for changing a Site Policy checkbox label as shown to the customer
* Added a UI in admin/settings for updating Sitemap and pinging search engines
* Fixed random elements being inserted into the editor
* Fixed error with redirect when marking a comment as SPAM
* Fixed Page layout not being applied to overridden custom pages like subscribe, welcome-customer, pricing.
* Fixed Printful shipping confirmation webhook notification
* Fixed Google Optimize integration
* Fixed tracking path (changed from PUT to POST)
* Fixed slow loading time on admin/events by indexing name on Events table
* Increased shard count on Searchkick

### Jan 18th

* New! Customer hover cards - When a customers avatar or name is hovered over, we now show a popover with more details about the customer. This is currently in small scale testing on the community forum and will be deployed to other areas of the app where applicable.
* Fixed some header data not being populated correctly on subscription and register pages resulting in Optimizely not loading correctly
* Added a way to quickly add a subscription payment from admin/customer view dropdown menu


---

# 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://docs.mavenseed.com/changelog/2023/january.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.
