# AutoGrab Basics

- [AutoGrab Developer Hub](https://devhub.autograb.com/nz-autograb-api-doc/autograb-basics/autograb-developer-hub.md): Welcome to the developer hub, this is your reference to integrate with all aspects of the system. We've got guides and reference materials to support and accelerate your development.
- [Integration Overview](https://devhub.autograb.com/nz-autograb-api-doc/autograb-basics/integration-overview.md): Key things to know before you start.
- [API Test Cases](https://devhub.autograb.com/nz-autograb-api-doc/autograb-basics/api-test-cases.md): Test your requests in a safe zero-cost way through our test case set.


---

# 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://devhub.autograb.com/nz-autograb-api-doc/autograb-basics.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.
