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

# Guides

- [Setup the Cloud and AI Gateway](https://docs.flashback.tech/guides/setup-the-cloud-and-ai-gateway.md)
- [Add Resources](https://docs.flashback.tech/guides/setup-the-cloud-and-ai-gateway/start-with-cloud-storage.md)
- [Configure a Bucket](https://docs.flashback.tech/guides/setup-the-cloud-and-ai-gateway/start-with-cloud-storage/create-a-bucket.md)
- [Configure an AI LLM](https://docs.flashback.tech/guides/setup-the-cloud-and-ai-gateway/start-with-cloud-storage/create-a-bucket-1.md)
- [Build a Repository](https://docs.flashback.tech/guides/setup-the-cloud-and-ai-gateway/start-with-cloud-storage-1.md)
- [Create a Repository](https://docs.flashback.tech/guides/setup-the-cloud-and-ai-gateway/start-with-cloud-storage-1/create-a-repository.md)
- [Configure a Repository](https://docs.flashback.tech/guides/setup-the-cloud-and-ai-gateway/start-with-cloud-storage-1/program-with-flashgate.md)
- [Test a Repository](https://docs.flashback.tech/guides/setup-the-cloud-and-ai-gateway/test-a-repository.md)
- [Store An Object](https://docs.flashback.tech/guides/setup-the-cloud-and-ai-gateway/test-a-repository/program-with-flashgate.md)
- [Send a Prompt](https://docs.flashback.tech/guides/setup-the-cloud-and-ai-gateway/test-a-repository/program-with-flashgate-1.md)
- [Deploy Your Private Node](https://docs.flashback.tech/guides/private-node-setup.md)
- [Prerequisites for Install](https://docs.flashback.tech/guides/private-node-setup/prerequisites.md)
- [Install via Script](https://docs.flashback.tech/guides/private-node-setup/install-via-script.md)
- [Explore Use Cases](https://docs.flashback.tech/guides/explore-use-cases.md)
- [Cloud Storage](https://docs.flashback.tech/guides/explore-use-cases/explore-use-cases.md)
- [Credit-aware multi-cloud storage behind one endpoint](https://docs.flashback.tech/guides/explore-use-cases/explore-use-cases/credit-aware-multi-cloud-storage-behind-one-endpoint.md)
- [Cross-cloud migration and vendor-lock-in escape](https://docs.flashback.tech/guides/explore-use-cases/explore-use-cases/cross-cloud-migration-and-vendor-lock-in-escape.md)
- [Disaster recovery (DR) / cold-tier backup to DePIN](https://docs.flashback.tech/guides/explore-use-cases/explore-use-cases/disaster-recovery-dr-cold-tier-backup-to-depin.md)
- [Latency-aware routing for edge and AI pipelines](https://docs.flashback.tech/guides/explore-use-cases/explore-use-cases/latency-aware-routing-for-edge-and-ai-pipelines.md)
- [AI LLM](https://docs.flashback.tech/guides/explore-use-cases/ai-llm.md)
- [Multi-model fallback and reliability routing](https://docs.flashback.tech/guides/explore-use-cases/ai-llm/multi-model-fallback-and-reliability-routing.md)
- [Cost guardrails with automatic model tiering](https://docs.flashback.tech/guides/explore-use-cases/ai-llm/cost-guardrails-with-automatic-model-tiering.md)
- [PII-safe support assistant with policy enforcement](https://docs.flashback.tech/guides/explore-use-cases/ai-llm/pii-safe-support-assistant-with-policy-enforcement.md)
- [RAG knowledge assistant over multi-cloud storage](https://docs.flashback.tech/guides/explore-use-cases/ai-llm/rag-knowledge-assistant-over-multi-cloud-storage.md)
- [Cloud Agent](https://docs.flashback.tech/guides/cloud-agent.md)
- [Getting Started](https://docs.flashback.tech/guides/cloud-agent/getting-started.md)
- [Projects, Sandboxes & Credentials](https://docs.flashback.tech/guides/cloud-agent/projects-sandboxes-and-credentials.md)
- [Chatting with the Agent](https://docs.flashback.tech/guides/cloud-agent/chatting-with-the-agent.md)
- [Templates](https://docs.flashback.tech/guides/cloud-agent/templates.md)
- [Scheduled Runs](https://docs.flashback.tech/guides/cloud-agent/scheduled-runs.md)
- [Runs & History](https://docs.flashback.tech/guides/cloud-agent/runs-and-history.md)
- [Cloud Resources](https://docs.flashback.tech/guides/cloud-agent/cloud-resources.md)
- [Team & Settings](https://docs.flashback.tech/guides/cloud-agent/team-and-settings.md)
- [Start Vibe‑Coding](https://docs.flashback.tech/guides/start-vibe-coding.md)
- [Configure External or Delegated Credentials](https://docs.flashback.tech/guides/configure-external-delegated-credentials.md)
- [Configure S3 external access](https://docs.flashback.tech/guides/configure-external-delegated-credentials/configure-external-access-for-aws-s3.md)
- [Configuring GCS' external access](https://docs.flashback.tech/guides/configure-external-delegated-credentials/configuring-external-access-for-gcss-buckets.md)
- [Configure Azure Blob delegated access](https://docs.flashback.tech/guides/configure-external-delegated-credentials/configure-external-access-for-azure-blob.md)
- [Configure delegated access for AWS Bedrock](https://docs.flashback.tech/guides/configure-external-delegated-credentials/configure-delegated-access-for-aws-bedrock.md)
- [Configure delegated access for GCP Vertex AI](https://docs.flashback.tech/guides/configure-external-delegated-credentials/configure-delegated-access-for-gcp-vertex-ai.md)
- [Configure delegated access for Azure OpenAI](https://docs.flashback.tech/guides/configure-external-delegated-credentials/configure-delegated-access-for-azure-openai.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 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.flashback.tech/guides.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.
