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