# Configuration Overrides

Nimbus is architected around observability pipeline best practices and usually requires no manual configuration. That said, we understand that real life systems are complex and more flexibility is needed.

To that end, configuration overrides let you override any part of the [Nimbus pipeline](broken://pages/Zu3Ksowuusm7qXXO3zlc) with your custom [VRL code](broken://pages/tgA3NyNSJruDUU0GKhT6#vector-remap-language-vrl).

{% hint style="warning" %}
Configuration Overrides is currently in **Limited Access**. Please contact `support@nimbus.dev` if you want to use it
{% endhint %}

## 1. Click on the Configuration Tab

![Configuration Override](https://ik.imagekit.io/fpjzhqpv1/home___Editor___Nimbus_JlhgzGTmC.png?updatedAt=1701708907491)

## 2. Edit a configuration

You can use any valid VRL to edit the configuration.

You can use the **Override** dropdown to change what part of the pipeline you wish to edit. The current options are:

* `nim/in/global_remap`: controls ingress. all data will pass by this transform
* `nim/out/global_remap`: controlls egress. all data that is sent upstream will pass by this transform

For a full list of configuration options, visit the [configuration reference](https://github.com/nimbushq/public-docs/blob/main/ref.config.md)

## 3. Save your configuration

Hit **Save** to apply your changes.


---

# 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.nimbus.dev/additional-features/advanced.overrides.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.
