<a id="model"></a>

# Model

> See first: [Juju | Model](https://canonical.com/juju/docs/juju-cli/3.6/reference/model/#model)

<a id="model-tag"></a>

## Model tag

A model tag has the following format:

```text
model-<controller name>/<model name>
```

where `<controller name>` specifies name of the controller on which the model
is running and `<model name>` specifies the name of the model.

<a id="model-permission"></a>

## Model permission

A model permission describes what an entity can do on a model.

<a id="list-of-model-permissions"></a>

### List of model permissions

<a id="model-permission-reader"></a>

#### `reader`

Abilities: Can view the content of a model without changing it. Can use any of the read commands.

<a id="model-permission-writer"></a>

#### `writer`

Abilities: Can deploy and manage applications on the model.

<a id="model-permission-administrator"></a>

#### `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.
