# Manage

- [Exports](https://guides.rcahousepoints.com/admin/walkthrough/manage/exports.md): The Exports tab is where you can go to download your export files.
- [Staff](https://guides.rcahousepoints.com/admin/walkthrough/manage/staff.md): The Staff page is where you will manage your Admin and Staff users
- [Guardians](https://guides.rcahousepoints.com/admin/walkthrough/manage/guardians.md): The Guardians page is where you will manage your Guardian users
- [Students](https://guides.rcahousepoints.com/admin/walkthrough/manage/students.md): The Students page is where you will manage your Student users
- [Add new](https://guides.rcahousepoints.com/admin/walkthrough/manage/students/add-new.md)
- [Manage synced records](https://guides.rcahousepoints.com/admin/walkthrough/manage/students/manage-synced-records.md): For demonstration purposes in this documentation, we will use Classlink as our integration. However, note that the student synchronization is the same for all Add ons
- [Merge duplicate records](https://guides.rcahousepoints.com/admin/walkthrough/manage/students/manage-synced-records/merge-duplicate-records.md): Resolve potential duplicates
- [Mark record as not a duplicate](https://guides.rcahousepoints.com/admin/walkthrough/manage/students/manage-synced-records/mark-record-as-not-a-duplicate.md): Resolve potential duplicates
- [Points](https://guides.rcahousepoints.com/admin/walkthrough/manage/points.md): The Points page is where you will manage your points
- [Rosters](https://guides.rcahousepoints.com/admin/walkthrough/manage/rosters.md): The Rosters page is where you will manage your rosters
- [Categories](https://guides.rcahousepoints.com/admin/walkthrough/manage/categories.md): The Categories page is where you will manage your point categories
- [Feature Management](https://guides.rcahousepoints.com/admin/walkthrough/manage/feature-management.md): The Feature Management page is where you will manage your available features


---

# 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://guides.rcahousepoints.com/admin/walkthrough/manage.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.
