# Overrides

## What is an override?

> The function "override" is used to overwrite existing configuration of a role on top of another. To better understand the term please refer to the images shown below.

**Case #1 (override has been disabled)**

In this case I have two roles which have their override setting set to `False`. Which means all of the role's claimtimes will be added individually to calculate the total claimtime.

<figure><img src="/files/GSIZlO6QbfW0SGWBmp2f" alt=""><figcaption><p>roles <code>dummy</code> and <code>mgmt</code> have their overrides set to False</p></figcaption></figure>

<figure><img src="/files/BaXwaEvPaFw2Wn5Uk7Bx" alt=""><figcaption></figcaption></figure>

***

**Case #2 (override has been enabled)**

In this case I have three roles including the roles as shown in the previous screenshot(s), but Apollo only calculates for my role which has its override setting enabled. Hence, override allows you to bypass all other claimtime(s) which you may have.

<figure><img src="/files/jb2Ej8cIont6Y7OJNABw" alt=""><figcaption><p>role <code>owner</code> as its override set to True</p></figcaption></figure>

<figure><img src="/files/pCBiaLagXJ608eV7WKup" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Override does not look for role ranks. i.e. even a role at the bottom of the role list with an override will replace all existing claimtime with the override specified claimtime.
{% endhint %}

This feature can be used in many ways when you don't want a specific role to have more than desired amount of claimtime.

{% hint style="info" %}
**Syntax usage:**

`<>` = Required argument (mandatory and must be included)

`[]` = Optional argument (not necessary to be included)
{% endhint %}


---

# 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.apollo-bot.xyz/guides/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.
