> For the complete documentation index, see [llms.txt](https://help.zipcaptions.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.zipcaptions.app/change-log/zip-captions-online-and-pwa-changelog/build-2024-08-08t17-16.md).

# Build 2024-08-08T17:16

Released on: 08/08/2024

Release Build 2024-08-08T17:16 includes the following updates/new features:

* I**ntegration with Patreon to determine your support level** - this will allow us to provide you with unique to Patreon features in the future, and to display your name as a supporter if you give us permission to do so (upcoming).
* **Ability to delete accounts** - if you wish to delete your account, you can now do so via the accounts page.&#x20;
* **More accurate results on Mobile** - you will notice that the red warning has disappeared on mobile, this is because we can now provide you with more accurate results. We have also fixed a bug with Safari.&#x20;
* **Reduced Personally Identifiable Information** - we have reduced the amount of information that we collect from you. We now capture just your email address in order to provide you with your services if you choose to login with one of our sign in partners.&#x20;


---

# 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://help.zipcaptions.app/change-log/zip-captions-online-and-pwa-changelog/build-2024-08-08t17-16.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.
