# Hookshot for Customers

Hookshot helps your team connect company tools, watch for live events, and run AI-powered automations called **Proteges**.

A Protege is a workflow you describe in plain language:

1. What starts it
2. What it decides
3. What it produces

Hookshot then helps you connect the right integrations, validate trigger and tool access, and verify what happened in the **Event Feed** and **Audit** views.

{% hint style="info" %}
Use this documentation if you are a third-party customer using Hookshot in your workspace. This site is not the internal developer reference for the Hookshot codebase.
{% endhint %}

## Start Here

* [Product overview](/overview.md)
* [Quickstart for power users](/overview/quickstart-power-user.md)
* [Quickstart for automation engineers](/overview/quickstart-engineer.md)
* [Go-live checklist](/overview/go-live-checklist.md)
* [Release notes](/2026-05.md)

## Learn the Basics

* [Glossary](/glossary.md)
* [How Hookshot works](/glossary/how-hookshot-works.md)

## Build and Launch

* [Create a Protege](/create-a-protege.md)
* [Builder patterns](/create-a-protege/builder-patterns.md)
* [Recipes](/create-a-protege/recipes.md)
* [Readiness and blockers](/create-a-protege/readiness-and-blockers.md)

## Connect Integrations

* [Integrations overview](/integrations.md)
* [Slack](/integrations/slack.md)
* [GitHub](/integrations/github.md)
* [Linear](/integrations/linear.md)
* [Asana](/integrations/asana.md)

## Operate with Confidence

* [Event Feed](/event-feed.md)
* [Audit](/event-feed/audit.md)
* [Troubleshooting](/event-feed/troubleshooting.md)
* [Safe rollout](/event-feed/safe-rollout.md)

## Manage Your Workspace

* [Workspace settings](/workspace-settings.md)
* [Teams and people](/workspace-settings/teams-and-people.md)
* [Security and permissions](/workspace-settings/security-and-permissions.md)

## Templates

* [Integration page template](/integration-page-template.md)
* [Recipe template](/integration-page-template/recipe-template.md)
* [Troubleshooting template](/integration-page-template/troubleshooting-template.md)

## How Hookshot Fits Together

1. You connect an integration.
2. You create a Protege.
3. You confirm trigger access and tool access.
4. Hookshot receives an event or schedule tick.
5. The Protege runs or is skipped.
6. You verify the result in Event Feed and Audit.

{% hint style="success" %}
**Tip:** If you are new to Hookshot, start with the power-user quickstart even if you are technical. It gives you the fastest path to a working mental model.
{% endhint %}


---

# 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/readme.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.
