# "How to" guides for staff

- [How to set up a 1-1 channel](https://handbook.mattermost.com/company/how-to-guides-for-staff/how-to-setup-a-1-1-channel.md)
- [How to update the handbook](https://handbook.mattermost.com/company/how-to-guides-for-staff/how-to-update-handbook.md)
- [How to manage Handbook notifications](https://handbook.mattermost.com/company/how-to-guides-for-staff/how-to-manage-handbook-notifications.md)
- [How to change mobile device](https://handbook.mattermost.com/company/how-to-guides-for-staff/how-to-change-mobile-device.md)
- [How to handle a lost mobile device](https://handbook.mattermost.com/company/how-to-guides-for-staff/how-to-change-mobile-device/how-to-handle-a-lost-mobile-device.md)
- [How to do a mini-retrospective](https://handbook.mattermost.com/company/how-to-guides-for-staff/how-to-do-a-post-escalation-post-mortem.md): After hitting an unanticipated issue or approval escalation, we should complete a mini-retrospective to help us improve our processes and avoid making the same mistake twice.
- [How to autolink keywords in Mattermost](https://handbook.mattermost.com/company/how-to-guides-for-staff/how-to-autolink-keywords-in-mattermost.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://handbook.mattermost.com/company/how-to-guides-for-staff.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
