> For the complete documentation index, see [llms.txt](https://docs.load.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.load.network/load-cloud-platform-lcp.md).

# Load Cloud Platform (LCP)

- [Cloud Platform (LCP)](https://docs.load.network/load-cloud-platform-lcp/cloud-platform-lcp.md): About Load Cloud Platform
- [Load S3 Layer (LS3)](https://docs.load.network/load-cloud-platform-lcp/load-s3-layer-ls3.md): Explore the first temporal data storage layer on AO HyperBEAM
- [LS3 with load\_acc](https://docs.load.network/load-cloud-platform-lcp/ls3-with-load_acc.md): Learn how to use Load S3 storage layer along LCP's load\_acc api keys
- [Turbo Offchain Upload Service](https://docs.load.network/load-cloud-platform-lcp/turbo-offchain-upload-service.md): Learn about the ARIO's Turbo-compliant offchain upload service
- [x402 Protocol Integration](https://docs.load.network/load-cloud-platform-lcp/x402-protocol-integration.md): The first ever temporary, private, payment-gated ANS-104 Dataitems
- [Load S3 Agent (HTTP API)](https://docs.load.network/load-cloud-platform-lcp/load-s3-agent-http-api.md): The LCP data agent
- [Load S3 DataItems Gateway](https://docs.load.network/load-cloud-platform-lcp/load-s3-dataitems-gateway.md): Accessing the Load S3 data via HyperBEAM gateways
- [WebApps Deployment (permaweb-deploy)](https://docs.load.network/load-cloud-platform-lcp/webapps-deployment-permaweb-deploy.md): How to use Arweave's permaweb-deploy with preview temporary deployments


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.load.network/load-cloud-platform-lcp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
