# Collaboration

## Commenting

Leave Google-docs style comments on articles to leave or request feedback on content.

In comments you can:

* Use rich text like bolds, italics, links, code, etc.
* Add attachments like images
* Tag other users on your team (and they'll receive a notification!)
* React to comments with emojis

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2FbqUCw48fwEa9EkIQ4OwN%2Fcomments-1-final.gif?alt=media&#x26;token=1224f72f-1c64-4cc5-8cc3-f6ce6ca90149" alt=""><figcaption></figcaption></figure>

You can click on the comment icon at the top of the doc to view historical comments that were already resolved.

## Collaborative Editing

Work on articles together in real-time. You'll be able to see an indicator in the editor if your teammates are editing content at the same time as you.

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2FP6rRbOL1ZuWULytRnhDK%2FCleanShot%202024-10-10%20at%2018.40.47%402x.png?alt=media&#x26;token=569b7ea6-5c4d-4f9d-9a1a-7a62bebfb188" alt=""><figcaption></figcaption></figure>


---

# 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://docs.usepylon.com/pylon-docs/knowledge-base/articles-and-collections/collaboration.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.
