> 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 **WITH**LINK is SprintHub's internal communication system, developed to facilitate collaboration between users, teams, and departments in a centralized and organized environment.

Through it, it is possible to exchange messages in real time, follow important conversations, and keep internal communication more efficient.

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

***

### Feed

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

With it, it is possible to:

* Publish internal news and announcements;
* Share important notices;
* Create and respond to 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 Messages Filter

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

#### Mentions

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

#### Threads

Threads allow you to organize parallel discussions 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 specific teams, departments, or 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.

***

### Customization

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

* Change the visual theme;
* Configure notifications;
* Turn sounds on or off;
* Adjust 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.

In this way, it is possible to follow 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 more agile, organized, and efficient for the entire 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.
