> For the complete documentation index, see [llms.txt](https://docs.rewst.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rewst.help/updates/development-updates/2024-dev-updates/october-25th-2024.md).

# October 25, 2024 - Dev Update

Explore what new changes the Dev team has deployed in the last week!

This can be anything from new features, bug fixes, or QoL changes!

<details>

<summary><strong>New features and items</strong></summary>

* Added the ability to override App themes using org variables in App Builder
* Multi-player workflows V1 (staged rollout, currently 10%)
* Synnex Australia integration

</details>

<details>

<summary><strong>Bug fixes and chores</strong></summary>

* Fixed a bug with saving new actions in Custom Integrations v2
* Fixed a bug causing frontend to crash when deleting components or opening the page navigator when using page templates in App Builder
* Fixed a bug that was causing obsfucated integration secrets to be stored to the database when re-saving an integration configuration
* Fixed a bug with github webhook creation actions discovered during QA testing

</details>

<details>

<summary><strong>Deployed behind feature flags awaiting QA review and feedback</strong></summary>

* Bitdefender integration (QA review)
* Granular forms permissions (QA review)
* IT Portal integration (QA review)
* Cove integration (QA review)
* Github integration (QA Review)
* App Builder page export/import functionality (Staff review)

</details>

<details>

<summary><strong>In code review and development</strong></summary>

* Full App export/import (Code review)
* UI enhancements for Microsoft Cloud Bundle (Code review)
* Crushbank integration (Code review)
* Nodeware integration (Code review)
* SQL Database integration refactor (Code review)
* ConnectSecure v4 (In development)
* Pax8 Refactor (In development)

</details>


---

# 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.rewst.help/updates/development-updates/2024-dev-updates/october-25th-2024.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.
