# Add Resources

In this step, you register the external services that Flashback will orchestrate through the gateway.

The goal is to declare the source components first, so they can later be assembled into repositories.

## What this section covers

* [**Configure a Bucket**](/guides/setup-the-cloud-and-ai-gateway/start-with-cloud-storage/create-a-bucket.md): connect cloud storage resources (S3-compatible, GCS-compatible, or Azure Blob), including authentication and endpoint options.
* [**Configure an AI LLM**](/guides/setup-the-cloud-and-ai-gateway/start-with-cloud-storage/create-a-bucket-1.md): add and validate AI model providers so prompts can be routed through Flashback.

## Expected outcome

At the end of this section, your organization has reusable **resource connectors** (storage + AI) ready to be attached to one or more repositories.


---

# 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.flashback.tech/guides/setup-the-cloud-and-ai-gateway/start-with-cloud-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.
