# Raids

The OSB Wiki has most of the information on each raid, the purpose of this space is to highlight the BSO specific differences.

[OSB Chambers of Xeric (CoX)](https://wiki.oldschool.gg/raids/cox-raids)

[OSB Theatre of Blood (ToB)](https://wiki.oldschool.gg/raids/theatre-of-blood)

[OSB Tombs of Amascut (ToA)](https://wiki.oldschool.gg/raids/tombs-of-amascut-toa)

## How does 'BiS gear' work?

The gear setups shown are not the only way to get 100% of the gear boosts in raids. The way this is calculated is comparing a 'BiS gear setup' to what your minion has equipped, then working out a % of the stats you have compared to the BiS gear setup.

#### Example

The ToA 'BiS mage setup' is:<br>

<figure><img src="https://cdn.discordapp.com/attachments/1057963086046298112/1102223964702519377/image.jpg" alt=""><figcaption></figcaption></figure>

The bot does not check if you have these items equipped, instead it looks at the stat sheet. This is slightly different for different bosses/activities in the bot, but in general a mage setup would compare your Magic Attack, All Defence stats, prayer and Magic Damage. It would reduce your gear score more harshly for missing Magic Damage compared to another stat.

Examples of alternative setups that would give you 100% are:

<figure><img src="https://cdn.discordapp.com/attachments/1057963086046298112/1102241093426364497/image.jpg" alt=""><figcaption></figcaption></figure>

<figure><img src="https://cdn.discordapp.com/attachments/1057963086046298112/1102255039759798352/image.jpg" alt=""><figcaption></figcaption></figure>


---

# 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://bso-wiki.oldschool.gg/bso-custom-killables/raids.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.
