> For the complete documentation index, see [llms.txt](https://docs.bluefletch.com/bluefletch-enterprise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluefletch.com/bluefletch-enterprise/product-guides/support-application/sa-6/features/advanced-tools.md).

# Advanced Tools

#### Purpose

Gives support staff and field technicians (not end users) direct access to SA6's internal state for troubleshooting: the effective merged configuration, the local event/database history, and the ability to manually fire test events.

#### Location&#x20;

\*\*Screenshots\*\*

ui/advancedTools

* configFile screen
* databaseViewer screen
* event generation screen
* override settings

#### Responsibilities

* Config Viewer — displays the effective, merged SupportAgentConfig (result of the full configuration cascade), so a technician can confirm what config the device is actually running without pulling files off the device.
* Database Viewer — browses local Room tables directly (event history, backup queue, sensor/status tables) — the same data model documented in Architecture → Local persistence.
* Event Generation — manually triggers any event type for testing the pipeline end-to-end (e.g. confirming Splunk/EMS delivery is working) without waiting for the real trigger condition.
* Override Settings — local-only overrides for a subset of settings (OverrideSettingsHelper), for testing without changing the real managed configuration.

#### Access control

Reached from the app via an admin-password gate. Long press toolbar nav.


---

# 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.bluefletch.com/bluefletch-enterprise/product-guides/support-application/sa-6/features/advanced-tools.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.
