# Quick Start

## Agents

Bunkr agents are lightweight software deployed at the edge of your infrastructure. They proxy storage requests from your application to your configured storage providers by complying to storage location constraints you've defined.

To start working with Bunkr, you need to deploy its agents at the edge of your infrastructure.

**You can read more about how to deploy Bunkr agents here:**

## **Storage Locations**

A storage location describes where the data should be stored on a storage provider. Bunkr agents route storage requests according to storage locations.

To start working with Bunkr, you need to define at least one storage location to tell its agents where data should be stored.

**You can read more about how to create a storage location here:**


---

# 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.bunkr.io/getting-started/quick-start.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.
