# Getting Started

- [OnTrack Docs](https://docs.c360.org/getting-started/ontrack-docs.md): OnTrack is designed to simplify and streamline participant management
- [Setting Up Stripe](https://docs.c360.org/getting-started/ontrack-docs/setting-up-stripe.md): Stripe, a widely used payment processor, is utilized by C360 in the background to handle transaction processing. To enable payment processing within OnTrack, you will need certain sensitive informatio
- [Logging In](https://docs.c360.org/getting-started/logging-in.md)
- [User Accounts](https://docs.c360.org/getting-started/logging-in/user-accounts.md): Having unique User Accounts also allows for personalized settings and permissions tailored to each user's role and responsibilities.
- [Creating User Accounts](https://docs.c360.org/getting-started/logging-in/user-accounts/creating-user-accounts.md): From the User Accounts Module, select the '+ Add User' button from the top left corner.
- [Managing User Privileges](https://docs.c360.org/getting-started/logging-in/user-accounts/managing-user-privileges.md): You can control specific privileges for each user, allowing or denying them access to modules. By default, new users have access to every module.
- [Resetting Passwords](https://docs.c360.org/getting-started/logging-in/user-accounts/resetting-passwords.md)
- [Editing & Deleting Accounts](https://docs.c360.org/getting-started/logging-in/user-accounts/editing-and-deleting-accounts.md)
- [Navigating](https://docs.c360.org/getting-started/navigating.md)
- [Configuration](https://docs.c360.org/getting-started/configuration.md): In order to optimize the functionality of your database, some configuration is necessary.
- [General Settings](https://docs.c360.org/getting-started/configuration/general-settings.md): Here, in the SiteSetup Module, you have the ability to configure the general settings of your database.
- [Payment Receipts](https://docs.c360.org/getting-started/configuration/general-settings/payment-receipts.md): You can configure the email that is sent to a Parent when a Payment is made within the general setting of the SiteSetup Module.
- [Portal Settings](https://docs.c360.org/getting-started/configuration/portal-settings.md): There are various customizations you can make to OnTrack Portals.


---

# 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.c360.org/getting-started.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.
