# Missions

## <mark style="color:red;">Server Owner</mark>

The table below contains a list of **Mission Commands** available for <mark style="color:red;">**Server Owners**</mark>.

<table data-full-width="true"><thead><tr><th>Type</th><th width="322.5">Command</th><th width="94">Input</th><th width="436">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">basemission.missionsenabled</mark></td><td><code>“0/1”</code></td><td>Toggles whether missions can be accepted/progressed</td><td><code>1</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">basemission.missionsfailondisconnect</mark></td><td><code>“0/1”</code></td><td>Toggles whether players should fail missions when they disconnect.</td><td><code>0</code></td></tr></tbody></table>


---

# 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://rust-console-edition.gitbook.io/community-servers/commands/gameplay/missions.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.
