# User Guides

- [Users](https://docs.upvotex.com/user-guides/users.md): Users are where you can manage all of the registered accounts. Set role, add or block users.
- [All users](https://docs.upvotex.com/user-guides/users/untitled-3.md)
- [Add a new user](https://docs.upvotex.com/user-guides/users/untitled-2.md)
- [All badges](https://docs.upvotex.com/user-guides/users/untitled.md): All badges is where you can manage all of your created badges.
- [Add a new badge](https://docs.upvotex.com/user-guides/users/untitled-1.md)
- [Posts](https://docs.upvotex.com/user-guides/posts.md): A post is an object that represents an idea posted to a board. They are always associated with a user and a board. Users can vote on them
- [All Posts](https://docs.upvotex.com/user-guides/posts/all-posts.md)
- [Add a new post](https://docs.upvotex.com/user-guides/posts/new-post.md)
- [Status](https://docs.upvotex.com/user-guides/status.md): Status Shows A State Of Post. Statuses Are Displayed On Boards After Title Of Post. Statuses Are Also Used As Columns On Roadmaps, Each Column Contains Posts Of The Same Status.
- [All Status](https://docs.upvotex.com/user-guides/status/all-statuses.md)
- [Add new status](https://docs.upvotex.com/user-guides/status/new-status.md)
- [Boards](https://docs.upvotex.com/user-guides/untitled.md): Boards are where your users discuss and give feedback for a particular topic. As an Admin, you can manage, add, or remove boards.
- [All boards](https://docs.upvotex.com/user-guides/untitled/all-boards.md)
- [Add a new board](https://docs.upvotex.com/user-guides/untitled/untitled-1.md)
- [Roadmap](https://docs.upvotex.com/user-guides/roadmap.md): Roadmap Is A Virtual Desk Split By Columns. Each Column Displays Posts With Particular Status. Posts On Roadmap Can Be Limited By Board Or Tags.
- [All roadmaps](https://docs.upvotex.com/user-guides/roadmap/add-a-new-roadmap.md)
- [Add a new roadmap](https://docs.upvotex.com/user-guides/roadmap/untitled.md)
- [Changelogs](https://docs.upvotex.com/user-guides/changlog.md): A changelog is simply a list of entries where you point out to your customers that your product is constantly improving. Or simply make an announcement.
- [All posts](https://docs.upvotex.com/user-guides/changlog/all-changelogs-1.md)
- [Add a new post](https://docs.upvotex.com/user-guides/changlog/add-a-new-changelog.md)
- [Changelog Settings](https://docs.upvotex.com/user-guides/changlog/changelog-settings.md)
- [Comments](https://docs.upvotex.com/user-guides/comments.md): Users and admins can always leave comments on posts. Therefore, comment objects are always associated with a post.
- [Settings](https://docs.upvotex.com/user-guides/settings.md): Follow the listed steps to configure your setting. Personalize Upvotex to appropriate your brand identity.
- [General](https://docs.upvotex.com/user-guides/settings/general.md)
- [Email](https://docs.upvotex.com/user-guides/settings/email.md): Setting up SMTP for the email system.
- [Google API](https://docs.upvotex.com/user-guides/settings/google-api.md): Configure the Google API for user login with Google Account.
- [Google reCAPTCHA](https://docs.upvotex.com/user-guides/settings/google-recaptcha.md): Keep malicious software from engaging in abusive activities on your website.


---

# 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.upvotex.com/user-guides.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.
