# Manage Subjects

QwikTest supports the following subject hierarchy.

1. Sections
2. Skills
3. Topics

Sections are equivalent to subjects; under the section, you can add skills equivalent to chapters. Likewise, you can add topics under the chapter. For a detailed understanding, refer to the following example.

`Sections -> Skills -> Topics`

![Subject Hierarchy Example](/files/-Me0VGveiMNXejt4L5by)

### Sections

To manage sections, log in to the admin account and select `Manage Subjects > Sections` from the sidebar menu.

### Skills

To manage skills, log in to the admin account and select `Manage Subjects > Skills` from the sidebar menu.

### Topics

To manage topics, log in to the admin account and select `Manage Subjects > Topics` from the sidebar menu.


---

# 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://nearchip.gitbook.io/qwiktest/master-data/manage-subjects.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.
