# 5.5 Discussion Room

### Pre-Condition:

* Users must have an account in Onethread.
* Users must be logged in to the account.
* Users must be a part of a company.
* Users must be added to a project.

Each created discussion in Onethread is called Room. Every Project in Onethread has a discussion room by default. All the project teammates of a project get automatically added to a general room. When project teammates get added to a room under the discussion section, they become room members.

From here, you can,

* [Create Discussion Room](https://docs.onethreadapp.com/5.-managing-project/5.2-project-dashboard/5.5-discussion-room/5.5.1-create-discussion-room)
* [Add Teammates to a Discussion Room](https://docs.onethreadapp.com/5.-managing-project/5.2-project-dashboard/5.5-discussion-room/5.5.2-add-teammates-to-a-discussion-room)
* [Update Discussion Room Name](https://docs.onethreadapp.com/5.-managing-project/5.2-project-dashboard/5.5-discussion-room/5.5.3-update-discussion-room-name)
* [Delete a Discussion room](https://docs.onethreadapp.com/5.-managing-project/5.2-project-dashboard/5.5-discussion-room/5.5.4-delete-a-discussion-room)

<br>


---

# 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.onethreadapp.com/5.-managing-project/5.2-project-dashboard/5.5-discussion-room.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.
