# Roadmap

The DeEEP Network project utilizes GitHub Projects to organize its roadmap through a series of milestones, where each task is categorized under Network, Devices, or Services categories using labels. The project board implements a swimlane view, allowing tasks to be visualized and tracked both by their milestone and category. While work can begin on tasks in later milestones, the completion of these tasks should not be expected until all tasks in the previous milestone are completed. This structure ensures systematic progress across all three technical domains (Network, Devices, and Services) while acknowledging dependencies between development phases.

{% embed url="<https://github.com/orgs/deeep-network/projects/1>" %}


---

# 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.deeep.network/technical-references/roadmap.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.
