# Product Docs

## Product Docs

- [OVERVIEW](https://agihalo.gitbook.io/product-docs/getting-started/readme.md)
- [Quickstart](https://agihalo.gitbook.io/product-docs/getting-started/quickstart.md): agihalo does not require significant changes to your existing code structure. Simply update the base URL in your Gemini SDK, Node.js SDK, or curl commands, and use your Halo API key.
- [Social & Community](https://agihalo.gitbook.io/product-docs/getting-started/social-and-community.md)
- [Model info](https://agihalo.gitbook.io/product-docs/getting-started/model-info.md)
- [Get Api key](https://agihalo.gitbook.io/product-docs/getting-started/get-api-key.md): How to access The agihalo Router?
- [PYTHON](https://agihalo.gitbook.io/product-docs/sdk-guide/python.md): The official Python client for Halo API, featuring x402 auto-payment middleware that seamlessly handles payment requirements for AI models.
- [NODE.JS](https://agihalo.gitbook.io/product-docs/sdk-guide/node.js.md): The official Node.js client for Halo API, featuring x402 auto-payment middleware that seamlessly handles payment requirements for AI models.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://agihalo.gitbook.io/product-docs/getting-started/readme.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.
