# How to autolink keywords in Mattermost

On the [Mattermost Community Server](https://community.mattermost.com), specific keywords in messages, such as MLT, display and behave as links that take you to a documented definition of the word MLT. These keyword links are particularly helpful for new Mattermost staff members ramping up on Mattermost-specific terms and processes.

We often refer to these hyperlinked keywords as *autolinks* because they're created using a Mattermost plugin called [Autolink](https://github.com/mattermost/mattermost-plugin-autolink).

To add a new autolink on the Mattermost Community Server:

1. Define the word and URL to autolink on. For example, the term ISP is linked to the [issue/solution process](https://handbook.mattermost.com/operations/operations/company-processes/issue-solution) documentation in the [Mattermost Handbook](https://handbook.mattermost.com).
2. On the Mattermost Community Server in the [Community Configuration channel](https://community.mattermost.com/core/channels/community-configuration), ask to help add the new autolink to the Mattermost server. This ensures that everyone on the Mattermost Community Server benefits from having a quick definition at their fingertips when the term is used in messages and threads. For an example request, see: <https://community.mattermost.com/core/pl/c8ygw31dc3bm9mwantkem6a7da>.


---

# 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/how-to-autolink-keywords-in-mattermost.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.
