> For the complete documentation index, see [llms.txt](https://wiki.osro.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.osro.gg/beginners-guide/mission-board.md).

# Mission Board

This quest is very helpful to start as a newbie in OldschoolRO. The mission board will instruct you to hunt certain monsters or items. Completing missions will result into rewards such as Activity Points, <img src="/files/qtZoJZYC7tGaY6FhBYKj" alt="" data-size="line">Credits, <img src="/files/vm3hLmc6FMFQteN8E7Zt" alt="" data-size="line"> Gacha Coins and more!

<figure><img src="/files/mxImW7Gn46nksuc4qt2E" alt=""><figcaption><p>@npc 12</p></figcaption></figure>

Every player may pick up to <mark style="color:orange;">**4**</mark> missions from the Mission Board. Missions that end with <mark style="color:orange;">**"Slayer"**</mark> are kill count missions and those that end with <mark style="color:orange;">**"Collector"**</mark> are item gathering missions.

{% hint style="info" %}
When accepting a mission, you need to be within the assigned level range when you ACCEPT and SUBMIT it!&#x20;
{% endhint %}

{% hint style="info" %}
You may use the **@mission** command to check your mission progress.&#x20;
{% endhint %}

{% hint style="info" %} <mark style="color:green;">**Green missions**</mark> are within your level range and can be accepted. <mark style="color:red;">**Red missions**</mark> can not be accepted, the reasonds can be: you're not within the level range or the daily cool-down delay hasnt passed yet.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.osro.gg/beginners-guide/mission-board.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
