# Explanation _Explanation_ documentation provide big-picture descriptions of how JupyterHub works. This section is meant to build your understanding of particular topics. ## Administration This section provides information relevant to running your own JupyterHub over time. ```{toctree} :maxdepth: 1 admin/capacity-planning admin/database admin/websecurity admin/oauth ``` ## JupyterHub RBAC This section covers how Role Based Access Control (RBAC) is implemented in JupyterHub to control access to Jupyterhub's API resources. ```{toctree} :maxdepth: 2 ../rbac/index ```