# Off Grid Platform

## Off Grid Platform

- [Introduction](https://docs.offgridplatform.com/introduction.md): Welcome to the documentation portal for Off Grid Platform (OGP). Here you will find helpful resources to guide you along your usage of OGP.
- [Supported networks](https://docs.offgridplatform.com/supported-networks.md): The following list shown are networks and their testnets supported.
- [Alterative links](https://docs.offgridplatform.com/alterative-links.md): Off Grid Platform does not require a single domain to function. It can be used on our officially supported domains or it can be hosted on your computer.
- [Support](https://docs.offgridplatform.com/support.md): If you have a question, comment, or just need support you may reach out to us using the following channels.
- [Bulk Sender](https://docs.offgridplatform.com/apps/bulk-sender.md)
- [Bulk Sender Guide](https://docs.offgridplatform.com/apps/bulk-sender/bulk-sender-guide.md): The how-to guide for OGP Bulk Sender.


---

# 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://docs.offgridplatform.com/introduction.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.
