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

# October 2025

- [23/10/2025 - Dashboard promotions page - UI improvements](https://changelog.usetoggle.com/october-2025/23-10-2025-dashboard-promotions-page-ui-improvements.md)
- [21/10/2025 - SMS resend available for giftcards](https://changelog.usetoggle.com/october-2025/21-10-2025-sms-resend-available-for-giftcards.md)
- [16/10/2025 - Email template fix](https://changelog.usetoggle.com/october-2025/16-10-2025-email-template-fix.md)
- [16/10/2025 - Stripe fix for retried failed payments](https://changelog.usetoggle.com/october-2025/16-10-2025-stripe-fix-for-retried-failed-payments.md)
- [16/10/2025 - Bot detection script moved from RDS to Redis](https://changelog.usetoggle.com/october-2025/16-10-2025-bot-detection-script-moved-from-rds-to-redis.md)
- [14/10/2025 - Improved Admin Controls](https://changelog.usetoggle.com/october-2025/14-10-2025-improved-admin-controls.md)
- [09/10/2025 - UI Improvements for SMS Delivery & Gift Card Page](https://changelog.usetoggle.com/october-2025/09-10-2025-ui-improvements-for-sms-delivery-and-gift-card-page.md)
- [08/10/2025 - Various UX improvements when configuring promotions](https://changelog.usetoggle.com/october-2025/08-10-2025-various-ux-improvements-when-configuring-promotions.md): We've made a few minor amendments to the promotions configuration page, which we hope will improve the UX.
- [08/10/2025 - Togo Integration Partner & SMS Delivery Error Page Styling Fix](https://changelog.usetoggle.com/october-2025/08-10-2025-togo-integration-partner-and-sms-delivery-error-page-styling-fix.md)
- [07/10/2025 - SMS delivery copy update](https://changelog.usetoggle.com/october-2025/07-10-2025-sms-delivery-copy-update.md)
- [01/10/2025 - Cookie handling changes](https://changelog.usetoggle.com/october-2025/01-10-2025-cookie-handling-changes.md)
- [01/10/2025 - Add new integration partner](https://changelog.usetoggle.com/october-2025/01-10-2025-add-new-integration-partner.md)


---

# 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://changelog.usetoggle.com/october-2025.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.
