# General Information

The categories have a tree structure and that allows you to organise a chain of subcategories. Therefore categories and subcategories help you to store and display your contests logically.&#x20;

Imagine the following structure:

* Women
  * The Best Women Portrait
  * Another Cool Photo Contest
  * ...
* Pets
  * Cats
    * The Best Sleepy Cat
    * Another Cat Contest
    * ...
  * Dogs
    * My Funny Dog
    * One More Dog Contest
    * ...
* Cars
  * The Best Tuning Contest
  * Some Car Contest
  * ...

Using the categories you structure the contests and make the navigation easier for users. To achieve this result NorrCompetition utilises the standard CMS categories. You can display up to 3 levels of categories.

Though every contest should belong to a category it does not inherit ACL permissions from it. Also the contest route does not contain category in it. So the category title won’t be shown in the URL of the contest.

But contests inherit the state of categories. For example, if the category is unpublished, you won’t be able to access the contest which belongs to unpublished category on the front-end. Also, contests inherit view access levels.

All this allows having a low coupling and more flexible display and structure.


---

# 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.norrnext.com/norrcompetition/categories/general-information.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.
