> For the complete documentation index, see [llms.txt](https://handbook.ouishare.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.ouishare.net/guides-and-toolkits/collaboration-tools/general-advice-for-using-collaboration-tools.md).

# General advice for using collaboration tools

## 1. Use each tool for its defined purpose

Each tool being used in OuiShare has been introduced with a specific purpose in mind. To avoid being overwhelmed by many different tools, a new one is only added if it has a clear purpose that can be differentiated from the already existing tools.

## 2. 'Ping' relevant people

Across all tools we are using, you can use the 'ping' to get the attention of individuals that you would like to see your message. You can do that by adding an **@** before the user name of the person, which will send them a notification.

Example: @fran will send a notification to Francesca Pick.

## 3. Manage your notifications!

Look for the settings in each tool where you can **mute** notifications. Otherwise you will go crazy with too many push notifications.


---

# 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:

```
GET https://handbook.ouishare.net/guides-and-toolkits/collaboration-tools/general-advice-for-using-collaboration-tools.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.
