# Changing Server Rules

Once you've configured the verification system, anyone who clicks the verify button will be presented with server rules and a continue button. They won't be able to verify themselves until they read those rules and click on the continue button.

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

We've set some basic rules by default, but of course you can change these with your own rules. Let's see how you can do it.

Use the `/config-rules` command to change the server rules. As you type that command and hit enter, a modal window will appear in which you can enter your new server rules.

<figure><img src="/files/CQVGUKuH9x6pFnN2Yl2C" 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://docs.authgg.us/changing-server-rules.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.
