> For the complete documentation index, see [llms.txt](https://help.thenorthcop.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.thenorthcop.com/getting-started/server-information.md).

# Server Information Category

Below the **landing category,** you can find the **server information** category. This is where we provide all updates and such pertains to the group. You will want to keep notifications on for **group buys and giveaways** as there's a good chance we do flash giveaways for **high tier bots**.&#x20;

![](/files/-MJUo4Ft9HOs5YqGPG1R)

## What are group buys?&#x20;

Group buys are a chance to purchase **bots, proxies, tools and more**. The stock we get for these tools are exclusive to the group and ensure that members have a higher chance at purchasing these sought tools.

You will find updates for these group buys within the **#group-buys** channel. Be sure to stay up to date with the information posted there.

## Server Updates & Information

* You can find any and all server updates in **#server-announcements**.
* Feature updates such as new tools, new features and plans for the group are posted in **#feature-updates.**
* Monitor updates are provided by the monitor provide via webhook anaurord will show in **#mointor-updates** when anything is changed, added or upgraded in our monitors.


---

# 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://help.thenorthcop.com/getting-started/server-information.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.
