# Storage

- [Bucket](https://docs.4everland.org/storage/bucket.md)
- [IPFS Bucket](https://docs.4everland.org/storage/bucket/ipfs-bucket.md)
- [Get Root CID - Snapshots](https://docs.4everland.org/storage/bucket/ipfs-bucket/get-root-cid-snapshots.md)
- [Arweave Bucket](https://docs.4everland.org/storage/bucket/arweave-bucket.md)
- [Path Manifests](https://docs.4everland.org/storage/bucket/arweave-bucket/path-manifests.md)
- [Instructions for Building Manifest](https://docs.4everland.org/storage/bucket/arweave-bucket/path-manifests/instructions-for-building-manifest.md)
- [Arweave Tags](https://docs.4everland.org/storage/bucket/arweave-bucket/arweave-tags.md): To add tags when uploading to Arweave
- [Guides](https://docs.4everland.org/storage/bucket/guides.md)
- [Bucket API - S3 Compatible](https://docs.4everland.org/storage/bucket/bucket-api-s3-compatible.md)
- [Coding Examples](https://docs.4everland.org/storage/bucket/bucket-api-s3-compatible/coding-examples.md): Coding
- [AWS SDK - Go (Golang)](https://docs.4everland.org/storage/bucket/bucket-api-s3-compatible/coding-examples/aws-sdk-go-golang.md)
- [AWS SDK - Java](https://docs.4everland.org/storage/bucket/bucket-api-s3-compatible/coding-examples/aws-sdk-java.md)
- [AWS SDK - JavaScript](https://docs.4everland.org/storage/bucket/bucket-api-s3-compatible/coding-examples/aws-sdk-javascript.md)
- [AWS SDK - .NET](https://docs.4everland.org/storage/bucket/bucket-api-s3-compatible/coding-examples/aws-sdk-.net.md)
- [AWS SDK - PHP](https://docs.4everland.org/storage/bucket/bucket-api-s3-compatible/coding-examples/aws-sdk-php.md)
- [AWS SDK - Python](https://docs.4everland.org/storage/bucket/bucket-api-s3-compatible/coding-examples/aws-sdk-python.md)
- [AWS SDK - Ruby](https://docs.4everland.org/storage/bucket/bucket-api-s3-compatible/coding-examples/aws-sdk-ruby.md)
- [S3 Tags Instructions](https://docs.4everland.org/storage/bucket/bucket-api-s3-compatible/s3-tags-instructions.md)
- [4EVER Security Token Service API](https://docs.4everland.org/storage/bucket/4ever-security-token-service-api.md): Welcome to the 4EVERLAND Security Token Service API
- [Bucket Tools](https://docs.4everland.org/storage/bucket/bucket-tools.md)
- [Bucket Gateway Optimizer](https://docs.4everland.org/storage/bucket/bucket-gateway-optimizer.md)
- [4EVER Pin](https://docs.4everland.org/storage/4ever-pin.md)
- [Guides](https://docs.4everland.org/storage/4ever-pin/guides.md): Guides
- [Pinning Services API](https://docs.4everland.org/storage/4ever-pin/pinning-services-api.md)
- [IPFS Migrator](https://docs.4everland.org/storage/4ever-pin/ipfs-migrator.md): Easy and fast migration of CIDs to 4EVER Pin
- [Storage SDK](https://docs.4everland.org/storage/storage-sdk.md)


---

# 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://docs.4everland.org/storage.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.
