> 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/landing-category.md).

# Landing Category

First, navigate to the **left side** of the discord. You will find a bunch of channels and categories. You will want to locate the **"Landing"** category near the top of everything.&#x20;

![](/files/-MJUDvbe20qW-VGCslj7)

In this category you will find&#x20;

**#Welcome:**

* A short run down of rules and information pertaining to how you should behave in the group

**#Role-Assignment**

* In this channel you can assign specific roles for you to receive notifications for. You will want to do this so you can get alerts for the most important information in the group.&#x20;

**#Monitor-Setup**

* This channel is ideal for those who have bots that allow you to use quicktasks. Quicktasks help you to quickly start a task in your bot directly through our monitors.

**#TheNorthCop-Tutorial**

* This channel holds a master guide to the server, including a tutorial video to take you through everything. You can also find that tutorial [here ](https://www.youtube.com/watch?v=K5lma-j8LS8)

**#Rewards-System**

* This channel covers how you can earn rewards in the group. By being active, helping the community and sharing your success within the group or on various social media platforms, you can earn points to redeem for prizes. Prizes include but aren't limited to: Membership discounts, free ATC slots, shoes, tools and more.


---

# 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/landing-category.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.
