> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/command-centre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/command-centre/command-centre-releases/release-history/unsupported-gallagher-command-centre-versions/command-centre-9.00-releases/9.00-maintenance-release-1.md).

# 9.00 Maintenance Release 1

Enhancements in this version are as follows.

| **Tech Ref** | **Description**                                                 | **Component** |
| ------------ | --------------------------------------------------------------- | ------------- |
| 131847       | Handle invalid certificates better with the Diagnostics Service | Server        |
| 132214       | Add a "Controllers" option to the Find Tool                     | Server        |

Bug fixes in this version are as follows

<table data-header-hidden><thead><tr><th valign="bottom"></th><th valign="bottom"></th><th valign="bottom"></th></tr></thead><tbody><tr><td valign="bottom"><p> </p><p>Tech Ref</p><p> </p></td><td valign="bottom"><p> </p><p>Description</p><p> </p></td><td valign="bottom"><p> </p><p>Fixed In</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>121259</p><p> </p></td><td valign="bottom"><p> </p><p>Controller: C7000 crashes on misconfiguration of Kone ELI</p><p> </p></td><td valign="bottom"><p> </p><p>Controller</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>129924</p><p> </p></td><td valign="bottom"><p> </p><p>Gallagher link in Debug Website is not accessible</p><p> </p></td><td valign="bottom"><p> </p><p>Controller</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>131439</p><p> </p></td><td valign="bottom"><p> </p><p>Logic improvements in Command Centre Client log dispatch to the Diagnostics Service</p><p> </p></td><td valign="bottom"><p> </p><p>Server</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>131790</p><p> </p></td><td valign="bottom"><p> </p><p>Large item IDs caused Controller C7000 to online/offline loop after installation</p><p> </p></td><td valign="bottom"><p> </p><p>Controller</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>132155</p><p> </p></td><td valign="bottom"><p> </p><p>CCFTBiometricCommunicator generates excessive logs if IP address is 0.0.0.0</p><p> </p></td><td valign="bottom"><p> </p><p>Server</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>132156</p><p> </p></td><td valign="bottom"><p> </p><p>BulkConfigTool is not able to import CSV it exported into a single file</p><p> </p></td><td valign="bottom"><p> </p><p>Server</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>132284</p><p> </p></td><td valign="bottom"><p> </p><p>REST API session lifetime improvements</p><p> </p></td><td valign="bottom"><p> </p><p>Server</p></td></tr></tbody></table>


---

# 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.security.gallagher.com/command-centre/command-centre-releases/release-history/unsupported-gallagher-command-centre-versions/command-centre-9.00-releases/9.00-maintenance-release-1.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.
