> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/comlink.md).

# COMLINK

The **COM**LINK is SprintHub's internal communication system, developed to facilitate collaboration between users, teams, and departments in a centralized and organized environment.

Through it, you can exchange messages in real time, keep track of important conversations, and make internal communication more efficient.

{% embed url="<https://youtu.be/Rc9KeGnDu4w>" %}

***

### Feed

The **Feed** is a space dedicated to corporate communication, allowing relevant information to be shared with the entire company or only with specific departments.

With it, you can:

* Publish news and internal notices;
* Share important alerts;
* Create and answer polls;
* Interact with posts through comments;
* View only the posts in your Feed;
* Easily keep track of all your mentions.

This feature helps keep all employees informed and engaged with the organization's communications.

***

### Main Features

#### Unread Message Filter

Allows you to view only conversations and messages that have not yet been read, making it easier to follow pending communications.

#### Mentions

Use mentions to get the attention of specific users within a conversation or post. When mentioned, the user will receive a notification of the interaction.

#### Threads

Threads allow parallel discussions to be organized within a conversation or post, keeping topics structured and preventing information from becoming scattered.

***

### Channels and Conversations

#### Channels (Groups)

It is possible to create **Channels**, functioning as communication groups for teams, departments, or specific projects.

Channels help centralize information and keep conversations organized by topic.

#### Direct Conversations

In addition to channels, COMLINK allows you to start **Direct (Private) Conversations** between users, providing more private communication when needed.

***

### Personalization

The system offers several configuration options to adapt the user experience to each user's preferences:

* Changing the visual theme;
* Notification settings;
* Enabling or disabling sounds;
* Adjusting interactions and alerts.

***

### Use in a Separate Window

COMLINK can be opened in a **new window**, allowing the user to keep communication active while using other SprintHub features.

This way, it is possible to keep track of messages, notifications, and interactions without depending on navigation within the main platform.

***

### Conclusion

COMLINK brings together the main corporate communication features in a single environment, offering a news Feed, polls, channels, private conversations, mentions, threads, filters, and customizations that make internal communication faster, more organized, and more efficient for the whole team.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/comlink.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
