# Getting Started

- [Prompt Quick Start](https://docs.fetchhive.com/getting-started/prompt-quick-start.md): Create a prompt, test it in the editor, create a prompt deployment, and run it through the public API
- [Workflow Quick Start](https://docs.fetchhive.com/getting-started/workflow-quick-start.md): Create a workflow, run it in the editor, create a workflow deployment, and invoke it through the public API
- [Agent Quick Start](https://docs.fetchhive.com/getting-started/agent-quick-start.md): Create an agent, test it in chat, and invoke it through the public API


---

# 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.fetchhive.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.
