> For the complete documentation index, see [llms.txt](https://helpdesk.getfly.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.getfly.vn/app/user-guide/home-screen/workstream.md).

# Workstream

## 1. Benefits of Using Workstream

Workstream is an internal social platform designed to support communication and collaboration within your organization. Its primary goal is to provide a digital workspace where employees can exchange information and interact efficiently across the system. Key benefits include:

Enhanced Internal Communication: Facilitates timely information exchange and direct feedback through comments on posts.

Improved Information Storage and Management: Centralizes important updates and communications, making it easy to access, retrieve, and manage internal content.

Stronger Employee Engagement and Company Culture: Promotes an open communication space where employees can share their opinions, fostering a positive company culture and a more collaborative work environment.

Seamless Integration with Getfly CRM Features: Synchronizes data across modules, creating a unified work ecosystem that minimizes errors and improves operational efficiency.

## 2. Creating a Workstream Post

To create a new post in Workstream, follow these steps:

Open the Getfly app → Go to the More Tab → Select General → Tap Workstream → Tap Add New.

<figure><img src="/files/5zqEPzx2Q3H5ZnbT4X05" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/etpxwiL8PzZBfuaIRqx8" alt=""><figcaption></figcaption></figure>

You can perform the following actions:

1. Attach images to your post.
2. Upload files as attachments
3. Create a Poll: Quickly collect feedback or opinions from a group on a specific topic.
4. Tag Users: Tagged users will receive alerts in the Important Notifications section (this feature is currently under development for the app).
5. Use emojis (feature under development)
6. Schedule a Post: Select a future date and time to publish your post.
7. Once posted, your content will appear in the Workstream feed

## 3. Managing Workstream

The Workstream section displays the latest internal posts directly on the Home Screen, allowing you to stay informed at all times. With just one tap, you can access the full content and details of any post instantly.

<figure><img src="/files/vHe7xtoqmhD7uFL6MBEd" alt=""><figcaption></figcaption></figure>


---

# 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://helpdesk.getfly.vn/app/user-guide/home-screen/workstream.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.
