# Troubleshooting Template

Use this template for symptom-first troubleshooting pages and sections.

## Symptom

Describe the customer problem in plain language.

## Fastest checks

List the shortest checks first.

## Likely causes

List the top causes in customer-friendly language.

## Where to look in Event Feed

Explain what signal the user should search for.

## Where to look in Audit

Explain what run or outcome the user should inspect.

## How to fix

Describe the next action in a short, concrete sequence.


---

# Agent Instructions: 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:

```
GET https://docs.tryprotege.com/integration-page-template/troubleshooting-template.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
