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

# Developer Resources

- [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 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.hostedhooks.com/developer-resources.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.
