# Setting fuel station to be ownable

in `rcore_fuel/config/shop_config.lua` every fuel station you wish to be owned by player you will need to enable this specific option

![](https://rco.re/docs/fuel/config_enable_buy.jpg)

After the `EnableBuyingCompany` will be set to true the specific company blip will be colored green on your map

![](https://rco.re/docs/fuel/green_blip.jpg)

In game you will be able to see this marker with price of the company above

![](https://rco.re/docs/fuel/marker.jpg)

This is how the buying looks like

{% embed url="<https://www.youtube.com/watch?v=2-dP2fTadBc>" %}

After you buy the company it will be colored "red" on your map to indicate that you own this company.

![](https://rco.re/docs/fuel/bought.jpg)


---

# 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://documentation.rcore.cz/paid-resources/rcore_fuel/config/enable_for_buying.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.
