# Getting Started

- [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)


---

# 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/getting-started.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.
