> For the complete documentation index, see [llms.txt](https://njoku-ji.gitbook.io/technical-requirements-document-roots/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://njoku-ji.gitbook.io/technical-requirements-document-roots/overview.md).

# Overview

## **Introduction**

Roots is an online language learning platform that provides high-quality courses in Igbo language. The platform will offer video lessons, interactive exercises and community features to aid learners of all levels improve their language skills. Further features of Roots can be seen in the [Product Requirements Document](https://equatorial-cornucopia-b3c.notion.site/Product-Requirements-Document-Root-0540b12be41743858d2ec5407dcb2293).

## **Description of problem**

Many individuals recognize the importance of preserving and promoting indigenous languages, but there is a lack of accessible and effective language learning resources. To address this problem, Roots will be designed to make learning Igbo language easy, convenient, and engaging for anyone interested in learning. The platform will offer video lessons, interactive exercises, and community features to help learners of all levels improve their language skills.

## Table of contents

{% content-ref url="/pages/RjCECUpLU6IbZn8UtYtM" %}
[Technical Requirements](/technical-requirements-document-roots/overview/technical-requirements.md)
{% endcontent-ref %}

{% content-ref url="/pages/xH80JuLxenDbhKlXNUPM" %}
[Functional Requirements](/technical-requirements-document-roots/overview/functional-requirements.md)
{% endcontent-ref %}

{% content-ref url="/pages/9jONUzVJsk7ulS6MSO4U" %}
[Non-functional Requirements](/technical-requirements-document-roots/overview/non-functional-requirements.md)
{% endcontent-ref %}

{% content-ref url="/pages/p1IMA4x4yHIaVpKckVTm" %}
[Payment Processing](/technical-requirements-document-roots/overview/payment-processing.md)
{% endcontent-ref %}

{% content-ref url="/pages/NSFwz95LDMs2COemFapZ" %}
[Chatbot](/technical-requirements-document-roots/overview/chatbot.md)
{% endcontent-ref %}

{% content-ref url="/pages/ds2TnPFp1JUyQHERbskh" %}
[Data Privacy and Security](/technical-requirements-document-roots/overview/data-privacy-and-security.md)
{% endcontent-ref %}


---

# 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://njoku-ji.gitbook.io/technical-requirements-document-roots/overview.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.
