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

# SynapseWorks Documentation

SynapseWorks builds privacy-first workflow tools for Jira teams and safer everyday web use.

## Purpose

Provide a practical, vendor-grade reference for setup, operation, data handling, and support across the SynapseWorks product portfolio.

## Who it is for

* Jira administrators deploying SynapseWorks Jira apps
* Delivery leads who need repeatable issue execution and decision traceability
* Browser users who want an extra confirmation step before submitting forms
* Android users evaluating local document scanning, OCR, and export
* Compliance, risk, and security teams reviewing data handling

## Prerequisites

* For Jira apps: a Jira Cloud site with the required SynapseWorks app installed
* For browser tools: Chrome or a Chromium-based browser with the relevant extension installed
* For PageHarbor: Android 8 (API 26) or later and an approved internal-testing build
* Access to the relevant Jira projects, issues, browser sites, Android device, or test forms for the product you are reviewing

## Steps

1. Start with the relevant product group below.
2. Use the matching quickstart or install page to run your first successful flow.
3. Review configuration and troubleshooting pages for your operating model.
4. Review the security, data, or privacy page before rollout.
5. Use the common FAQ, support, and release notes pages for ongoing operation.

## Product groups

### Jira Apps

Synapse and Decision Register are Jira/Atlassian products built for Jira Cloud teams.

* [Synapse overview](/synapseworks-docs/synapse/overview.md) - BDD and automation workflows inside Jira.
* [Decision Register overview](/synapseworks-docs/decision-register/overview.md) - audit-style decision history from Jira issue changes.
* Website: [Synapse for Jira](https://synapseworks.org/apps/synapse/) and [Decision Register for Jira](https://synapseworks.org/apps/decision-register/).

### Browser Tools

Submit Guard is a Chrome extension for safer everyday web use. It is not a Jira app and does not run on Atlassian.

* [Submit Guard overview](/synapseworks-docs/submit-guard/overview.md) - confirm before submitting forms on sites you enable.
* Website: [Submit Guard product page](https://synapseworks.org/products/submit-guard/).

### Android Apps

PageHarbor is an Android document scanner for approved internal testing. It is not publicly available on Google Play.

* [PageHarbor overview](/synapseworks-docs/pageharbor/overview.md) - local scanning, OCR, and document export.
* Website: [PageHarbor product page](https://synapseworks.org/pageharbor/).

## Common issues

* "I cannot find a feature in the app": confirm whether it belongs to Synapse, Decision Register, Submit Guard, or PageHarbor documentation.
* "I need governance evidence": use Decision Register outputs and security/data pages for audit context.
* "I need AI consistency, not only suggestions": Synapse complements Atlassian AI/Rovo by enforcing consistent execution structure (subtasks plus validation), rather than only generating suggestions.
* "I need browser-submit protection": use Submit Guard documentation, not the Jira app documentation.
* "I need document scanning or OCR": use PageHarbor documentation, not the Jira app or browser-extension documentation.

## Navigation

### Jira Apps

* [Synapse overview](/synapseworks-docs/synapse/overview.md)
* [Synapse quickstart](/synapseworks-docs/synapse/quickstart.md)
* [Synapse workflow](/synapseworks-docs/synapse/workflow.md)
* [Synapse configuration](/synapseworks-docs/synapse/configuration.md)
* [Synapse security and data](/synapseworks-docs/synapse/security-data.md)
* [Synapse troubleshooting](/synapseworks-docs/synapse/troubleshooting.md)
* [Decision Register overview](/synapseworks-docs/decision-register/overview.md)
* [Decision Register quickstart](/synapseworks-docs/decision-register/quickstart.md)
* [Decision Register detections](/synapseworks-docs/decision-register/detections.md)
* [Decision Register configuration](/synapseworks-docs/decision-register/configuration.md)
* [Decision Register export](/synapseworks-docs/decision-register/export.md)
* [Decision Register security and data](/synapseworks-docs/decision-register/security-data.md)
* [Decision Register troubleshooting](/synapseworks-docs/decision-register/troubleshooting.md)

### Browser Tools

* [Submit Guard overview](/synapseworks-docs/submit-guard/overview.md)
* [Submit Guard install](/synapseworks-docs/submit-guard/install.md)
* [Submit Guard how it works](/synapseworks-docs/submit-guard/how-it-works.md)
* [Submit Guard privacy](/synapseworks-docs/submit-guard/privacy.md)
* [Submit Guard troubleshooting](/synapseworks-docs/submit-guard/troubleshooting.md)

### Android Apps

* [PageHarbor overview](/synapseworks-docs/pageharbor/overview.md)
* [PageHarbor getting started](/synapseworks-docs/pageharbor/getting-started.md)
* [PageHarbor scanning and export workflow](/synapseworks-docs/pageharbor/workflow.md)
* [PageHarbor privacy and support](/synapseworks-docs/pageharbor/privacy-and-support.md)

### Common

* [Trust and security overview](/synapseworks-docs/common/trust-security.md)
* [FAQ](/synapseworks-docs/common/faq.md)
* [Support](/synapseworks-docs/common/support.md)
* [Release notes](/synapseworks-docs/common/release-notes.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://synapseworks.gitbook.io/synapseworks-docs/index.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.
