# Hosted Hooks Developer Resources

## Hosted Hooks Developer Resources

- [Welcome To Our Developer Resources](https://docs.hostedhooks.com/master.md)
- [What is HostedHooks](https://docs.hostedhooks.com/getting-started/what-is-hosted-hooks.md): HostedHooks is a fast and easy way to build out a Webhooks service for your application.
- [Quickstart](https://docs.hostedhooks.com/getting-started/quickstart.md): A quick walkthrough of HostedHooks and steps to getting started
- [Email Parsing](https://docs.hostedhooks.com/getting-started/email-parsing.md): Learn how to start parsing emails today ( no code required )
- [Ingesting Emails](https://docs.hostedhooks.com/getting-started/email-parsing/ingesting-emails.md)
- [Webhooks](https://docs.hostedhooks.com/getting-started/webhooks.md): Add Webhooks to your app with a simple integration
- [Setup Your App](https://docs.hostedhooks.com/getting-started/webhooks/setup-your-app.md)
- [Integrate With Your App](https://docs.hostedhooks.com/getting-started/webhooks/integrate-with-your-app.md)
- [Tasks](https://docs.hostedhooks.com/getting-started/tasks.md)
- [Getting Started](https://docs.hostedhooks.com/getting-started/tasks/getting-started.md)
- [Our Policy](https://docs.hostedhooks.com/security/our-policy.md)
- [Security Features](https://docs.hostedhooks.com/security/security-features.md)
- [Encryption](https://docs.hostedhooks.com/security/security-features/encryption.md)
- [Webhook Signatures](https://docs.hostedhooks.com/security/security-features/webhook-signatures.md): Use Webhook Signatures to verify webhook events are coming from HostedHooks
- [API Object Definitions](https://docs.hostedhooks.com/developer-resources/components.md): A high level review of the API objects that make up the HostedHooks platform.
- [Organization](https://docs.hostedhooks.com/developer-resources/components/organization.md): The details of what an Organization is and how it's used
- [Apps](https://docs.hostedhooks.com/developer-resources/components/apps.md): The details of what an App is and how it's used
- [Subscription](https://docs.hostedhooks.com/developer-resources/components/subscriptions.md): The details of what a Subscription is and how it's used
- [Endpoint](https://docs.hostedhooks.com/developer-resources/components/endpoint.md): The details of what an Endpoint is and how it's used
- [Webhook Events](https://docs.hostedhooks.com/developer-resources/components/webhook-events.md): The details of what a Webhook Events is and how they are used
- [Messages](https://docs.hostedhooks.com/developer-resources/components/messages.md): The details of what a Message is and how they are used
- [Webhook Attempts](https://docs.hostedhooks.com/developer-resources/components/webhook-attempts.md): The details of what a Webhook Attempt is and how they are used
- [Providers](https://docs.hostedhooks.com/developer-resources/providers.md)
- [Managing Replays](https://docs.hostedhooks.com/developer-resources/providers/managing-replays.md)
- [Subscribers](https://docs.hostedhooks.com/developer-resources/subscribers.md)
- [Subscription Management](https://docs.hostedhooks.com/developer-resources/subscribers/subscription-management.md)
- [Endpoint Management](https://docs.hostedhooks.com/developer-resources/subscribers/endpoint-management.md)
- [Internal Webhooks](https://docs.hostedhooks.com/developer-resources/internal-webhooks.md): Learn how to receive webhooks from HostedHooks whenever a new subscriber signs up for your webhooks


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.hostedhooks.com/master.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.
