# Discussions

Discussions let you discuss games and entities with the rest of the community much like a forum.

<figure><img src="/files/7GymCn48pZJhmTw3oCCN" alt=""><figcaption><p>The top-level discussions page.</p></figcaption></figure>

### Access discussions

You can access the latest discussions by clicking the "Discussions" link in the [Navigation Drawer](/navigation/navigation-bar.md). Which discussions you see depends on where you're accessing the link from:

* Accessing discussions from FrontierNav's page will let you view the latest discussions across all games as well as FrontierNav's meta discussions.
* Accessing discussions from a game's page will show the latest discussions specific to that game and its entities.
* Accessing discussions from an entity's page will show the latest discussions specific to that entity.

### Create a discussion

From the relevant discussions page, you can create a new discussion by clicking the "Start a discussion" text box along the top.

### Reply to a discussion

From the discussions page, click on the discussion you want to reply to, then click the "Post a reply" text box below it.

### Yeahs and Likes

If you like, agree and want to boost a post, you can "Yeah" it using the "Yeah" button along the bottom of the post. You can also "Unyeah" a post you previously yeah'd with the same button. You cannot Yeah your own posts.

### Format text

See [Format Text](/editing-data/format-text.md).

### Discussion titles

Unlike most forums, you do not need to give your post a title. If you want a title, use a Heading 1:

```
# Discussion title

Discussion body
```

### Embed videos

You can embed videos from popular services like YouTube using the following markup:

```
[](https://www.youtube.com/watch?v=oHg5SJYRHA0)
```

Make sure the video itself can be embedded and isn't age restricted. Otherwise it's better off as a regular link.


---

# 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.frontiernav.net/navigation/discussions.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.
