## guide_user()


Guide the user through a specific topic.


Usage


``` python
guide_user(topic)
```


## Parameters


`topic: str`  
The topic to guide the user through.


## Returns


`str`  
A guidance message for the topic.


## Examples

``` python
>>> guide_user("setup")
```

'Guide: setup'
