# Remote Config Introduction

## What is Remote Config?

Remote Config lets you update your service without a deployment.

Running a service requires continuous updates and improvements.

* Updating a service involves multiple steps — development, review, deployment, store upload, and more — making it difficult to respond in real time to issues discovered after release.
* Even after releasing a new version of your app, if users do not update immediately, the changes are not applied, which can result in outdated information being displayed.

{% hint style="info" %}
**With Hackle Remote Config, you can instantly modify various configuration values directly from the Dashboard without a deployment, and apply them to your service immediately.**
{% endhint %}

![2160](/files/OszioVXIp1cUUpIO1wCp)

## Who needs Remote Config?

Remote Config is not just for developers.

* Game planners, operations managers, and PMs/POs who want to quickly push a notice to users when a service issue occurs
* Marketers who want to manage holiday promotion popups without involving a developer
* Designers who want to update promotion images
* System administrators who want to test different environments without code changes or builds

Beyond these roles, many other teams can use Remote Config to apply changes to the service on their own, without going through developers.


---

# 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.hackle.io/en/remote-configs/remote-config.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.
