1# Documentation
2
3## For users
4
5- [data model](model.md) describe how the data model works and why.
6- [query language](queries.md) describe git-bug's query language.
7- [How-to: Read and edit offline your Github/Gitlab/Jira issues with git-bug](howto-github.md)
8
9## For developers
10
11- :exclamation: [data model](model.md) describe how the data model works and why.
12- :exclamation: [internal bird-view](architecture.md) gives an overview of the project architecture.
13- :exclamation: [Entity/DAG](../entity/dag/example_test.go) explain how to easily make your own distributed entity in git.
14- [query language](queries.md) describe git-bug's query language.
15- [JIRA bridge de v notes](jira_bridge.md)