# HashSphere

## Home

- [Welcome to HashSphere Documentation](https://docs.hashsphere.com/readme.md)
- [Introduction to HashSpheres](https://docs.hashsphere.com/hashsphere-explained/introduction-to-hashspheres.md)
- [HashSphere FAQs](https://docs.hashsphere.com/hashsphere-explained/hashsphere-faqs.md)
- [Architecture Overview](https://docs.hashsphere.com/managed-service/architecture-overview.md): This section describes the base components deployed as part of a HashSphere managed service engagement and how a customer connects into the HashSphere.
- [Provisioning Overview](https://docs.hashsphere.com/managed-service/provisioning-overview.md): This checklist outlines the minimum information required to provision a HashSphere. Providing this information ensures your HashSphere is deployed in alignment with your organization's needs.
- [Application Development on HashSphere](https://docs.hashsphere.com/development/application-development-on-hashsphere.md): This page will highlight the main differences developers should consider when developing HashSphere applications vs Hedera mainnet applications.
- [Development Environment](https://docs.hashsphere.com/development/application-development-on-hashsphere/development-environment.md)
- [SDK Client Configuration](https://docs.hashsphere.com/development/application-development-on-hashsphere/sdk-client-configuration.md)
- [Application Design Considerations](https://docs.hashsphere.com/development/application-development-on-hashsphere/application-design-considerations.md)
- [Application Deployment](https://docs.hashsphere.com/development/application-deployment.md)
- [Developer Resources](https://docs.hashsphere.com/development/developer-resources.md): This page provides a list of useful resources for developing HashSphere applications.
- [Creating Initial Accounts](https://docs.hashsphere.com/development/creating-initial-accounts.md): This guide explains how to create your first accounts on your organization’s HashSphere instance.
- [HashSphere Console](https://docs.hashsphere.com/operations/hashsphere-console.md): How to integrate and use the HashSphere Console
- [Network Backup and Restore](https://docs.hashsphere.com/operations/network-backup-and-restore.md): Overview of the HashSphere network backup and restore processes
- [Support Overview](https://docs.hashsphere.com/support/support-overview.md)
- [Raising Support Tickets](https://docs.hashsphere.com/support/raising-support-tickets.md)
- [Managing Support Tickets](https://docs.hashsphere.com/support/managing-support-tickets.md)


---

# 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.hashsphere.com/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.
