(model)= # Model > See first: {external+juju:ref}`Juju | Model ` (model-tag)= ## Model tag > See first: {ref}`tag` A model tag has the following format: ```text model-/ ``` where `` specifies name of the controller on which the model is running and `` specifies the name of the model. (model-relation)= ## Model relation A model relation is a {ref}`relation ` that describes permissions on a model. (list-of-model-relations)= ### List of model relations (model-relation-reader)= #### `reader` Abilities: Can view the content of a model without changing it. Can use any of the read commands. (model-relation-writer)= #### `writer` Abilities: Can deploy and manage applications on the model. (model-relation-administrator)= #### `administrator` Abilities: Can do anything that it is possible to do at the level of a model.This grants permissions to all resources that inherit from model access.