# Services

- [Authorization](https://developer.perculus.com/services/authorization.md): This page describes how to authenticate your requests to Groups API
- [User Management](https://developer.perculus.com/services/user-management.md)
- [Creating Users](https://developer.perculus.com/services/user-management/user-create.md): This step shows how to create Groups users via GroupsAPI
- [Updating Users](https://developer.perculus.com/services/user-management/user-update.md): This step shows how to update Groups users.
- [Removing Users](https://developer.perculus.com/services/user-management/user-delete.md): This step shows how to remove users from your Groups platform.
- [Filtering Users](https://developer.perculus.com/services/user-management/user-filer.md): This step shows how to filter users
- [User Details](https://developer.perculus.com/services/user-management/user-detail.md): This step shows how to get details of a specific user.
- [Session Management](https://developer.perculus.com/services/session-management.md)
- [Creating a Session](https://developer.perculus.com/services/session-management/session-create.md): This step shows how to create a session with GroupsAPI.
- [Session Options Object](https://developer.perculus.com/services/session-management/session-create/session-options-object.md): This page describes the Options objects that Create Session and Update Session endpoints use
- [Updating Sessions](https://developer.perculus.com/services/session-management/session-update.md): This step shows how to update sessions through GroupsAPI
- [Filtering Sessions](https://developer.perculus.com/services/session-management/session-filter.md): This step shows to how to filter sessions with GroupsAPI.
- [Deleting Sessions](https://developer.perculus.com/services/session-management/session-delete.md): This step shows how to delete a session from Groups.
- [Session Details](https://developer.perculus.com/services/session-management/session-detail.md): This step shows how you can pull the details of any of your sessions with GroupsAPI.
- [Session List](https://developer.perculus.com/services/session-management/session-list.md): This step shows you how to list all the sessions you have created using GroupsAPI.
- [Participant Management](https://developer.perculus.com/services/participant-management.md)
- [Creating Participants](https://developer.perculus.com/services/participant-management/attandee-add.md): This step shows the method to add one or more users as participants in a session with Groups API.
- [Guests](https://developer.perculus.com/services/participant-management/attandee-add/guests.md)
- [Attendance Link](https://developer.perculus.com/services/participant-management/attendance-link.md): This page will describe how to obtain the attendance link for the participant to enter the session.
- [Updating Participants](https://developer.perculus.com/services/participant-management/attandee-update.md): This step shows how to update participants in a Groups session.
- [Removing Participants](https://developer.perculus.com/services/participant-management/attandee-delete.md): This step shows how to remove participants from a session via GroupsAPI
- [Filtering Participants](https://developer.perculus.com/services/participant-management/attande-filter.md): This step shows how to filter participants via GroupsAPI
- [Participant Details](https://developer.perculus.com/services/participant-management/participant-details.md): This page describes how to obtain details of a participant.
- [Reports](https://developer.perculus.com/services/reports.md): Reports allows you to obtain various statistics regarding a session or a participant.
- [Participant Stats](https://developer.perculus.com/services/reports/participant-stats.md): In this page, you will find information on how to obtain stats for a session with SESSION\_ID, along with participant stats.
- [ParticipantStat](https://developer.perculus.com/services/reports/participant-stats/participantstat.md): Below, you can find the details of the ParticipantStat object
- [Session Stats](https://developer.perculus.com/services/reports/session-stats.md): In this page, you will find information on how to obtain stats for a session with SESSION\_ID.


---

# 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://developer.perculus.com/services.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.
